]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/clef.scm
update, polish.
[lilypond.git] / scm / clef.scm
index 34023da458f7e77211cb67e2d79a19f542a133b1..68fa718db01d85b9599659c18dd28627950718f4 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 
 ;; (name . (glyph clef-position octavation))
               (csp (make-music 'ContextSpeccedMusic)))
          (context-spec-music seq 'Staff))
        (begin
-         (ly:warn (_ "Unknown clef type `~a'") clef-name)
-         (ly:warn (_ "See scm/lily.scm for supported clefs"))
+         (ly:warning (_ "unknown clef type `~a'") clef-name)
+         (ly:warning (_ "see scm/clef.scm for supported clefs"))
          (make-music 'Music)))))