]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Fix regex so Funk and Walker heads are captured
authorCarl Sorensen <c_sorensen@byu.edu>
Fri, 10 Sep 2010 22:14:27 +0000 (16:14 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Fri, 10 Sep 2010 22:35:49 +0000 (16:35 -0600)
Documentation/included/font-table.ly

index 3a5f6ebd8803ad665af836e7e3cad105ec380dc7..1fb8e912b56f97d98377e24b892715c78bc66acf 100644 (file)
@@ -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\\."))