]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove extra sequential block from regtest
authorCarl Sorensen <c_sorensen@byu.edu>
Sun, 10 Jul 2011 22:48:49 +0000 (16:48 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Sun, 10 Jul 2011 22:48:49 +0000 (16:48 -0600)
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 \]
 }