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