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

index c300eb7669fdb2259943a0b0323f45a4d92c67d3..33dffd646c5dbc7db6a49d540951dbdf42f85cad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/font-interface.cc: add font-encoding property.
+
        * scm/lily.scm (chain-assoc-get): bugfix.
 
        * lily/paper-book.cc (stencil2line): don't make static SCMs to
index d378c82842ee2d7a26c697d20f125ed427974b97..847a9100a9c68667a322f9c04c43b2282695f34e 100644 (file)
        ))
     n))
 
+(define-public (magstep x)
+  (exp (* (/ x 6) (log 2))))