]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/clef.scm
*** empty log message ***
[lilypond.git] / scm / clef.scm
index a48f4a2f8a64bee2f260883795ce2d9c62d81520..68fa718db01d85b9599659c18dd28627950718f4 100644 (file)
               (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)))))