]> 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 c82e51ce40ca408d2a2e67ea1958f06cbf6f1bff..fa22244c6d9ab499ac54f030e488fdf0157f25c6 100644 (file)
@@ -1,15 +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
+  \consists "Ambitus_engraver"
+  \consists "Mensural_ligature_engraver"
+  \remove "Ligature_bracket_engraver"
 } {
+  \cadenzaOn
   \[ c'\longa c''\longa \]
 }