]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/new-markup.scm
* Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
[lilypond.git] / scm / new-markup.scm
index 69135d207a991d91ac93687b3e1ce60ce9d747ca..3b5eb11fcdbdf453578fe75f51855304ee05928e 100644 (file)
@@ -355,7 +355,7 @@ eg: ((italic) (raise 4) (bold)), maps the commands on each markup argument, eg:
 (define (markup-function? x)
   (not (not (markup-command-signature x))))
 
-(define (markup-list? arg)
+(define-public (markup-list? arg)
   (define (markup-list-inner? lst)
     (or (null? lst)
         (and (markup? (car lst)) (markup-list-inner? (cdr lst)))))