]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/abc2ly.py
Issue 514: abc2ly grace notes
[lilypond.git] / scripts / abc2ly.py
index 77d47d7dcdbd453f41d3fa47d9f784e752ff13d7..752f97f3be6a27bc785a97e6411b6c2d3b72e739 100644 (file)
@@ -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