From 873d2b387adca96f4a484fe58702758dc415e96d Mon Sep 17 00:00:00 2001 From: Cecile Huneau Date: Tue, 28 Jul 2015 10:49:58 +0200 Subject: [PATCH] Issue 514: abc2ly grace notes --- scripts/abc2ly.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index 77d47d7dcd..752f97f3be 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -1203,6 +1203,9 @@ def try_parse_bar (str,state): clear_bar_acc(state) close_beam_state(state) + if str[:1] == '}': + close_beam_state(state) + if bs <> None or state.next_bar != '': if state.parsing_tuplet: state.parsing_tuplet =0 -- 2.39.2