X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fambitus-with-ligature.ly;h=fa22244c6d9ab499ac54f030e488fdf0157f25c6;hb=980df8c5df55556b784d573f1c3d16bb9c8f3ab8;hp=2a9c0f4482e422f2d9846a7e06ec788d7f27c841;hpb=2784264fda1124e0db8fb9b1385905e48e2650b9;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 \] }