]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove params-init.ly.
authorMark Polesky <markpolesky@yahoo.com>
Thu, 20 Aug 2009 16:49:37 +0000 (09:49 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Thu, 20 Aug 2009 20:13:43 +0000 (13:13 -0700)
ly/engraver-init.ly
ly/params-init.ly [deleted file]
scripts/build/lilypond-words.py

index 5ff869b9305964504d06f657caa44d70ac63f595..df6fb25e883ec8004b31996567fa0b8acf63d23a 100644 (file)
@@ -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 (file)
index 2c0e87e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-\version "2.12.0"
-
index e9851f62311bbd6a348ef9e80469d17f043d20f9..56cab778ea2152c4a31079972c78af099d4d1c42 100644 (file)
@@ -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)]