]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-an-extra-staff.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / adding-an-extra-staff.ly
index 2f73cd6fb33d283858fdabf7667fd811d966644b..7bf2674b7ac3571084ff1deb130165bb0a8b6dde 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.20"
+\version "2.18.0"
 
 \header {
   lsrtags = "contexts-and-engravers, really-simple, staff-notation"
@@ -17,7 +17,6 @@ piece.
   doctitle = "Adding an extra staff"
 } % begin verbatim
 
-
 \score {
   <<
     \new Staff \relative c'' {
@@ -31,7 +30,7 @@ piece.
             c1 | d
           }
           \new Staff {
-            \once \override Staff.TimeSignature.stencil = ##f
+            \once \omit Staff.TimeSignature
             c1 | b
           }
         >>