]> git.donarmstrong.com Git - lilypond.git/blob - input/test/vertical-text.ly
release: 1.1.9
[lilypond.git] / input / test / vertical-text.ly
1 \score{
2         <
3                 \type Staff = o \notes\relative c,,, { 
4                         \stemdown [c8 c c c] c4 c4 \break [c8 c c c] c4 c4
5                 }
6                 \type Lyrics \lyrics{ 
7                         BLA bla _2 < { BLA bla } { BLA bla } > _2 
8                 }
9                 \type Staff = t \notes\relative c''''' { 
10                         \stemup [c8 c c c] c4 c [c8 c c c] c4 c
11                 } 
12         >
13         \paper{
14                 castingalgorithm = \Wordwrap;
15         }
16 }