]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-combine-nullvoice.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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 \paper { ragged-right = ##f }
7 \score { <<
8   \new Staff <<
9     { c''4. g'8 c''2 | g'8( f' g'4)~ g'2 } \\
10     { c'4 b c'8 e' g' e' | c'1 }
11     \new NullVoice = "nv" {
12       \autoBeamOff c4 r16 b,8. c8[ e8 g8 e8] | g8( f g4)~ g2 }
13   >>
14   \new Lyrics \lyricsto "nv" { free a -- lign -- ment }
15 >> }