From 2b85050f228a07eecb14a8dc7faea44d48fc5c1f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 10 Apr 2007 17:31:16 +0200 Subject: [PATCH] Some optical improvements. --- Documentation/user/cheatsheet.itely | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Documentation/user/cheatsheet.itely b/Documentation/user/cheatsheet.itely index 1bef3ccfeb..8b750be503 100644 --- a/Documentation/user/cheatsheet.itely +++ b/Documentation/user/cheatsheet.itely @@ -155,6 +155,7 @@ a8-[ b-] @tab more staves @tab @lilypond[fragment] +\set Staff.implicitTimeSignatureVisibility = #all-invisible << \new Staff { c'1 } \new Staff { c'1 } >> @end lilypond @@ -169,12 +170,12 @@ c-> c-. @end lilypond -@item @code{c\mf c\sfz} +@item @code{c2\mf c\sfz} @tab dynamics @tab @lilypond[fragment,relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible -c\mf c\sfz +c2\mf c\sfz @end lilypond @@ -203,6 +204,7 @@ a\> a a\! @tab chord @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible @end lilypond @@ -220,6 +222,7 @@ f8 c2 d e @tab triplets @tab @lilypond[relative=1,fragment] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \times 2/3 { f8 g a } @end lilypond @@ -228,6 +231,7 @@ f8 c2 d e @tab grace notes @tab @lilypond[relative=2,fragment] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \context Voice { \grace b16 c4 } @end lilypond @@ -248,6 +252,7 @@ twinkle @tab lyric hyphen @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible << { g'1 g } \new Lyrics \lyricsto "" { twin -- kle } @@ -258,6 +263,7 @@ twinkle @tab chords @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \chordmode { c:dim f:maj7 } @end lilypond @@ -272,6 +278,7 @@ twinkle @tab polyphony @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \context Staff <<{e f} \\ {c d}>> @end lilypond -- 2.39.2