From 4abb9e42c52f41f78f35942a417137105a1fc25d Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Mon, 18 May 2009 15:44:19 -0600 Subject: [PATCH] Update bezier-sandwich in-routine documentation -- Mark Polesky --- ps/music-drawing-routines.ps | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps index 7626575084..064f23c6b8 100644 --- a/ps/music-drawing-routines.ps +++ b/ps/music-drawing-routines.ps @@ -124,12 +124,15 @@ bind def } bind def % this is for drawing slurs and barre-indicators. -/draw_bezier_sandwich % thickness controls +/draw_bezier_sandwich % x5 y5 x6 y6 x7 y7 + % x4 y4 + % x1 y1 x2 y2 x3 y3 + % linewidth draw_bezier_sandwich { gsave currentpoint translate - % round ending and round beginning - 1 setlinejoin 1 setlinecap + % round ending and round beginning + 1 setlinejoin 1 setlinecap setlinewidth moveto curveto -- 2.39.5