]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / lyric-extender.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.4"
3 \header { texidoc= "Tests lyric extenders. "}
4
5     \paper { raggedright= ##t }
6 \score{
7 \notes \relative c'     <<
8         \context Staff { c (c) (c) c }
9         \context Lyrics \lyrics { bla __ alb xxx __ yyy }
10         >>
11 }
12
13
14
15