]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/cheatsheet.itely
Merge master into nested-bookparts
[lilypond.git] / Documentation / user / cheatsheet.itely
index 8b750be503e37b10fd5c33c5b25873e1103aa26c..5495c4607daf0f2069fe8db799625f1d84a5c89c 100644 (file)
@@ -7,6 +7,8 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
+@c \version "2.11.61"
+
 
 @c TODO: add tablature.
 
@@ -155,9 +157,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