X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fabc2ly.py;h=749baed3c84f3cc0914d591c9cd2ca4ad2dc3f0f;hb=3dbfeb181750a0b64117ead1310a4da7828621fb;hp=be84071e9f817c0d679afb15c95ff716827b5964;hpb=c7555d70732969277c5e906285ec04e5b561c38e;p=lilypond.git diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index be84071e9f..749baed3c8 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -928,8 +928,7 @@ def get_bar_acc(note, octave, state): return(UNDEF) def clear_bar_acc(state): - for k in state.in_acc: - del state.in_acc[k] + state.in_acc = {} # if we are parsing a beam, close it off