>From a57e7005dab3c2b119827a2658eaf5025e7ff2ca Mon Sep 17 00:00:00 2001 From: Simon Albrecht Date: Tue, 3 Jan 2017 23:41:00 +0100 Subject: [PATCH] NR 1.2.1.d: Split note correctly In 4/4 time, a note crossing the middle of the bar should be split at the middle of the bar. The current example displays bad engraving practice. --- Documentation/notation/rhythms.itely | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index 2df6cba..640a6c8 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -443,8 +443,9 @@ used when note values cross larger subdivisions of the measure: @lilypond[verbatim,quote] \relative { - r8 c'~ 2 r4 | - r8^"not" c2~ 8 r4 + r8 c'4.~ 4 r4 | + r8^"not" c2~ 8 r4 | } @end lilypond -- 1.9.1