]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add test for new ligature bracket engraver.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 8 Feb 2008 03:43:08 +0000 (01:43 -0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 8 Feb 2008 03:43:08 +0000 (01:43 -0200)
input/regression/ligature-bracket.ly [new file with mode: 0644]

diff --git a/input/regression/ligature-bracket.ly b/input/regression/ligature-bracket.ly
new file mode 100644 (file)
index 0000000..9b75f81
--- /dev/null
@@ -0,0 +1,9 @@
+\header {
+  texidoc = "The ligature bracket right-end is not affected by other voices."
+}
+
+\version "2.11.38"
+<<
+       \new Staff {\[b2 b\]   | \[b b\] }
+       \new Staff {b2 b       | b4 b b b }
+>>