X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Foutput-ps.scm;h=6b2e3cff6bc9e98c8ce6f942599a44bced56ea89;hb=fa8b518b306fc5a1acd9a408b8c31f050f23b597;hp=9274279a2cf732f61d2db234c88b5d9c586e7bfe;hpb=fa4f2662a1317aa17641efeff9d0403c62cfef1c;p=lilypond.git diff --git a/scm/output-ps.scm b/scm/output-ps.scm index 9274279a2c..6b2e3cff6b 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 @@ -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)