]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/music-types.scm
ly- -> ly:
[lilypond.git] / scm / music-types.scm
index b56fb330697149f640b8412d9e00edd367b9ec14..284dfc64e710ac2f3d0dc0f7dd6311e6074c6a8d 100644 (file)
        )
 
     (if (eq? props '())
-       (ly-warn (format "Could not find music type `~a'" x)))  
-    (ly-make-bare-music name props)
+       (ly:warn (format "Could not find music type `~a'" x)))  
+    (ly:make-bare-music name props)
     ))
 
 
        (if (pair? handle)
            (cdr handle)
            (begin
-             (ly-warn
+             (ly:warn
               (string-append "Unknown repeat type `" name
                              "'\nSee music-types.scm for supported repeats"))
              'VoltaRepeatedMusic)