]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/cheatsheet.itely
Tempo and Rehearsal marks horizontal positioning; issue 3279
[lilypond.git] / Documentation / notation / cheatsheet.itely
index 89fe8ebb10651a1e7d4ba6298b6ffd7e951f8488..cc737a484f5ca7960fd86f7135ef22d8d2705edf 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.6"
+@c \version "2.17.11"
 
 
 @c TODO: add tablature.
@@ -227,12 +227,12 @@ f8 c2 d e
 @end lilypond
 
 
-@item @code{\times 2/3 @{f g a@}}
+@item @code{\tuplet 3/2 @{f g a@}}
 @tab triplets
 @tab
 @lilypond[relative=1]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
-\times 2/3 { f8 g a }
+\tuplet 3/2 { f8 g a }
 @end lilypond