From f4cf42ce497a1e671c0afc334e0d3639e715b6ca Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Fri, 10 Sep 2010 16:14:27 -0600 Subject: [PATCH] Doc: Fix regex so Funk and Walker heads are captured --- Documentation/included/font-table.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/included/font-table.ly b/Documentation/included/font-table.ly index 3a5f6ebd88..1fb8e912b5 100644 --- a/Documentation/included/font-table.ly +++ b/Documentation/included/font-table.ly @@ -63,7 +63,7 @@ (define shape-note-noteheads (get-group glyph-list - "^noteheads.[dsu][012](do|re|mi|fa|sol|la|ti)(Thin|Mirror)*$")) + "^noteheads.[dsu][012](do|re|mi|fa|sol|la|ti)(Thin|Mirror|Funk|Walker)*$")) (define clefs (get-group glyph-list "^clefs\\.")) (define timesig (get-group glyph-list "^timesig\\.")) -- 2.39.5