]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-eps.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / markup-eps.ly
index 9aecd6bb1db3c7720063a33bf7b7996b7e6e7456..257de68051a6f4ada5f3b8a917b9642b39b3e67c 100644 (file)
@@ -3,7 +3,7 @@
   texidoc = "The epsfile markup command reads an EPS file"
 
 }
-\version "2.6.0"
+\version "2.16.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" } }