]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-start-bracket.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / system-start-bracket.ly
1 \version "1.5.68"
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             d4
15             e4
16            >
17     >
18     }\paper {linewidth = -1. }}