From: Reinhold Kainhofer Date: Thu, 12 Nov 2009 15:54:12 +0000 (+0100) Subject: abc2ly: The --beams option is actually a true/false switch... X-Git-Tag: release/2.13.8-1~58 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f6045462422a7f4acb13bfd495473f0d531ac89d;p=lilypond.git abc2ly: The --beams option is actually a true/false switch... --- diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index 3100c13681..f844b7dc13 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -1373,7 +1373,7 @@ def get_option_parser (): action='store') p.add_option ('-s', '--strict', help=_ ("be strict about success"), action='store_true') - p.add_option ('-b', '--beams', help=_ ("preserve ABC's notion of beams")) + p.add_option ('-b', '--beams', help=_ ("preserve ABC's notion of beams"), action="store_true") p.add_option_group ('', description=( _ ('Report bugs via %s')