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




_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to