From: Graham Percival Date: Mon, 8 Jan 2007 20:17:30 +0000 (-0800) Subject: Tomas Sauer's fix for alternatives in abc2ly. X-Git-Tag: release/2.11.11-1~45^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9e1dc8e44017d472fda6533cc749a8918f5b72a6;p=lilypond.git Tomas Sauer's fix for alternatives in abc2ly. --- diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index 9c697367b4..83dc1f79ae 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -1179,7 +1179,7 @@ def try_parse_bar (str,state): close_beam_state(state) voices_append (bs) if do_curly != '': - voices_append("} }") + voices_append("} ") do_curly = '' return str