X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fambitus-with-ligature.ly;h=fa22244c6d9ab499ac54f030e488fdf0157f25c6;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=024354b57f5cace0abe373380b69db73bb7eb4eb;hpb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;p=lilypond.git diff --git a/input/regression/ambitus-with-ligature.ly b/input/regression/ambitus-with-ligature.ly index 024354b57f..fa22244c6d 100644 --- a/input/regression/ambitus-with-ligature.ly +++ b/input/regression/ambitus-with-ligature.ly @@ -2,14 +2,16 @@ \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 \] }