diff options
author | Mark Polesky <markpolesky@yahoo.com> | 2009-08-20 09:49:37 -0700 |
---|---|---|
committer | Mark Polesky <markpolesky@yahoo.com> | 2009-08-20 13:13:43 -0700 |
commit | 10ea32bdf05e76a871aa81273815ac658ccd0143 (patch) | |
tree | 9834bccb20589ea78df3a43f1d14780f03ed65f3 | |
parent | 9b694435b1920c238a101bb9ca8c0562d029501c (diff) |
Remove params-init.ly.
-rw-r--r-- | ly/engraver-init.ly | 10 | ||||
-rw-r--r-- | ly/params-init.ly | 2 | ||||
-rw-r--r-- | scripts/build/lilypond-words.py | 3 |
3 files changed, 1 insertions, 14 deletions
diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 5ff869b930..df6fb25e88 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -784,16 +784,6 @@ context." clefPosition = #0 } -%% TODO: Gregorian Chant contexts should be moved to gregorian.ly, -%% but this does not work (is this a bug or intended behaviour?): -%% -%% If I try to do so, I get "error: unknown escaped string: -%% `\VaticanaStaff'" in params-init.ly. If I also move -%% "\context { \Vaticana*Context }" from params-init.ly to the end -%% of gregorian.ly, then I get "error: parse error, unexpected -%% TRANSLATOR: \context { \VaticanaStaff }" in -%% gregorian.ly. --jr - \context { \Voice \name "VaticanaVoice" diff --git a/ly/params-init.ly b/ly/params-init.ly deleted file mode 100644 index 2c0e87eae9..0000000000 --- a/ly/params-init.ly +++ /dev/null @@ -1,2 +0,0 @@ -\version "2.12.0" - diff --git a/scripts/build/lilypond-words.py b/scripts/build/lilypond-words.py index e9851f6231..56cab778ea 100644 --- a/scripts/build/lilypond-words.py +++ b/scripts/build/lilypond-words.py @@ -36,8 +36,7 @@ for name in ['ly/chord-modifiers-init.ly', 'ly/scale-definitions-init.ly', 'ly/script-init.ly', 'ly/spanners-init.ly', - 'ly/declarations-init.ly', - 'ly/params-init.ly']: + 'ly/declarations-init.ly']: s = open (name, 'r').read () keywords += [w for w in re.findall (r"(?m)^\s*\"?([a-zA-Z]+)\"?\s*=", s)] |