X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scm%2Foutput-ps.scm;h=b2c047a6517656f7d0726c5b651bccf45fbb57f2;hb=1a788358cd2d55e1d8f7556861e984f94c1ce2e9;hp=9274279a2cf732f61d2db234c88b5d9c586e7bfe;hpb=fa4f2662a1317aa17641efeff9d0403c62cfef1c;p=lilypond.git diff --git a/scm/output-ps.scm b/scm/output-ps.scm index 9274279a2c..b2c047a651 100644 --- a/scm/output-ps.scm +++ b/scm/output-ps.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2007 Jan Nieuwenhuizen +;;;; (c) 1998--2009 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;; Note: currently misused as testbed for titles with markup, see @@ -136,8 +136,8 @@ (define (glyph-spec w x y g) (let ((prefix (if (string? g) "/" ""))) - (ly:format "~4f ~4f ~a~a" - (+ w x) y + (ly:format "~4f ~4f ~4f ~a~a" + w x y prefix g))) (ly:format @@ -244,7 +244,7 @@ (list r g b))) ;; restore color from stack -(define (resetcolor) "grestore \n") +(define (resetcolor) "grestore\n") ;; rotation around given point (define (setrotation ang x y)