From: fred Date: Sun, 24 Mar 2002 20:01:44 +0000 (+0000) Subject: lilypond-0.1.30 X-Git-Tag: release/1.5.59~3648 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e9eb2504d1fac8d9e34ac94aed9897badb836853;p=lilypond.git lilypond-0.1.30 --- 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;