]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/cheatsheet.itely
This patch adds LilyKDE to the list in Text Editor support (AU 2.2).
[lilypond.git] / Documentation / user / cheatsheet.itely
index 8b750be503e37b10fd5c33c5b25873e1103aa26c..c97f26d0fa1ad67fd5655087ddac73e6af774850 100644 (file)
@@ -7,6 +7,8 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
+@c \version "2.11.38"
+
 
 @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