]> git.donarmstrong.com Git - lilypond.git/commitdiff
output-socket.scm: Issue 1780 oversight (format #f ...
authorDavid Kastrup <dak@gnu.org>
Tue, 26 Jul 2011 08:15:05 +0000 (10:15 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 26 Jul 2011 08:15:05 +0000 (10:15 +0200)
scm/output-socket.scm

index 310db4f58b45b6ba1b56ec7d3c97bdff9c448f15..28e22f72a3c3ba3733d290b443e8b1a47d804a91 100644 (file)
@@ -70,9 +70,9 @@
              -1))
      (name (assoc-get 'name (ly:grob-property grob 'meta))))
 
-    (apply format
-          (append (list "cause ~a \"~a\" ~a ~a ~a ~a\n" tag name)
-                  (grob-bbox grob offset)))))
+    (apply format #f
+          "cause ~a \"~a\" ~a ~a ~a ~a\n" tag name
+          (grob-bbox grob offset))))
 
 (define (named-glyph font glyph)
   (format #f "glyphshow ~a \"~a\" ~a \"~a\""