X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fambitus-with-ligature.ly;h=fa22244c6d9ab499ac54f030e488fdf0157f25c6;hb=7cfd1d52c129b0e1e24e6136eef42ae9804c2919;hp=2a9c0f4482e422f2d9846a7e06ec788d7f27c841;hpb=44011e382e91f43fb6752b3fbbf8d8984131a565;p=lilypond.git diff --git a/input/regression/ambitus-with-ligature.ly b/input/regression/ambitus-with-ligature.ly index 2a9c0f4482..fa22244c6d 100644 --- a/input/regression/ambitus-with-ligature.ly +++ b/input/regression/ambitus-with-ligature.ly @@ -2,7 +2,7 @@ \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. " } @@ -10,6 +10,8 @@ and a @code{Mensural_ligature_engraver} without segfaulting. \new Voice \with { \consists "Ambitus_engraver" \consists "Mensural_ligature_engraver" + \remove "Ligature_bracket_engraver" } { + \cadenzaOn \[ c'\longa c''\longa \] }