]> git.donarmstrong.com Git - lilypond.git/commitdiff
NullVoice: not accepted directly by Score; issue 4302
authorKeith OHara <k-ohara5a5a@oco.net>
Sun, 21 Jun 2015 17:31:21 +0000 (10:31 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Sun, 28 Jun 2015 05:37:06 +0000 (22:37 -0700)
It gets an implicit enclosing Staff when nexted in staff-grouping
contexts, so create an implicit Staff around NullVoice at Score level

Documentation/notation/vocal.itely
ly/engraver-init.ly

index 54c7c884770dcceee7d7ca3b17c10ba8703d0605..4f77e7a96946cad2ef7f338c2e6fbead553ca771 100644 (file)
@@ -1729,7 +1729,7 @@ altoTwo = \relative { d'2 g4( fis8 g) }
 aligner = \relative { b'8( c d c) d( d d d) }
 words = \lyricmode { la __ la __ }
 
-\new ChoirStaff <<
+\new ChoirStaff \with {\accepts NullVoice } <<
   \new Staff \soprano
   \new NullVoice = "aligner" \aligner
   \new Lyrics \lyricsto "aligner" \words
index c6b8bfcd2765b9cf0d89cf9dfdba636bd9cd9e14..4d979cea247501046e917c35cb5fa5bc105d2d8b 100644 (file)
@@ -578,7 +578,6 @@ automatically when an output definition (a @code{\\score} or
   \accepts "Lyrics"
   \accepts "MensuralStaff"
   \accepts "NoteNames"
-  \accepts "NullVoice"
   \accepts "PetrucciStaff"
   \accepts "PianoStaff"
   \accepts "RhythmicStaff"