From: Han-Wen Nienhuys Date: Tue, 23 Apr 2002 13:21:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.5.54~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=789b29848b32dbf0e21f39c3c46b3670f1c1128c;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 + > + > + }}