]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-start-bracket.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / system-start-bracket.ly
1 \version "2.12.0"
2 \header {
3   texidoc = "A piano context included within a staff group should
4 cause the piano brace to be drawn to the left of the staff angle
5 bracket."
6 }
7
8 \layout {ragged-right = ##t}
9
10
11 {
12   \context StaffGroup <<
13     c4
14     \context PianoStaff <<
15       \new Staff d
16       \new Staff e
17     >>
18   >>
19 }
20
21
22