]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-an-extra-staff.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / Documentation / snippets / adding-an-extra-staff.ly
index 8bc65eeafdc486028ade5629cd2280173d259054..430371a6444e42ddcddf69e5dbafa66a4c3fe808 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.27"
+\version "2.17.30"
 
 \header {
   lsrtags = "contexts-and-engravers, really-simple, staff-notation"
@@ -31,7 +31,7 @@ piece.
             c1 | d
           }
           \new Staff {
-            \once \override Staff.TimeSignature.stencil = ##f
+            \once \omit Staff.TimeSignature
             c1 | b
           }
         >>