From: Mark Polesky Date: Tue, 9 Mar 2010 04:57:45 +0000 (-0800) Subject: Doc: NR A.6: Add sM1double to `Default Notehead glyphs'. X-Git-Tag: release/2.13.16-1~33 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=03d07c40f756e3da3b857ba4b629746777895b72;p=lilypond.git Doc: NR A.6: Add sM1double to `Default Notehead glyphs'. --- diff --git a/Documentation/included/font-table.ly b/Documentation/included/font-table.ly index b468deb016..d1408c9573 100644 --- a/Documentation/included/font-table.ly +++ b/Documentation/included/font-table.ly @@ -27,15 +27,18 @@ ;;;;;;;;; ;; define these 3 groups first since they're - ;; harder to get with (get-groups ...) + ;; harder to get with (get-group ...) (define numbers '("plus" "comma" "hyphen" "period" "zero" "one" "two" "three" "four" "five" "six" "seven" "eight" "nine")) (define default-noteheads - '("noteheads.uM2" "noteheads.dM2" "noteheads.sM1" - "noteheads.s0" "noteheads.s1" "noteheads.s2")) + '("noteheads.uM2" "noteheads.dM2" + "noteheads.sM1" "noteheads.sM1double" + "noteheads.s0" + "noteheads.s1" + "noteheads.s2")) (define dynamics '("space" "f" "m" "p" "r" "s" "z"))