]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-with-ligature.ly
resolve merge
[lilypond.git] / input / regression / ambitus-with-ligature.ly
diff --git a/input/regression/ambitus-with-ligature.ly b/input/regression/ambitus-with-ligature.ly
new file mode 100644 (file)
index 0000000..c82e51c
--- /dev/null
@@ -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 \]
+}