From: John Mandereau Date: Sat, 18 Oct 2008 15:32:02 +0000 (+0200) Subject: Fix abc2ly converter X-Git-Tag: release/2.11.63-1~27^2~3^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0cf6850c1f4182b02a912b4495bd650122067f07;p=lilypond.git Fix abc2ly converter --- 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