X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocumentation-lib.scm;h=a033186067d998e51af075c695b9ce2fcaae7ec3;hb=3ef893f1fe182e9f6cf5841cbff0706789bd3361;hp=013cc2a4377bc0b373db7364221feedc96fe6d95;hpb=33f71ee2c062b4e377e146920ef48ea8c41d6fe8;p=lilypond.git diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 013cc2a437..a033186067 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -56,7 +56,7 @@ (node-children node))) (define (processing name) - (ly:message (_ "Processing ~S...") name)) + (ly:basic-progress (_ "Processing ~S...") name)) (define (self-evaluating? x) (or (number? x) (string? x) (procedure? x) (boolean? x)))