From 9e1dc8e44017d472fda6533cc749a8918f5b72a6 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 8 Jan 2007 12:17:30 -0800 Subject: [PATCH] Tomas Sauer's fix for alternatives in abc2ly. --- scripts/abc2ly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2