From 95795b10a644627068df3f1ca668e6ddb3007a30 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Tue, 23 Aug 2011 16:12:49 +0200 Subject: [PATCH] abc2ly: Also ignore whitespace at begin of lyrics lines --- scripts/abc2ly.py | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2