Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / lsr / adding-an-extra-staff.ly
blob324545efd558ad148686f4eb8a572993024c1149
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.48"
5 \header {
6 lsrtags = "staff-notation, contexts-and-engravers"
8 texidoc = "
9 An extra staff can be added (possibly temporarily) after the start of a
10 piece.
13 doctitle = "Adding an extra staff"
14 } % begin verbatim
15 \score {
17 \new Staff \relative c'' { c1 c c c c }
18 \new StaffGroup \relative c'' {
19 \new Staff {
20 c1 c
21 << c1 \new Staff { \once \override Staff.TimeSignature #'stencil = ##f c1 } >>