]> git.donarmstrong.com Git - lilypond.git/commitdiff
Some optical improvements.
authorWerner Lemberg <wl@gnu.org>
Tue, 10 Apr 2007 15:31:16 +0000 (17:31 +0200)
committerWerner Lemberg <wl@gnu.org>
Tue, 10 Apr 2007 15:31:16 +0000 (17:31 +0200)
Documentation/user/cheatsheet.itely

index 1bef3ccfebc123b77783438034da6b9f50f7c11d..8b750be503e37b10fd5c33c5b25873e1103aa26c 100644 (file)
@@ -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
 <c e> 
 @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