]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-with-ligature.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / ambitus-with-ligature.ly
index 2a9c0f4482e422f2d9846a7e06ec788d7f27c841..fa22244c6d9ab499ac54f030e488fdf0157f25c6 100644 (file)
@@ -2,7 +2,7 @@
 
 \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.
   "
 }
@@ -10,6 +10,8 @@ and a @code{Mensural_ligature_engraver} without segfaulting.
 \new Voice \with  {
   \consists "Ambitus_engraver"
   \consists "Mensural_ligature_engraver"
+  \remove "Ligature_bracket_engraver"
 } {
+  \cadenzaOn
   \[ c'\longa c''\longa \]
 }