From 51cbb8b06b1166612b454651a5800f70ef896885 Mon Sep 17 00:00:00 2001 From: Simon Albrecht Date: Mon, 9 Jan 2017 03:13:29 +0100 Subject: [PATCH] NR 1.2.1.d: Split note more appropriately (issue 5027) Durations which have to be written with ties should be split at major subdivisions of the measure. The current example in the NR didn't choose the most recommended way to do this. --- Documentation/notation/rhythms.itely | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index 2df6cbaee7..9d4a756346 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -443,7 +443,7 @@ used when note values cross larger subdivisions of the measure: @lilypond[verbatim,quote] \relative { - r8 c'~ 2 r4 | + r8 c'4.~ 4 r4 | r8^"not" c2~ 8 r4 } @end lilypond -- 2.39.5