]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-nullvoice.ly
Simplify the NullVoice context, and move it under Score
[lilypond.git] / input / regression / lyric-combine-nullvoice.ly
index 13e7c4f23a4ab41ecb169dc3349a54477c0debc9..0592dc4e409a1461fd1821b7773ccf963228a656 100644 (file)
@@ -3,13 +3,13 @@
   texidoc ="Lyrics can be aligned to a @code{NullVoice} context,
   which prints no notes, with the usual mechanisms for melismata."
 }
-
+\paper { ragged-right = ##f }
 \score { <<
   \new Staff <<
-    { c''4. g'8 c''2 | g'4( f' g'2) } \\
+    { c''4. g'8 c''2 | g'8( f' g'4)~ g'2 } \\
     { c'4 b c'8 e' g' e' | c'1 }
     \new NullVoice = "nv" {
-      \autoBeamOff c4 r16 b,16~ b,8 c8[ e8 g8 e8] | g4( f4) g2 }
+      \autoBeamOff c4 r16 b,8. c8[ e8 g8 e8] | g8( f g4)~ g2 }
   >>
   \new Lyrics \lyricsto "nv" { free a -- lign -- ment }
 >> }