From: Heikki Junes Date: Wed, 30 Jul 2003 09:09:30 +0000 (+0000) Subject: add space. X-Git-Tag: release/1.7.30~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a3b4a5b18c73496a34979cd5c10bb65649e627aa;p=lilypond.git add space. --- diff --git a/scripts/mup2ly.py b/scripts/mup2ly.py index 958f889fcb..c42d8154a5 100644 --- a/scripts/mup2ly.py +++ b/scripts/mup2ly.py @@ -183,9 +183,9 @@ def option_help_str (o): if o[1]: sh = '-%s' % o[1] - sep = ' ' + sep = ' ' if o[1] and o[2]: - sep = ',' + sep = ', ' long = '' if o[2]: