]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / lyric-extender.ly
1 \version "1.7.18"
2 \header { texidoc= "Tests lyric extenders. "}
3
4     \paper { raggedright= ##t }
5 \score{
6 \notes \relative c'     <
7         \context Staff { c (c-) (c-) c }
8         \context Lyrics \lyrics { bla __ alb xxx __ yyy }
9         >
10 }
11
12
13
14