From: Reinhold Kainhofer Date: Tue, 23 Aug 2011 14:12:49 +0000 (+0200) Subject: abc2ly: Also ignore whitespace at begin of lyrics lines X-Git-Tag: release/2.15.9-1~9^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=95795b10a644627068df3f1ca668e6ddb3007a30;p=lilypond.git abc2ly: Also ignore whitespace at begin of lyrics lines --- diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index 8adc6e4ac5..ac99b292b5 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -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.