]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/cheatsheet.itely
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / notation / cheatsheet.itely
index f8f22edb197948e8ccd7dbee54d15afe7b7af47f..89fe8ebb10651a1e7d4ba6298b6ffd7e951f8488 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.13.36"
+@c \version "2.17.6"
 
 
 @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