diff options
author | Cecile Huneau <cecile.huneau@gmail.com> | 2015-07-28 10:49:58 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2015-08-02 10:31:52 +0200 |
commit | 873d2b387adca96f4a484fe58702758dc415e96d (patch) | |
tree | 7c686fbdcf681c78c85ed620e75df5e00ccc19e7 /scripts | |
parent | 5e43e71f2c4c0f90b9909a5b864491b494b9c10d (diff) |
Issue 514: abc2ly grace notes
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/abc2ly.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |