From 456e5aa71b628770ecba8f0737f83b9948a9d00c Mon Sep 17 00:00:00 2001 From: James Lowe Date: Thu, 19 Dec 2013 23:35:50 +0000 Subject: [PATCH] Doc: Add @knownissue for AddLyrics with Nullvoice Issue 3654 --- Documentation/notation/vocal.itely | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/notation/vocal.itely b/Documentation/notation/vocal.itely index f168dc9e13..06aa65d46d 100644 --- a/Documentation/notation/vocal.itely +++ b/Documentation/notation/vocal.itely @@ -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}. -- 2.39.5