]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 23 Apr 2002 13:21:47 +0000 (13:21 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 23 Apr 2002 13:21:47 +0000 (13:21 +0000)
Documentation/regression-test.tely
input/regression/system-start-bracket.ly [new file with mode: 0644]

index cd1469458fc9786e4de1fda18fdf0d17e171c652..b81d005a49f42e803e0e141fd6c000674cec0be7 100644 (file)
@@ -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 (file)
index 0000000..4a460c7
--- /dev/null
@@ -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
+          >
+    >
+    }}