]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-with-ligature.ly
MusicXML test suite: use custom py formatter for MusicXML files
[lilypond.git] / input / regression / ambitus-with-ligature.ly
index 6f1ede4f73df4b24692efaaf8ed9978776604f73..c82e51ce40ca408d2a2e67ea1958f06cbf6f1bff 100644 (file)
@@ -7,17 +7,9 @@ and a @code{Mensural_ligature_engraver} without segfaulting.
   "
 }
 
-\score{
-  {
-    \context Staff="default" {
-      \[ c'\longa c''\longa \]
-    }
-  }
-  \layout {
-    \context{
-      \Voice
-      \consists Ambitus_engraver
-      \consists Mensural_ligature_engraver
-    }
-  }
+\new Voice \with  {
+  \consists Ambitus_engraver
+  \consists Mensural_ligature_engraver
+} {
+  \[ c'\longa c''\longa \]
 }