]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-start-bracket.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / system-start-bracket.ly
1 \version "1.9.4"
2 \header {
3     texidoc =
4 "
5 The piano brace should be shifted horizontally if it  is enclosed in a bracket.
6 "
7 }
8
9
10 \score { \notes  {
11     \context StaffGroup <<
12         c4
13         \context PianoStaff <
14             d
15             e
16            >4
17     >>
18     }\paper {raggedright = ##t}}
19