From e9eb2504d1fac8d9e34ac94aed9897badb836853 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:01:44 +0000 Subject: [PATCH] lilypond-0.1.30 --- mf/autometric.mf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mf/autometric.mf b/mf/autometric.mf index 47afdd263e..3b1b798684 100644 --- a/mf/autometric.mf +++ b/mf/autometric.mf @@ -40,6 +40,11 @@ def autometric_output_char= message "@{char@:"&charnamestr&"@:"&decimal charcode&"@:"&decimal charbp&"@:"&decimal charwd&"@:"&decimal chardp&"@:"&decimal charht&"@:"&idstr&"@:"&texstr&"@}"; enddef; +def hround_pixels(expr sharped) = hround(sharped * hppp) enddef; +def vround_pixels(expr sharped) = vround(sharped * vppp) enddef; + + + def tand(expr alpha) = (sind alpha/cosd alpha) enddef; -- 2.39.5