]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/staff/adding-an-extra-staff.ly
38d41f1391c86d3b45e22b6a183ccf5fd4d363f7
[lilypond.git] / input / lsr / staff / adding-an-extra-staff.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 You can add (possibly temporarily) an extra staff after the beginning
6 of  a piece.  
7 " }
8
9 \score {
10         <<
11                 \new Staff \relative c''{ c1 c c c c }
12                 \new StaffGroup \relative c''{ 
13                         \new Staff 
14                         c1 c
15                         << c1 \new Staff { c1 } >>
16                         c
17                 }
18         >>
19         \layout {
20                 
21                 \context{
22                         \Score
23
24                 }
25         }
26 }
27
28
29
30
31