]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vertical-text.ly
patch::: 1.3.96.jcn8
[lilypond.git] / input / test / vertical-text.ly
index b69c4e8921ae149a23fc293b4989feff4c3ab973..f51f88c136e0f1d2d45f7200fa48fa6c76a8d5c4 100644 (file)
@@ -1,16 +1,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;
+
        }
 }
+
+\version "1.3.96";