diff -p -u -r1.44 music-drawing-routines.ps
--- ps/music-drawing-routines.ps	4 Apr 2006 10:18:59 -0000	1.44
+++ ps/music-drawing-routines.ps	5 Apr 2006 18:41:47 -0000
@@ -214,9 +214,8 @@ currentdict /testing known
 /draw_circle % F R T
 {
 	setlinewidth
-	dup 0 rmoveto
 	currentpoint 3 2 roll
-	0 360 arc closepath
+	newpath 0 360 arc closepath
 		{ stroke_and_fill } 
 		{ stroke }
 	ifelse



