]> git.donarmstrong.com Git - lilypond.git/commitdiff
Sets lilypond-id message to type progress
authorPhil Holmes <mail@philholmes.net>
Sun, 18 Mar 2012 17:24:50 +0000 (17:24 +0000)
committerPhil Holmes <mail@philholmes.net>
Sun, 25 Mar 2012 12:46:02 +0000 (13:46 +0100)
scripts/lilypond-book.py

index 8847419fe0dc46e698e06873f7494e4bf0bae6f2..395551ca0519f7fea206f9e62f461676be763615 100644 (file)
@@ -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 ()