]> git.donarmstrong.com Git - lilypond.git/blobdiff - ps/music-drawing-routines.ps
add TODO comment.
[lilypond.git] / ps / music-drawing-routines.ps
index dd2f6efec9fd84db33b795d5493875a2c7a5946a..b665aff49a98416b292921c35f73a48ee74aec36 100644 (file)
 
 % this is for drawing slurs. 
 /draw_bezier_sandwich  % thickness controls 
-{ 
+{
+    % round ending and round beginning
+    1 setlinejoin 1 setlinecap
        setlinewidth 
        moveto 
        curveto 
        lineto 
-       curveto 
+       curveto
+       closepath
        gsave 
        fill 
        grestore