]> git.donarmstrong.com Git - lilypond.git/commitdiff
Simplify ambitus-with-ligature regression test
authorCarl Sorensen <c_sorensen@byu.edu>
Sun, 10 Jul 2011 22:32:38 +0000 (16:32 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Sun, 10 Jul 2011 22:32:38 +0000 (16:32 -0600)
input/regression/ambitus-with-ligature.ly

index 6f1ede4f73df4b24692efaaf8ed9978776604f73..da0872f2d45b72b44aeffde236bf6152d730ef51 100644 (file)
@@ -7,17 +7,11 @@ and a @code{Mensural_ligature_engraver} without segfaulting.
   "
 }
 
-\score{
-  {
-    \context Staff="default" {
+{
+  \new Voice \with  {
+    \consists Ambitus_engraver
+    \consists Mensural_ligature_engraver
+    } {
       \[ c'\longa c''\longa \]
     }
-  }
-  \layout {
-    \context{
-      \Voice
-      \consists Ambitus_engraver
-      \consists Mensural_ligature_engraver
-    }
-  }
 }