]> 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 038ee69e559df5097333322881051e1b2e7acc2d..09d11a1d657a8d5291c2c21786dcd03ffa170d07 100644 (file)
@@ -1,18 +1,20 @@
+\version "1.7.18"
 \score{
        <
                \context Staff = o \notes\relative c,,, { 
-                       \stemdown [c8 c c c] c4 c4 \break [c8 c c c] c4 c4
+                       \stemDown  c8-[ c c c] c4 c4 \break  c8-[ c c c] c4 c4
                }
                \context Lyrics \lyrics{
                        BLA gag _2 < { BLA gag } { BLA gag la } > _2 
                }
                \context Staff = t \notes\relative c''''' { 
-                       \stemup [c8 c c c] c4 c [c8 c c c] c4 c
+                       \stemUp  c8-[ c c c] c4 c  c8-[ c c c] c4 c
                } 
        >
        \paper{
-               castingalgorithm = \Wordwrap;
+
        }
 }
 
-\version "1.2.0"; 
+
+%% new-chords-done %%