From a56842a455bc37f29fe5c2772eccc941c1ccbcbf Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 10 Apr 2007 19:09:12 +0200 Subject: [PATCH] Thinko. --- Documentation/user/cheatsheet.itely | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Documentation/user/cheatsheet.itely b/Documentation/user/cheatsheet.itely index 8b750be503..1bdd40b20c 100644 --- a/Documentation/user/cheatsheet.itely +++ b/Documentation/user/cheatsheet.itely @@ -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 -- 2.39.5