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