From d92c2514df04fdf63df1c747bac86f5599415e17 Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Thu, 20 Aug 2009 09:49:37 -0700 Subject: [PATCH] Remove params-init.ly. --- ly/engraver-init.ly | 10 ---------- ly/params-init.ly | 2 -- scripts/build/lilypond-words.py | 3 +-- 3 files changed, 1 insertions(+), 14 deletions(-) delete mode 100644 ly/params-init.ly diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 5ff869b..df6fb25 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 2c0e87e..0000000 --- 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 e9851f6..56cab77 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)] -- 1.6.4.msysgit.0