]> 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 024354b57f5cace0abe373380b69db73bb7eb4eb..fa22244c6d9ab499ac54f030e488fdf0157f25c6 100644 (file)
@@ -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 \]
 }