]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/spacing-2.ly
release: 1.1.49
[lilypond.git] / input / test / spacing-2.ly
index 8e1becef073e007477fb25056feff852542f0fd4..9f0f43243cc85cabff55a25d107f57ca56f954d3 100644 (file)
@@ -12,25 +12,25 @@ source = "Petits Preludes et Fugues.  Urtext. Editions Henry Lemoine, Paris.";
 
 \score { 
     \notes \relative c''
-       \type GrandStaff <
-       \type Staff = SA <
-               \type Voice = VA { \property Voice.ydirection= 1
+       \context GrandStaff <
+       \context Staff = SA <
+               \context Voice = VA { \property Voice.verticalDirection= 1
                        e4 dis4 e2 }
-               \type Voice = VB { \property Voice.ydirection= -1
+               \context Voice = VB { \property Voice.verticalDirection= -1
                        [cis8 a] [fis b] gis2 }
                {\key e; }
                >
-       \type Staff = SB { \clef "bass"; \key e;
+       \context Staff = SB { \clef "bass"; \key e;
                [a,,16 e dis e] [b'8 b,] [e16 e, gis b] e4
        } 
 > 
 
-\paper 
-{
-}
 \paper 
 {
 %      linewidth = 5.0 \cm; % ly2dvi barfs on -1
        linewidth = 8.0 \cm;
+%      linewidth = 12.0 \cm;   
 }
 }
+
+\version "1.0.21";