]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: NR A.6: Add sM1double to `Default Notehead glyphs'.
authorMark Polesky <markpolesky@yahoo.com>
Tue, 9 Mar 2010 04:57:45 +0000 (20:57 -0800)
committerMark Polesky <markpolesky@yahoo.com>
Thu, 11 Mar 2010 07:21:00 +0000 (23:21 -0800)
Documentation/included/font-table.ly

index b468deb016ae3bc8be93b72babda76b5008b6702..d1408c9573380fd487e4f54afba7abb91afe0fd8 100644 (file)
   ;;;;;;;;;
 
   ;; 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"))