]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/ps.ly
release: 1.2.11
[lilypond.git] / input / bugs / ps.ly
1
2 \score {
3   {
4     \context Staff = i {
5       \notes { a' b' c' d' }
6     }
7
8 %    \break
9
10     \context PianoStaff <
11       \context Staff = i {
12         \notes { a' b' c' d' }
13       }
14       \context Staff = ii {
15         \notes { \clef "bass"; a b c d }
16       }
17     >
18   }
19 }