]> git.donarmstrong.com Git - lilypond.git/commitdiff
abc2ly: Also ignore whitespace at begin of lyrics lines
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 23 Aug 2011 14:12:49 +0000 (16:12 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 23 Aug 2011 16:42:16 +0000 (18:42 +0200)
scripts/abc2ly.py

index 8adc6e4ac5890885d41f2f193b2c06b060fe075e..ac99b292b5b23fa8aa19ad05757ecec1739c9b62 100644 (file)
@@ -1332,6 +1332,7 @@ def parse_file (fn):
 
         orig_ln = ln
 
+        ln = junk_space (ln, state)
         ln = try_parse_header_line (ln, state)
 
         # Try nibbling characters off until the line doesn't change.