From: Urs Liska Date: Tue, 22 Apr 2014 18:53:03 +0000 (+0200) Subject: Issue 3905: Doc: Clarify grace note sync workaround X-Git-Tag: release/2.19.6-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=615a6c6e036908a26b1f0fc45ea9a181000d0206;p=lilypond.git Issue 3905: Doc: Clarify grace note sync workaround As pointed out in the thread http://lists.gnu.org/archive/html/lilypond-user/2014-04/msg00540.html it is necessary to use \grace for the old grace note sync issue. This commit makes that explicit in the known issues section in the NR --- diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index 9ca613ed75..72c963cdb7 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -3511,6 +3511,12 @@ durations in the other staves. For the above example >> @end lilypond +Please make sure that you use the @code{\grace} command for the +spacer part, even if the visual part uses @code{\acciaccatura} or +@code{\appoggiatura} because otherwise an ugly slur fragment will +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.