]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender.ly
update PO file to 1.6.
[lilypond.git] / input / regression / lyric-extender.ly
1 \version "1.7.18"
2 \header { texidoc= "Tests lyric extenders. "}
3 \score{
4 \notes \relative c'     <
5         \context Staff { c (c-) (c-) c }
6         \context Lyrics \lyrics { bla __ alb xxx __ yyy }
7         >
8 }
9
10
11