From: Christian Hitz Date: Sun, 14 Feb 2010 14:07:00 +0000 (+0100) Subject: Fix lilypond-book option handling. X-Git-Tag: release/2.13.14-1~72 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=679adec5abd7b33a8bd40579ad96ecec870dffad;p=lilypond.git Fix lilypond-book option handling. * require a space before any options * require the presence of the colon Fixes , too. --- 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*/>)''',