]> git.donarmstrong.com Git - lilypond.git/commitdiff
add space.
authorhjunes <hjunes>
Wed, 30 Jul 2003 09:09:30 +0000 (09:09 +0000)
committerhjunes <hjunes>
Wed, 30 Jul 2003 09:09:30 +0000 (09:09 +0000)
scripts/mup2ly.py

index 958f889fcbf6c70cda0d79868e743f776d3e5dcb..c42d8154a5af35716e38521ccb1dd851dca31f97 100644 (file)
@@ -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]: