X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fambitus-with-ligature.ly;h=fa22244c6d9ab499ac54f030e488fdf0157f25c6;hb=e05dfb628c1538474852a968adad74c1d518199a;hp=4a5c8c1f1b853010bca9fe161d154f8609293725;hpb=413eeca26f5baa563b9b866a60831507e8bc0d3e;p=lilypond.git diff --git a/input/regression/ambitus-with-ligature.ly b/input/regression/ambitus-with-ligature.ly index 4a5c8c1f1b..fa22244c6d 100644 --- a/input/regression/ambitus-with-ligature.ly +++ b/input/regression/ambitus-with-ligature.ly @@ -1,15 +1,17 @@ -\version "2.14.0" +\version "2.16.0" \header { texidoc = " -A @code{\Voice} should be able to contain both an @code{Ambitus_engraver} +A @code{\\Voice} should be able to contain both an @code{Ambitus_engraver} and a @code{Mensural_ligature_engraver} without segfaulting. " } \new Voice \with { - \consists Ambitus_engraver - \consists Mensural_ligature_engraver + \consists "Ambitus_engraver" + \consists "Mensural_ligature_engraver" + \remove "Ligature_bracket_engraver" } { + \cadenzaOn \[ c'\longa c''\longa \] }