From: hanwen Date: Tue, 23 Apr 2002 13:21:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.5.59~94 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=66bc865cbdf14769150d624a4503205c579bd62f;p=lilypond.git *** empty log message *** --- diff --git a/Documentation/regression-test.tely b/Documentation/regression-test.tely index cd1469458f..b81d005a49 100644 --- a/Documentation/regression-test.tely +++ b/Documentation/regression-test.tely @@ -337,6 +337,8 @@ Grace note do weird things with timing. Fragile. @lilypondfile[printfilename]{system-extents.ly} +@lilypondfile[printfilename]{system-start-bracket.ly} + @lilypondfile[printfilename,nofragment]{size11.ly} @lilypondfile[printfilename,nofragment]{size13.ly} diff --git a/input/regression/system-start-bracket.ly b/input/regression/system-start-bracket.ly new file mode 100644 index 0000000000..4a460c7dcf --- /dev/null +++ b/input/regression/system-start-bracket.ly @@ -0,0 +1,17 @@ +\header { + texidoc = +" +The piano brace should be shifted horizontally if it is enclosed in a bracket. +" +} + + +\score { \notes { + \context StaffGroup < + c4 + \context PianoStaff < + d4 + e4 + > + > + }}