From e7dad65b45b21b7e241a8ea7cfd4511d00b0c2bc Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:01:02 +0000 Subject: [PATCH] lilypond-0.1.26 --- bin/makepatch.py | 2 +- mf/autometric.mf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/makepatch.py b/bin/makepatch.py index 2763096eb7..48a6c56bff 100644 --- a/bin/makepatch.py +++ b/bin/makepatch.py @@ -118,7 +118,7 @@ def makepatch(fv, tv, patfile_nm): def main(): sys.stderr.write('This is make-patch version %s\n' % mp_version) (cl_options, files) = getopt.getopt(sys.argv[1:], - 'hf:o:t:', ['output=', 'help=', 'from=', 'to=']) + 'hf:o:t:', ['output=', 'help', 'from=', 'to=']) outfn = '' for opt in cl_options: o = opt[0] diff --git a/mf/autometric.mf b/mf/autometric.mf index 8c6d3e23d4..47afdd263e 100644 --- a/mf/autometric.mf +++ b/mf/autometric.mf @@ -40,6 +40,9 @@ def autometric_output_char= message "@{char@:"&charnamestr&"@:"&decimal charcode&"@:"&decimal charbp&"@:"&decimal charwd&"@:"&decimal chardp&"@:"&decimal charht&"@:"&idstr&"@:"&texstr&"@}"; enddef; +def tand(expr alpha) = + (sind alpha/cosd alpha) + enddef; %breapth, width, depth, height % breapth x-depth -- 2.39.5