]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Avoid excessive number of dots in chords (#3179).
[lilypond.git] / Documentation / changes.tely
index 19c93c2a5912bd9c6f312490fdce1d173f478115..d3eb33d83b09a258b0ede114ae0ded72b4034eef 100644 (file)
@@ -61,6 +61,19 @@ which scares away people.
 
 @end ignore
 
+@item
+Tuplets are now created with the @code{\tuplet} command, which
+takes a fraction @code{@var{t}/@var{n}} to specify that @var{t}
+notes are played in the time usually allowed for @var{n}. One
+@code{\tuplet} command can create several tuplet groups if their
+duration is typed after the fraction.
+@lilypond[quote,verbatim,relative=2]
+\tuplet 3/2 { c8 d e } \tuplet 3/2 { f e d } c2
+\tuplet 3/2 4 { c8 d e f e d } c2
+@end lilypond
+The @code{\times} command with its inverted fraction order
+@code{@var{n}/@var{t}} is still available.
+
 @item
 Introducing two new markup-commands; @code{\draw-dashed-line} and
 @code{\draw-dotted-line}.