diff options
author | Carl Sorensen <c_sorensen@byu.edu> | 2009-05-18 15:44:19 -0600 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2009-06-02 15:16:59 +0200 |
commit | 644c24e15e2faae311e6afb6ea86f4afd189912f (patch) | |
tree | 6fd0a95d84d88093deaa8f995c01d603cd358cfd /ps | |
parent | 8168130e7194cde581467d53355aa35d588fe512 (diff) |
Update bezier-sandwich in-routine documentation -- Mark Polesky
Diffstat (limited to 'ps')
-rw-r--r-- | ps/music-drawing-routines.ps | 9 |
1 files 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 |