On 08.01.2017 16:23, James wrote:
5027 NR 1.2.1.d: Split note correctly - Simon Albrecht
https://sourceforge.net/p/testlilyissues/issues/5027
http://codereview.appspot.com/319940043

I do not think the Hindemith quote brought up by Hans Aberg is representative of common notational convention, nevertheless I removed the third bar from the new example so it doesn’t speak up against { 8 8~ 2 4 }. New patch attached.

Thanks for the administration work!
Simon
>From a57e7005dab3c2b119827a2658eaf5025e7ff2ca Mon Sep 17 00:00:00 2001
From: Simon Albrecht <sinc...@my.mail.de>
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

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to