]> git.donarmstrong.com Git - lilypond.git/blob - input/test/vertical-text.ly
release: 1.3.7
[lilypond.git] / input / test / vertical-text.ly
1 \score{
2         <
3                 \context Staff = o \notes\relative c,,, { 
4                         \stemdown [c8 c c c] c4 c4 \break [c8 c c c] c4 c4
5                 }
6                 \context Lyrics \lyrics{
7                         BLA gag _2 < { BLA gag } { BLA gag la } > _2 
8                 }
9                 \context 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 }
17
18 \version "1.3.5";