X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-eps.ly;h=6423501ecda8aba2c3a668756a31681b88011219;hb=f9180593c6b22d81363f810c32924eed0c50ba49;hp=71ae960cd6c7bfb737a299fd2633ad210affcd12;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/markup-eps.ly b/input/regression/markup-eps.ly index 71ae960cd6..6423501ecd 100644 --- a/input/regression/markup-eps.ly +++ b/input/regression/markup-eps.ly @@ -3,7 +3,7 @@ texidoc = "The epsfile markup command reads an EPS file" } -\version "2.7.13" +\version "2.10.0" #(let* ((port (open-output-file "box.eps"))) @@ -14,4 +14,4 @@ closepath stroke" port) (close port)) -{ c''4-\markup { \box \epsfile #"box.eps" } } +{ c''4-\markup { \box \epsfile #X #10 #"box.eps" } }