]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-slur.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / ambitus-slur.ly
index 6250f699e5afe75cb6df1070e5bc99a5ab1953ef..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')
   }
 }