]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-start-bracket.ly
* scm/ps-to-png.scm: remove dir-re function.
[lilypond.git] / input / regression / system-start-bracket.ly
1 \version "2.6.0"
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 {raggedright = ##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