]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-with-ligature.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / ambitus-with-ligature.ly
index 4a5c8c1f1b853010bca9fe161d154f8609293725..fa22244c6d9ab499ac54f030e488fdf0157f25c6 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.14.0"
+\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 \]
 }