]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-combine-nullvoice.ly
Simplify the NullVoice context
[lilypond.git] / input / regression / lyric-combine-nullvoice.ly
1 \version "2.19.11"
2 \header {
3   texidoc ="Lyrics can be aligned to a @code{NullVoice} context,
4   which prints no notes, with the usual mechanisms for melismata."
5 }
6
7 \score { <<
8   \new Staff <<
9     { c''4. g'8 c''2 | g'4( f' g'2) } \\
10     { c'4 b c'8 e' g' e' | c'1 }
11     \new NullVoice = "nv" {
12       \autoBeamOff c4 r16 b,16~ b,8 c8[ e8 g8 e8] | g4( f4) g2 }
13   >>
14   \new Lyrics \lyricsto "nv" { free a -- lign -- ment }
15 >> }