]> git.donarmstrong.com Git - lilypond.git/blob - input/test/vertical-text.ly
update syntax in .ly files.
[lilypond.git] / input / test / vertical-text.ly
1 \version "1.7.6"
2 \score{
3         <
4                 \context Staff = o \notes\relative c,,, { 
5                         \stemDown [c8 c c c] c4 c4 \break [c8 c c c] c4 c4
6                 }
7                 \context Lyrics \lyrics{
8                         BLA gag _2 < { BLA gag } { BLA gag la } > _2 
9                 }
10                 \context Staff = t \notes\relative c''''' { 
11                         \stemUp [c8 c c c] c4 c [c8 c c c] c4 c
12                 } 
13         >
14         \paper{
15
16         }
17 }
18
19
20 %% new-chords-done %%