]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/markup-macros.scm
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / scm / markup-macros.scm
index 09ab0fc8f243dbf991f096da29c2b5f1259fa4fd..6c50ec51280e614796229fd565401b9474d16d07 100644 (file)
@@ -236,11 +236,11 @@ interpreted, returns a list of stencils instead of a single one"
 ;;;;;;;;;;;;;;;;;;;;;;
 ;;; markup type predicates
 
-(define (markup-function? x)
+(define-public (markup-function? x)
   (and (markup-command-signature x)
        (not (object-property x 'markup-list-command))))
 
-(define (markup-list-function? x)
+(define-public (markup-list-function? x)
   (and (markup-command-signature x)
        (object-property x 'markup-list-command)))