]> git.donarmstrong.com Git - lilypond.git/commitdiff
NR 1.2.1.d: Split note more appropriately (issue 5027)
authorSimon Albrecht <sincero@my.mail.de>
Mon, 9 Jan 2017 02:13:29 +0000 (03:13 +0100)
committerGraham Percival <graham@percival-music.ca>
Mon, 9 Jan 2017 05:10:38 +0000 (21:10 -0800)
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

index 2df6cbaee7ec22e39e9072fdeba2f2b0b09656db..9d4a75634699f2515e5936f5fc3b1c0d171c3b05 100644 (file)
@@ -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