]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/whiteout.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / whiteout.ly
index b998e5867b693d9ff0ed9c2a6da7780bcec1c692..c2802628ea9ff2e3895c4099669b451a4e47a65f 100644 (file)
@@ -4,7 +4,7 @@
 markup.  "
 
 }
-\version "2.16.0"
+\version "2.17.6"
 
 \paper
 {
@@ -12,7 +12,7 @@ markup.  "
 }
 
 \relative c'' {
-  \override TextScript #'layer = #'2
-  \override TextScript #'extra-offset = #'(2 . 4)
+  \override TextScript.layer = #'2
+  \override TextScript.extra-offset = #'(2 . 4)
   c4-\markup  { \whiteout \pad-markup #0.5 foo } c
 }