]> git.donarmstrong.com Git - lilypond.git/commitdiff
This fixes: morgenlied.ly and input/regression/beam-concave.ly
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Sep 2004 10:15:00 +0000 (10:15 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Sep 2004 10:15:00 +0000 (10:15 +0000)
buildscripts/lilypond-words.py
input/test/title-markup.ly
input/tutorial/brahms-original.ly [deleted file]
input/tutorial/brahms-tweaked.ly [deleted file]

index 2f6945e9876a0091932e97285efc8c183ecf3e50..5075b6852c2e407b9cf774e902e2f46f7ae7c819 100755 (executable)
@@ -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',
index 23d29be6fe3112bfd040ad2d64ab7470bcf1b22c..704010b76149fbee95c6e67b12022c9098b368fd 100644 (file)
@@ -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 (file)
index 009b7cc..0000000
+++ /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~ <g e>8) } \\
-        { s16
-          d'
-          ~ <d b>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 (file)
index 56cd545..0000000
+++ /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~ <g e>8) } \\
-        { s16
-         \once \override Stem  #'transparent = ##t
-          d'
-          ~ <d b>4 }
-    >>
-    \context Staff = down {
-        \key d \major
-        \time 3/8 \clef bass s4. }
-    >>
-    \paper { raggedright = ##t}
-}
-
-
-