]> git.donarmstrong.com Git - lilypond.git/blobdiff - ps/music-drawing-routines.ps
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / ps / music-drawing-routines.ps
index 35c3d23a55274a49f53a022a1e13a72ce3916e53..e0f28e82a6a21e9b9918409a81bd5c0c255858af 100644 (file)
@@ -231,6 +231,7 @@ bind def
        setlinewidth %dx dy
        rlineto
        stroke
+       [] 0 setdash % reset dash pattern
 } bind def
 
 /draw_dashed_slur % controls thickness dash
@@ -241,6 +242,7 @@ gsave
        1 setlinejoin
        setdash
        setlinewidth
+       8 2 roll
        moveto
        curveto
        stroke