From 03ea75aedc0a6951df2d4d58640d7c7108e3a952 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Sun, 18 Mar 2012 17:24:50 +0000 Subject: [PATCH] Sets lilypond-id message to type progress --- scripts/lilypond-book.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 () -- 2.39.2