]> git.donarmstrong.com Git - lilypond.git/blob - input/test/vertical-text.ly
(oop): use srfi-1 too.
[lilypond.git] / input / test / vertical-text.ly
1 \version "1.7.18"
2 % TODO: huh?  This text isn't vertical...?
3
4 \score{
5         <
6                 \context Staff = o \notes\relative c,,, { 
7                         \stemDown  c8-[ c c c] c4 c4 \break  c8-[ c c c] c4 c4
8                 }
9                 \context Lyrics \lyrics{
10                         BLA gag _2 < { BLA gag } { BLA gag la } > _2 
11                 }
12                 \context Staff = t \notes\relative c''''' { 
13                         \stemUp  c8-[ c c c] c4 c  c8-[ c c c] c4 c
14                 } 
15         >
16         \paper{
17
18         }
19 }
20
21
22