]> git.donarmstrong.com Git - lilypond.git/blobdiff - ps/lily.ps
patch::: 1.3.95.jcn3
[lilypond.git] / ps / lily.ps
index 2b75b3d951ebb29ed76f38db687c6ead1094ed5a..85a6c08c76617e166517eef6e6d69539de0c0fd3 100644 (file)
        stroke 
 } bind def 
 % 
-/draw_dashed_line % dash thickness width
+/draw_dashed_line % dash thickness dx dy
 { 
        1 setlinecap 
        1 setlinejoin 
        dup
        0 moveto
        neg add
-       lineto
+       lineto
        stroke 
 } bind def 
 %