]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Add @knownissue for AddLyrics with Nullvoice
authorJames Lowe <pkx166h@gmail.com>
Thu, 19 Dec 2013 23:35:50 +0000 (23:35 +0000)
committerJames Lowe <pkx166h@gmail.com>
Wed, 25 Dec 2013 08:26:47 +0000 (08:26 +0000)
Issue 3654

Documentation/notation/vocal.itely

index f168dc9e13b82f70f493cab9dd2d5ef538c6fd29..06aa65d46d7133a6933f31facc9e9f91b438d5b2 100644 (file)
@@ -1694,9 +1694,8 @@ words = \lyricmode { la __ la __ }
 >>
 @end lilypond
 
-The @code{NullVoice} context must be inside a @code{Staff}
-context, and should only contain notes that are already being
-displayed in that staff, and in the same octave.  Otherwise the
+The @code{NullVoice} context must be placed within a @code{Staff}
+context and contain notes that are already being displayed in that staff and that are also in the same octave.  Otherwise the
 @code{NullVoice} may interact with the printed voices in
 unexpected ways.  For example, arbitrary notes in the
 @code{NullVoice} may cause accidentals to appear (or disappear) on
@@ -1718,6 +1717,10 @@ words = \lyricmode { la __ la __ }
 >>
 @end lilypond
 
+@knownissues
+The @code{\addLyrics} function only works with @code{Voice} lyrics
+and so cannot be used with @code{NullVoice}.
+
 @noindent
 The @code{\partcombine} function is described in
 @ref{Automatic part combining}.