X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocumentation-lib.scm;h=182f5812721f34be60a59df1a74bb966fa5f64cc;hb=278124fbbfbf99756bcdc9274838034e11cf43e4;hp=013cc2a4377bc0b373db7364221feedc96fe6d95;hpb=33f71ee2c062b4e377e146920ef48ea8c41d6fe8;p=lilypond.git diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 013cc2a437..182f581272 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2000--2011 Han-Wen Nienhuys +;;;; Copyright (C) 2000--2012 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -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)))