X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Fcheatsheet.itely;h=cc737a484f5ca7960fd86f7135ef22d8d2705edf;hb=b6f94447415dded7c6e146b41b6139fe76cb84c4;hp=319d4557a0333c358f5e0d97ab5c0fe90c4efbd1;hpb=44099a932d98a8757b27ee92f9b0533170b516e3;p=lilypond.git diff --git a/Documentation/notation/cheatsheet.itely b/Documentation/notation/cheatsheet.itely index 319d4557a0..cc737a484f 100644 --- a/Documentation/notation/cheatsheet.itely +++ b/Documentation/notation/cheatsheet.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.13.36" +@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 @@ -161,11 +161,11 @@ a8-[ b-] @lilypond[relative=1] << \new Staff { \set Staff.implicitTimeSignatureVisibility = #all-invisible - c'1 + c1 } \new Staff { \set Staff.implicitTimeSignatureVisibility = #all-invisible - c'1 + c1 } >> @end lilypond @@ -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