]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/cheatsheet.itely
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / notation / cheatsheet.itely
index 57cf68c4d1560aa9dff42568c66473569644452e..711be9782ad8f0bcc30b4d2b4ba6bad3cb6078b1 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.16.0"
+@c \version "2.17.11"
 
 
 @c TODO: add tablature.
@@ -28,7 +28,7 @@
 @tab
 @lilypond[relative=2,notime]
 \set Staff.autoBeaming = ##f
-\override Staff.Clef #'break-visibility = #all-invisible
+\override Staff.Clef.break-visibility = #all-invisible
 c1 c2 c8 c16
 @end lilypond
 
@@ -36,7 +36,7 @@ c1 c2 c8 c16
 @tab augmentation dots
 @tab
 @lilypond[relative=2,notime]
-\override Staff.Clef #'break-visibility = #all-invisible
+\override Staff.Clef.break-visibility = #all-invisible
 c4. c4..
 @end lilypond
 
@@ -68,7 +68,7 @@ s4_" "
 @tab time signature
 @tab
 @lilypond[relative=1]
-\override Staff.Clef #'stencil = #empty-stencil
+\override Staff.Clef.stencil = #empty-stencil
 \time 3/4
 s4_" "
 \time 4/4
@@ -80,7 +80,7 @@ s16_" "
 @tab rest
 @tab
 @lilypond[relative=2,notime]
-\override Staff.Clef #'break-visibility = #all-invisible
+\override Staff.Clef.break-visibility = #all-invisible
 r4 r8
 @end lilypond
 
@@ -155,7 +155,7 @@ a8-[ b-]
 @end lilypond
 
 
-@item @code{<< \new Staff ... >>}
+@item @code{<< \new Staff @dots{} >>}
 @tab more staves
 @tab
 @lilypond[relative=1]
@@ -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