From: Cecile Huneau Date: Tue, 28 Jul 2015 08:49:58 +0000 (+0200) Subject: Issue 514: abc2ly grace notes X-Git-Tag: release/2.19.25-1~25 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=873d2b387adca96f4a484fe58702758dc415e96d Issue 514: abc2ly grace notes --- 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