]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
Fix #226.
[lilypond.git] / scm / output-tex.scm
index a07bf77ac334409d422bce4157927c2ba4a5854b..d9a97b90934139f5316153473e957dcdc799923d 100644 (file)
@@ -95,7 +95,7 @@
                       "\\char" (number->string subidx))
 
        (begin
-         (ly:warning (_ cannot find ~a in ~a" name font))
+         (ly:warning (_ "cannot find ~a in ~a" name font))
          ""))))
 
 (define (dashed-line thick on off dx dy phase)
 (define (no-origin) "")
 
 
-
-
 (define-public (line-location  file line col)
   "Print an input location, without column number ."
   (string-append (number->string line) " " file))
            (string-append "\\special{src:"
                           (line-column-location location) "}")
            ""))
-      ""))
+      ""))
\ No newline at end of file