From: Han-Wen Nienhuys Date: Fri, 8 Feb 2008 03:43:08 +0000 (-0200) Subject: Add test for new ligature bracket engraver. X-Git-Tag: release/2.11.39-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09f21fabf24ffa80e0d922622ded1e2cebc9cd47;p=lilypond.git Add test for new ligature bracket engraver. --- diff --git a/input/regression/ligature-bracket.ly b/input/regression/ligature-bracket.ly new file mode 100644 index 0000000000..9b75f815a5 --- /dev/null +++ b/input/regression/ligature-bracket.ly @@ -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 } +>>