]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: clarify example of 'Going back in MIDI time' (3097)
authorTrevor Daniels <t.daniels@treda.co.uk>
Fri, 11 Jan 2013 00:10:00 +0000 (00:10 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Wed, 16 Jan 2013 11:54:31 +0000 (11:54 +0000)
  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

index f53c42f8815c2e40bf07b63806e928d0ca17830a..e44e2e441d8c27090a4a451977a88f29f8738a42 100644 (file)
@@ -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}.