]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-slur.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / ambitus-slur.ly
index 0cc3084db668dda53c8bf6ebc1e40c756c17fd9a..0372b368fdfeeebbce8808c13480a939751fb391 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.1"
+\version "2.16.0"
 \header {
   texidoc = "Ambitus accidentals (whether present or not) are ignored by the
 slur engravers.
@@ -6,7 +6,7 @@ slur engravers.
 }
 
 \score {
-  \new Voice \with { \consists Ambitus_engraver } {
+  \new Voice \with { \consists "Ambitus_engraver" } {
     c'4( es')
   }
-}
\ No newline at end of file
+}