]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender-completion.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / lyric-extender-completion.ly
1 \version "2.14.0"
2
3 \header {
4
5     texidoc= "A LyricExtender should end at the right place even if there are more notes in the voice than lyrics."
6
7 }
8
9 <<
10
11 \new Staff \relative c' {
12   \new Voice = "upper" {
13     \voiceTwo
14     g'1( |
15     c,) |
16     d |
17   }
18 }
19 \new Lyrics \lyricsto "upper" \lyricmode { Ah __ }
20
21 >>