]> git.donarmstrong.com Git - lilypond.git/blob - input/test/span-bars.ly
release: 1.1.44
[lilypond.git] / input / test / span-bars.ly
1
2 \version "1.0.20";
3 nt = \notes { c1 \break c1 c1 } 
4 stuff = \notes \relative c'' <
5   \context Staff = stone  { \nt }
6   \context Staff = sttwo { \nt }
7 >
8
9 \score{ 
10     \context StaffGroup \stuff
11 }
12
13 \score{ 
14     \context StaffGroup < \context GrandStaff \stuff
15         \context Staff = stthree \nt 
16     >
17 }
18
19 \score{ 
20     \context ChoirStaff \stuff
21 }
22
23