]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/cm.ly
patch::: 1.3.48.mb1
[lilypond.git] / input / bugs / cm.ly
1 flauti = \notes \relative c' {
2   c1 
3   \break c
4 }
5
6
7 timpani = \notes \relative c' {
8   c1 c
9 }
10
11
12
13 \score {
14   < 
15     \context StaffGroup ="legni" < 
16       \context Staff ="flauti" \flauti
17     >
18     \context StaffGroup ="timpani" <
19     \notes { 
20        c1
21     }
22     >
23   >
24
25 }
26