From 9a16337d5c001407ca63d0c339aa1bd68fe12c56 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 12 Sep 2004 10:15:00 +0000 Subject: [PATCH] This fixes: morgenlied.ly and input/regression/beam-concave.ly --- buildscripts/lilypond-words.py | 1 - input/test/title-markup.ly | 2 +- input/tutorial/brahms-original.ly | 25 ---------------------- input/tutorial/brahms-tweaked.ly | 35 ------------------------------- 4 files changed, 1 insertion(+), 62 deletions(-) delete mode 100644 input/tutorial/brahms-original.ly delete mode 100644 input/tutorial/brahms-tweaked.ly diff --git a/buildscripts/lilypond-words.py b/buildscripts/lilypond-words.py index 2f6945e987..5075b6852c 100755 --- a/buildscripts/lilypond-words.py +++ b/buildscripts/lilypond-words.py @@ -33,7 +33,6 @@ F.close() # identifiers and keywords for name in [ -'ly/a4-init.ly', 'ly/chord-modifiers-init.ly', 'ly/dynamic-scripts-init.ly', 'ly/engraver-init.ly', diff --git a/input/test/title-markup.ly b/input/test/title-markup.ly index 23d29be6fe..704010b761 100644 --- a/input/test/title-markup.ly +++ b/input/test/title-markup.ly @@ -64,7 +64,7 @@ spaceTest = \markup { "two space chars" } \header { texidoc = "Make titles using markup. Only in direct PostScript output." - ##tagline = "my tagline for v \version "2.3.16"Copyright by /me" + tagline = "my tagline for " %dedication = "För my dør Lily" % ugh: encoding char-size diff --git a/input/tutorial/brahms-original.ly b/input/tutorial/brahms-original.ly deleted file mode 100644 index 009b7cc4ca..0000000000 --- a/input/tutorial/brahms-original.ly +++ /dev/null @@ -1,25 +0,0 @@ -#(ly:set-option 'old-relative) -\version "2.3.16" -\score { - \context PianoStaff << - \context Staff = up - \relative c'' << - { \key d\major - fis4-3_\p(~ - fis16 a)-5 } \\ - { - fis16(\> d b\! \change Staff = down - \clef treble g~ 8) } \\ - { s16 - d' - ~ 4 } - >> - \context Staff = down { - \key d \major - \time 3/8 \clef bass s4. } - >> - \paper { raggedright = ##t} -} - - - diff --git a/input/tutorial/brahms-tweaked.ly b/input/tutorial/brahms-tweaked.ly deleted file mode 100644 index 56cd545c63..0000000000 --- a/input/tutorial/brahms-tweaked.ly +++ /dev/null @@ -1,35 +0,0 @@ -#(ly:set-option 'old-relative) -\version "2.3.16" -\score { - \context PianoStaff << - \context Staff = up - \relative c'' << - { \key d\major - \override Slur #'attachment = #'(stem . stem) - - \once \override Fingering #'extra-offset = #'(-0.3 . -1.8) - fis4-3_\p(~ - - - fis16 a)^" "^\markup { \finger "5" } } \\ - { - \dynamicUp - \override DynamicLineSpanner #'padding = #5.0 - \tieUp - fis16(\> d b\! \change Staff = down - \stemUp - \clef treble g~ 8) } \\ - { s16 - \once \override Stem #'transparent = ##t - d' - ~ 4 } - >> - \context Staff = down { - \key d \major - \time 3/8 \clef bass s4. } - >> - \paper { raggedright = ##t} -} - - - -- 2.39.2