]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/spacing-2.ly
.ly version update.
[lilypond.git] / input / test / spacing-2.ly
index 0cbbadda14c57c18562d2d1ebbe04fb530a7c3bf..97830deb51f31fb63f4c52ccdf82f4d9018f0836 100644 (file)
@@ -1,36 +1,36 @@
+#(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 { \property Voice.verticalDirection= 1
+       \context GrandStaff <<
+       \new Staff <<
+               \new Voice { \stemUp\slurUp\tieUp
                        e4 dis4 e2 }
-               \context Voice = VB { \property Voice.verticalDirection= -1
-                       [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 Voice { \stemDown\slurDown\tieDown
+                        cis8[ a]  fis[ b] gis2 }
+               {\key e \major }
+               >>
+       \new Staff { \clef "bass" \key e \major
+                a,,16[ e dis e]  b'8[ b,]  e16[ e, gis b] e4
        } 
-> 
+>> 
 
 \paper 
 {
-%      linewidth = 5.0 \cm; % ly2dvi barfs on -1
-       linewidth = 8.0 \cm;
-%      linewidth = 12.0 \cm;   
+%      linewidth = 5.0 \cm % ly2dvi barfs on -1
+       linewidth = 8.0 \cm
+%      linewidth = 12.0 \cm    
 }
 }
 
-\version "1.3.117"; 
+
+