X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fambitus-with-ligature.ly;fp=input%2Fregression%2Fambitus-with-ligature.ly;h=c82e51ce40ca408d2a2e67ea1958f06cbf6f1bff;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/ambitus-with-ligature.ly b/input/regression/ambitus-with-ligature.ly new file mode 100644 index 0000000000..c82e51ce40 --- /dev/null +++ b/input/regression/ambitus-with-ligature.ly @@ -0,0 +1,15 @@ +\version "2.14" + +\header { + texidoc = " +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 +} { + \[ c'\longa c''\longa \] +}