]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-eps.ly
Update documentation targets
[lilypond.git] / input / regression / markup-eps.ly
index 9aecd6bb1db3c7720063a33bf7b7996b7e6e7456..224af32c2484c9cd3bfbab8c33fe597228d22b39 100644 (file)
@@ -3,7 +3,7 @@
   texidoc = "The epsfile markup command reads an EPS file"
 
 }
-\version "2.6.0"
+\version "2.12.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" } }