From 01a8bc80bbcae1b5376566e5edbeca668206040d Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Mon, 2 Mar 2015 17:04:15 +0100 Subject: [PATCH] Issue 4306: Remove grace note known issue Remove warning about "use of grace notes within voice contexts" which has become unnecessary by fixing issue 630. --- Documentation/notation/rhythms.itely | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index 6e6d5fcf3e..f14e0dbd99 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -3507,33 +3507,6 @@ spacer part, even if the visual part uses @code{\acciaccatura} or be printed, connecting the invisible grace note with the following note. -The use of grace notes within voice contexts confuses the way the voice -is typeset. This can be overcome by inserting a rest or note between the -voice command and the grace note. - -@lilypond[quote,verbatim] -accMusic = { - \acciaccatura { f8 } e8 r8 \acciaccatura { f8 } e8 r4 -} - -\new Staff { - << - \new Voice { - \relative c'' { - r8 r8 \voiceOne \accMusic \oneVoice r8 | - r8 \voiceOne r8 \accMusic \oneVoice r8 | - } - } - \new Voice { - \relative c' { - s8 s8 \voiceTwo \accMusic \oneVoice s8 | - s8 \voiceTwo r8 \accMusic \oneVoice s8 | - } - } - >> -} -@end lilypond - Grace sections should only be used within sequential music expressions. Nesting or juxtaposing grace sections is not supported, and might produce crashes or other errors. -- 2.39.5