]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Issue 4309: Clarify the warning about bare durations
authorTrevor Daniels <t.daniels@treda.co.uk>
Tue, 3 Mar 2015 16:23:26 +0000 (16:23 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Wed, 11 Mar 2015 16:02:11 +0000 (16:02 +0000)
Documentation/learning/common-notation.itely

index bd0475ba82bf7c1ad6ba599a42031e9be0825854..3b7d55e94eeea78b2f283bd3d3b907595d2ed4c1 100644 (file)
@@ -306,10 +306,10 @@ g4~ 4 c2~ | 4~ 8 a~ 2 |
 @end lilypond
 
 This shorthand may be useful in other places where the rhythm changes
-with an unchanging pitch, but remember a bare duration will attach to
-the preceding pitch, making a single note, if only white space
-separates them.
-
+with an unchanging pitch, but remember that a bare pitch followed by a
+space and a bare duration will be interpreted as a single note. In
+other words, @code{c4 a 8 8} would be interpreted as @code{c4 a8 a8},
+not as @code{c4 a4 a8 a8}.  Write instead @code{c4 a4 8 8 }.
 
 @node Slurs
 @unnumberedsubsubsec Slurs