]> git.donarmstrong.com Git - lilypond.git/commitdiff
(make-font-tree): new function.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 14 Mar 2004 18:03:34 +0000 (18:03 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 14 Mar 2004 18:03:34 +0000 (18:03 +0000)
scm/new-font.scm

index a682fa62e73d3d40f9a0e031f7f7eb1f2329dd49..5195b77dbe5709756ff4373fb0b0e18bf7c222cb 100644 (file)
                   (lookup-font (hashq-ref (font-tree-children node)
                                           def) alist-chain)))
         )
-      (if (equal? (chain-assoc-get  'font-family alist-chain) 'sans)
-         (display (list "...........\n" node alist-chain)))
-      
       font))
    (else node))
    )