]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-with-ligature.ly
Issue 2760: CG wants all engravers to have double-quotes around them
[lilypond.git] / input / regression / ambitus-with-ligature.ly
index da0872f2d45b72b44aeffde236bf6152d730ef51..2a9c0f4482e422f2d9846a7e06ec788d7f27c841 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14"
+\version "2.16.0"
 
 \header {
   texidoc = "
@@ -7,11 +7,9 @@ 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"
+} {
+  \[ c'\longa c''\longa \]
 }