From: hjunes Date: Wed, 30 Jul 2003 09:09:30 +0000 (+0000) Subject: add space. X-Git-Tag: release/1.9.5~158 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=18b1f48497c3cdeee22a7e565bd54e5c3d20ffda;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]: