]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git
authorTrevor Daniels <t.daniels@treda.co.uk>
Sat, 18 Oct 2008 15:58:56 +0000 (16:58 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Sat, 18 Oct 2008 15:58:56 +0000 (16:58 +0100)
scripts/abc2ly.py

index be84071e9f817c0d679afb15c95ff716827b5964..749baed3c84f3cc0914d591c9cd2ca4ad2dc3f0f 100644 (file)
@@ -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