lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NR 1.2.1.d: Split note correctly (issue 319940043 by address@hidden)


From: thomasmorley65
Subject: NR 1.2.1.d: Split note correctly (issue 319940043 by address@hidden)
Date: Tue, 03 Jan 2017 15:14:27 -0800

Reviewers: ,

Message:
Please review
(I shepherd this for Simon, as long as he has problems with his google
account)

Description:
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.

Please review this at https://codereview.appspot.com/319940043/

Affected files (+3, -2 lines):
  M Documentation/notation/rhythms.itely


Index: Documentation/notation/rhythms.itely
diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index 2df6cbaee7ec22e39e9072fdeba2f2b0b09656db..640a6c8ed68fad020a2d460808a35083aa476e88 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 |
+  r8^"neither" c~ 2 r4
 }
 @end lilypond






reply via email to

[Prev in Thread] Current Thread [Next in Thread]