]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/markup.scm
(mangle_cxx_identifier): new
[lilypond.git] / scm / markup.scm
index 117d5bc818843b31d8bca173f3026c749239fad8..fc9fa946a3cf130ad90593032ffe1659c8951ee8 100644 (file)
@@ -391,7 +391,7 @@ eg: ((italic) (raise 4) (bold)), maps the commands on each markup argument, eg:
       empty-markup))
 
 
-(define-public interpret-markup Text_interface::interpret_markup)
+(define-public interpret-markup ly:text-interface::interpret-markup)
 (define-public (prepend-alist-chain key val chain)
   (cons (acons key val (car chain)) (cdr chain)))