]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 514: abc2ly grace notes
authorCecile Huneau <cecile.huneau@gmail.com>
Tue, 28 Jul 2015 08:49:58 +0000 (10:49 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 2 Aug 2015 08:31:52 +0000 (10:31 +0200)
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