]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/abc2ly.py
(dump_score): indent of 4 for python code.
[lilypond.git] / scripts / abc2ly.py
index 664d73ec481ffebf47f1f8a640bc1d0759c7a177..65ebc227388dee31781104727332eb81a219883d 100644 (file)
@@ -536,7 +536,7 @@ def try_parse_tuplet_begin (str, state):
         dig = str[1]
         str = str[2:]
         prev_tuplet_state = state.parsing_tuplet
-         state.parsing_tuplet = string.atoi (dig[0])
+        state.parsing_tuplet = string.atoi (dig[0])
         if prev_tuplet_state:
             voices_append ("}")                
         voices_append ("\\times %s {" % tup_lookup[dig])