From 7404fd9d0d16a12b5f065268f5a6196024496aca Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Fri, 11 Jan 2013 00:10:00 +0000 Subject: [PATCH 1/1] 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!) --- Documentation/notation/rhythms.itely | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}. -- 2.39.2