]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
Added automatic LSR infrastructure.
[lilypond.git] / scm / output-tex.scm
index 0f36375f0db97f49dbeabc7f5593e56415f37bcf..d9a97b90934139f5316153473e957dcdc799923d 100644 (file)
@@ -3,7 +3,7 @@
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;; (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
-;;;;                 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;;                 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 
 ;; The public interface is tight.
@@ -95,7 +95,7 @@
                       "\\char" (number->string subidx))
 
        (begin
-         (ly:warning (_ "can't 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