]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vertical-text.ly
Removed file; it was a duplicate of beam-isknee.ly
[lilypond.git] / input / test / vertical-text.ly
index b69c4e8921ae149a23fc293b4989feff4c3ab973..09d11a1d657a8d5291c2c21786dcd03ffa170d07 100644 (file)
@@ -1,16 +1,20 @@
+\version "1.7.18"
 \score{
        <
-               \type Staff = o \notes\relative c,,, { 
-                       \stemdown [c8 c c c] c4 c4 \break [c8 c c c] c4 c4
+               \context Staff = o \notes\relative c,,, { 
+                       \stemDown  c8-[ c c c] c4 c4 \break  c8-[ c c c] c4 c4
                }
-               \type Lyrics \lyrics{
+               \context Lyrics \lyrics{
                        BLA gag _2 < { BLA gag } { BLA gag la } > _2 
                }
-               \type Staff = t \notes\relative c''''' { 
-                       \stemup [c8 c c c] c4 c [c8 c c c] c4 c
+               \context Staff = t \notes\relative c''''' { 
+                       \stemUp  c8-[ c c c] c4 c  c8-[ c c c] c4 c
                } 
        >
        \paper{
-               castingalgorithm = \Wordwrap;
+
        }
 }
+
+
+%% new-chords-done %%