]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.30
authorfred <fred>
Sun, 24 Mar 2002 20:01:44 +0000 (20:01 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:01:44 +0000 (20:01 +0000)
mf/autometric.mf

index 47afdd263e3d77864d0b659705d8c8d44be769db..3b1b79868475f6a97c4cb07bd918551a8657525d 100644 (file)
@@ -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;