]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/font.scm
release: 1.3.105
[lilypond.git] / scm / font.scm
index 3d90f422dc5df2fcc33197cf0a31b8867c8f1f0d..e436fb48663c67feb20f216f0252ef2cdd654c10 100644 (file)
@@ -50,6 +50,9 @@
        font-descr-alist)
       )
 
+;; should really have name/pt size at the front of the list.
+;;
+;; (also tried to vary the order of this list, with little effect)
 (define paper20-style-sheet-alist
   '(
     ((3 medium upright number feta-nummer 13) . "feta-nummer13")
        (Large . ((font-series . bold) (font-family . roman) (font-relative-size . 2)))
        (dynamic . ((font-series . bold) (font-family . dynamic) (font-relative-size . 0)))
        ))
-    (properties-to-font . ,properties-to-font-name)
+    (properties-to-font .
+
+                       ,Font_interface::properties_to_font_name)
+                       ; ,properties-to-font-name)
 
     ;; FIXME: this is a not-so-cool idea to use ALIGN
     ;; RAISE, LOOKUP, since they are not proper elt-properties,