From: Mark Polesky Date: Thu, 20 Aug 2009 16:49:37 +0000 (-0700) Subject: Remove params-init.ly. X-Git-Tag: release/2.13.4-1~176 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=10ea32bdf05e76a871aa81273815ac658ccd0143;p=lilypond.git Remove params-init.ly. --- 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)]