]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-start-bracket.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / regression / system-start-bracket.ly
1 \version "2.7.39"
2 \header {
3   texidoc =
4   "
5 The piano brace should be shifted horizontally if it  is enclosed in a bracket.
6 "
7 }
8
9 \layout {ragged-right = ##t}
10
11
12 {
13   \context StaffGroup <<
14     c4
15     \context PianoStaff <<
16       \new Staff d
17       \new Staff e
18     >>
19   >>
20 }
21
22
23