From 679adec5abd7b33a8bd40579ad96ecec870dffad Mon Sep 17 00:00:00 2001 From: Christian Hitz Date: Sun, 14 Feb 2010 15:07:00 +0100 Subject: [PATCH] Fix lilypond-book option handling. * require a space before any options * require the presence of the colon Fixes , too. --- scripts/lilypond-book.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 862307531d..64a90310b7 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -390,7 +390,7 @@ snippet_res = { r'''(?mx) (?P .*?)\s*:)?\s* + (\s+(?P.*?))?\s*:\s* (?P.*?) \s*/>)''', -- 2.39.5