X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ps%2Fmusic-drawing-routines.ps;h=9f28bf95f13f7997a3aaba873f698d799f4105ec;hb=0c77902e90b113823f3ea0004d7dfaf8aed218a8;hp=c6f4423615f8f4ea1715b3400e9f1695c3594f28;hpb=e9d68c099f03166dbd3c82f753b314a25ddc40cf;p=lilypond.git diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps index c6f4423615..9f28bf95f1 100644 --- a/ps/music-drawing-routines.ps +++ b/ps/music-drawing-routines.ps @@ -59,11 +59,6 @@ bind def b4_Inc_state restore } bind def -/set_tex_dimen -{ - cvr def -} bind def - /stroke_and_fill { gsave stroke @@ -229,14 +224,16 @@ gsave grestore } bind def -/print_glyphs % dx dy glyph print_glyphs +/print_glyphs % w dx dy glyph print_glyphs { { - currentpoint %dx dy glyph x0 y0 - 3 2 roll %dx dy x0 y0 glyph - glyphshow % dx dy x0 y0 - moveto % dx dy - rmoveto + currentpoint %w dx dy glyph x0 y0 + 5 2 roll %w x0 y0 dx dy glyph + 3 1 roll %w x0 y0 glyph dx dy + rmoveto %w x0 y0 glyph + glyphshow %w x0 y0 + moveto %w + 0 rmoveto }repeat }bind def %end music-drawing-routines.ps