From: Phil Holmes Date: Sun, 18 Mar 2012 17:24:50 +0000 (+0000) Subject: Sets lilypond-id message to type progress X-Git-Tag: release/2.15.35-1~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=03ea75aedc0a6951df2d4d58640d7c7108e3a952;p=lilypond.git Sets lilypond-id message to type progress --- diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 8847419fe0..395551ca05 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -96,13 +96,12 @@ def exit (i): else: sys.exit (i) -def identify (): - ly.encoded_write (sys.stdout, '%s (GNU LilyPond) %s\n' % (ly.program_name, ly.program_version)) - progress = ly.progress warning = ly.warning error = ly.error +def identify (): + progress('%s (GNU LilyPond) %s' % (ly.program_name, ly.program_version)) def warranty (): identify ()