]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-with-ligature.ly
Doc-es: various updates.
[lilypond.git] / input / regression / ambitus-with-ligature.ly
index da0872f2d45b72b44aeffde236bf6152d730ef51..fa22244c6d9ab499ac54f030e488fdf0157f25c6 100644 (file)
@@ -1,17 +1,17 @@
-\version "2.14"
+\version "2.16.0"
 
 \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
-    } {
-      \[ c'\longa c''\longa \]
-    }
+\new Voice \with  {
+  \consists "Ambitus_engraver"
+  \consists "Mensural_ligature_engraver"
+  \remove "Ligature_bracket_engraver"
+} {
+  \cadenzaOn
+  \[ c'\longa c''\longa \]
 }