]> git.donarmstrong.com Git - lilypond.git/commitdiff
Thinko.
authorWerner Lemberg <wl@gnu.org>
Tue, 10 Apr 2007 17:09:12 +0000 (19:09 +0200)
committerWerner Lemberg <wl@gnu.org>
Tue, 10 Apr 2007 17:09:12 +0000 (19:09 +0200)
Documentation/user/cheatsheet.itely

index 8b750be503e37b10fd5c33c5b25873e1103aa26c..1bdd40b20c3c56af5307b22fdcf63051e595e5ff 100644 (file)
@@ -155,9 +155,14 @@ a8-[ b-]
 @tab more staves
 @tab
 @lilypond[fragment]
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
-<< \new Staff { c'1 }
-  \new Staff { c'1 } >>
+<< \new Staff {
+     \set Staff.implicitTimeSignatureVisibility = #all-invisible
+     c'1
+   }
+   \new Staff {
+     \set Staff.implicitTimeSignatureVisibility = #all-invisible
+     c'1
+   } >>
 @end lilypond