]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/spacing-2.ly
release: 1.5.3
[lilypond.git] / input / test / spacing-2.ly
index 4b9413cb5df6c59bbb9f4b46c7bad9ca59e07ef4..262282bfd47518581718f7b76911613be9a7d7e2 100644 (file)
@@ -1,7 +1,8 @@
+\version "1.3.146"
 \header {
-opus = "BWV 937 (prelude)";
-composer = "J. S. Bach";
-source = "Petits Preludes et Fugues.  Urtext. Editions Henry Lemoine, Paris.";
+opus =  "BWV 937 (prelude)"
+composer =  "J. S. Bach"
+source =  "Petits Preludes et Fugues.  Urtext. Editions Henry Lemoine, Paris."
 }
 
 %{
@@ -14,23 +15,23 @@ source = "Petits Preludes et Fugues.  Urtext. Editions Henry Lemoine, Paris.";
     \notes \relative c''
        \context GrandStaff <
        \context Staff = SA <
-               \context Voice = VA { \property Voice.verticalDirection= 1
+               \context Voice = VA { \stemUp\slurUp\tieUp
                        e4 dis4 e2 }
-               \context Voice = VB { \property Voice.verticalDirection= -1
+               \context Voice = VB { \stemDown\slurDown\tieDown
                        [cis8 a] [fis b] gis2 }
-               {\key e \major; }
+               {\key e \major }
                >
-       \context Staff = SB { \clef "bass"; \key e \major;
+       \context Staff = SB { \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.96"; 
+