From 2e01f573da67572d26f540b231f0c3c240dbe23e Mon Sep 17 00:00:00 2001 From: Erlend Aasland Date: Mon, 17 Apr 2006 12:39:03 +0000 Subject: [PATCH] * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug. --- ChangeLog | 2 ++ ps/music-drawing-routines.ps | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index d3a8748d7f..582f6c4f73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ * scm/define-grobs.scm: fix stem-attachment for tablature note heads. + * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug. + 2006-04-16 Jürgen Reuter * ly/engraver.ly: Remove obsolete comments. diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps index 35c3d23a55..c3ebbaa60a 100644 --- a/ps/music-drawing-routines.ps +++ b/ps/music-drawing-routines.ps @@ -231,6 +231,7 @@ bind def setlinewidth %dx dy rlineto stroke + [] 0 setdash % reset dash pattern } bind def /draw_dashed_slur % controls thickness dash -- 2.39.2