Reviewers: ,
Message:
Pushed to staging as
67e08daacdeb384724e18a31597d9d828ac40f51
Closing ...
Description:
Doc: Issue 4309: Clarify the warning about bare durations
Please review this at https://codereview.appspot.com/203640043/
Affected files (+4, -4 lines):
M Documentation/learning/common-notation.itely
Index: Documentation/learning/common-notation.itely
diff --git a/Documentation/learning/common-notation.itely
b/Documentation/learning/common-notation.itely
index
ff5775a6167c33937f3c4c2a855271955628cbcc..1541d39d90277ade98b4a65c5722515f48ad12cd
100644
--- a/Documentation/learning/common-notation.itely
+++ b/Documentation/learning/common-notation.itely
@@ -290,10 +290,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
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel