]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-with-ligature.ly
Remove extra sequential block from regtest
[lilypond.git] / input / regression / ambitus-with-ligature.ly
index da0872f2d45b72b44aeffde236bf6152d730ef51..c82e51ce40ca408d2a2e67ea1958f06cbf6f1bff 100644 (file)
@@ -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 \]
 }