]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-gap.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / ambitus-gap.ly
index adc38287ee4381152c606aca7716317bd31a7ee0..106b956eb93059e4c623b65f554bc3b5d2a6fe50 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "The gaps between an @code{AmbitusLine} and its
@@ -14,7 +14,7 @@ note heads are set by the @code{gap} property."
 
 \new Staff {
   \time 2/4
-  \override AmbitusLine #'gap = #1
+  \override AmbitusLine.gap = #1
   c'4 g''
 }