]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-eps.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / markup-eps.ly
index a6d20fda91478df2bc1850e5f4dd612fc794d28d..257de68051a6f4ada5f3b8a917b9642b39b3e67c 100644 (file)
@@ -3,13 +3,13 @@
   texidoc = "The epsfile markup command reads an EPS file"
 
 }
-\version "2.7.32"
+\version "2.16.0"
 
 #(let* ((port (open-output-file "box.eps")))
 
   (display "%!PS-Adobe-3.0 EPSF-3.0
 %%BoundingBox: 5 5 105 105
-10 setline-width 10 10 moveto 0 90 rlineto 90 0 rlineto 0 -90 rlineto
+10 setlinewidth 10 10 moveto 0 90 rlineto 90 0 rlineto 0 -90 rlineto
 closepath stroke" port)
 
   (close port))