--- ../Installation Programs/lilypond-2.8.0-src/lilypond-2.8.0/ps/music-drawing-routines.ps	2006-03-16 05:52:27.000000000 -0500
+++ music-drawing-routines.ps	2006-03-25 18:25:10.447408000 -0500
@@ -241,10 +241,7 @@
 % JUNKME: Use color.  
 /draw_white_text  % text scale font
 {
-  %font
-  findfont
-  %scale
-  exch scalefont setfont
+  exch selectfont
   1 setgray
   0 0 moveto
   %-0.05 -0.05 moveto
@@ -276,5 +273,19 @@
 	stroke
 } bind def
 
+/printletter {
+	currentpoint
+	3 2 roll
+	glyphshow
+	moveto
+} bind def
 
+/printglyphs {
+	-1 1
+	{
+		3 mul -3 roll
+		printletter
+		rmoveto
+	}for
+}bind def
 %end music-drawing-routines.ps


