From: Carl Sorensen Date: Fri, 10 Sep 2010 22:14:27 +0000 (-0600) Subject: Doc: Fix regex so Funk and Walker heads are captured X-Git-Tag: release/2.13.33-1~1^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f4cf42ce497a1e671c0afc334e0d3639e715b6ca;p=lilypond.git Doc: Fix regex so Funk and Walker heads are captured --- 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\\."))