]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/spacing-2.ly
.ly version update.
[lilypond.git] / input / test / spacing-2.ly
index 095ecfabd9bc581dc2d8ac4a46fd27cbbdafd96f..97830deb51f31fb63f4c52ccdf82f4d9018f0836 100644 (file)
@@ -1,30 +1,28 @@
-\version "1.7.18"
+#(ly:set-option 'old-relative)
+\version "1.9.8"
+% more yummy regression goodness.  -gp
 \header {
-opus =  "BWV 937 (prelude)"
-composer =  "J. S. Bach"
-source =  "Petits Preludes et Fugues.  Urtext. Editions Henry Lemoine, Paris."
-}
-
-%{
-1. upon stretching: every note should stretch according to duration
+texidoc = "
+1. Upon stretching every note should stretch according to duration.
 
 2. 8th notes should be spaced equidistantly.
-%}
+"
+}
 
 \score { 
     \notes \relative c''
-       \context GrandStaff <
-       \context Staff = SA <
-               \context Voice = VA { \stemUp\slurUp\tieUp
+       \context GrandStaff <<
+       \new Staff <<
+               \new Voice { \stemUp\slurUp\tieUp
                        e4 dis4 e2 }
-               \context Voice = VB { \stemDown\slurDown\tieDown
-                        cis8-[ a]  fis-[ b] gis2 }
+               \new Voice { \stemDown\slurDown\tieDown
+                        cis8[ a]  fis[ b] gis2 }
                {\key e \major }
-               >
-       \context Staff = SB { \clef "bass" \key e \major
-                a,,16-[ e dis e]  b'8-[ b,]  e16-[ e, gis b] e4
+               >>
+       \new Staff { \clef "bass" \key e \major
+                a,,16[ e dis e]  b'8[ b,]  e16[ e, gis b] e4
        } 
-> 
+>> 
 
 \paper 
 {
@@ -35,4 +33,4 @@ source =  "Petits Preludes et Fugues.  Urtext. Editions Henry Lemoine, Paris."
 }
 
 
-%% new-chords-done %%
+