From 0cf6850c1f4182b02a912b4495bd650122067f07 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sat, 18 Oct 2008 17:32:02 +0200 Subject: [PATCH] Fix abc2ly converter --- scripts/abc2ly.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2