summaryrefslogtreecommitdiff
path: root/ps
diff options
context:
space:
mode:
authorCarl Sorensen <c_sorensen@byu.edu>2009-05-18 15:44:19 -0600
committerJohn Mandereau <john.mandereau@gmail.com>2009-06-02 15:16:59 +0200
commit644c24e15e2faae311e6afb6ea86f4afd189912f (patch)
tree6fd0a95d84d88093deaa8f995c01d603cd358cfd /ps
parent8168130e7194cde581467d53355aa35d588fe512 (diff)
Update bezier-sandwich in-routine documentation -- Mark Polesky
Diffstat (limited to 'ps')
-rw-r--r--ps/music-drawing-routines.ps9
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