X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fabc2ly.py;h=752f97f3be6a27bc785a97e6411b6c2d3b72e739;hb=873d2b387adca96f4a484fe58702758dc415e96d;hp=77d47d7dcdbd453f41d3fa47d9f784e752ff13d7;hpb=5e43e71f2c4c0f90b9909a5b864491b494b9c10d;p=lilypond.git 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