]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / lyric-extender.ly
1 \version "2.3.4"
2
3 \header { texidoc= "In lyric extenders, a syllable may be extended over several notes. "}
4
5 \paper { raggedright= ##t }
6 \score{
7  \relative c'   <<
8         \context Voice = melody {
9             c8[ ( d] )
10             r4 f4 }
11         \lyricsto melody \context Lyrics \lyrics { ah __ ha  }
12         >>
13 }
14
15
16
17