]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-ps.scm
Fix #743: Reinstate warnings for unterminated span dynamics.
[lilypond.git] / scm / output-ps.scm
index 3766fa6a4ea5f2b1790fff9b5b784894b7bc1332..b2c047a6517656f7d0726c5b651bccf45fbb57f2 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 1998--2008 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 1998--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;                 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 ;;;; Note: currently misused as testbed for titles with markup, see
 
   (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