]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vertical-text.ly
(oop): use srfi-1 too.
[lilypond.git] / input / test / vertical-text.ly
index ba8f2ea579238ff074e6abc4dba43dc22c040fee..a2e529f456c128b6e5c918ae1129892373a581c6 100644 (file)
@@ -1,13 +1,16 @@
+\version "1.7.18"
+% TODO: huh?  This text isn't vertical...?
+
 \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{
@@ -15,4 +18,5 @@
        }
 }
 
-\version "1.3.110"; 
+
+