]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-with-ligature.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / ambitus-with-ligature.ly
index 6f1ede4f73df4b24692efaaf8ed9978776604f73..024354b57f5cace0abe373380b69db73bb7eb4eb 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14"
+\version "2.16.0"
 
 \header {
   texidoc = "
@@ -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 \]
 }