From 92eacf4ca03a636a453c439d87a0b8a74598f70f Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Mon, 8 Mar 2010 20:57:45 -0800 Subject: [PATCH] Doc: NR A.6: Add sM1double to `Default Notehead glyphs'. --- Documentation/included/font-table.ly | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/included/font-table.ly b/Documentation/included/font-table.ly index b468deb..d1408c9 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")) -- 1.6.3.3