From: Trevor Daniels Date: Fri, 11 Jan 2013 00:10:00 +0000 (+0000) Subject: Doc: clarify example of 'Going back in MIDI time' (3097) X-Git-Tag: release/2.17.11-1~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7404fd9d0d16a12b5f065268f5a6196024496aca;p=lilypond.git Doc: clarify example of 'Going back in MIDI time' (3097) Add a note before the acciaccatura, because, in order to understand the error (and the solution), you need to compare the whole duration of the acciaccatura block with the duration of the previous note. (Thanks Federico!) --- diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index f53c42f881..e44e2e441d 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -3511,19 +3511,19 @@ error will be generated. Either make the grace notes shorter in duration, for example: @example -\acciaccatura @{ c'8[ d' e' f' g'] @} +c'8 \acciaccatura @{ c'8[ d' e' f' g'] @} @end example becomes: @example -\acciaccatura @{ c'16[ d' e' f' g'] @} +c'8 \acciaccatura @{ c'16[ d' e' f' g'] @} @end example Or explicitly change the musical duration: @example -\acciaccatura @{ \scaleDurations 1/2 @{ c'8[ d' e' f' g'] @} @} +c'8 \acciaccatura @{ \scaleDurations 1/2 @{ c'8[ d' e' f' g'] @} @} @end example See @ref{Scaling durations}.