From: fred Date: Wed, 27 Mar 2002 00:02:18 +0000 (+0000) Subject: lilypond-1.3.113 X-Git-Tag: release/1.5.59~1164 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e8857dbd1a59cea0bc4196810822167978ab5176;p=lilypond.git lilypond-1.3.113 --- diff --git a/mf/feta-beugel.mf b/mf/feta-beugel.mf index 1461401cb9..db3c642752 100644 --- a/mf/feta-beugel.mf +++ b/mf/feta-beugel.mf @@ -40,8 +40,8 @@ endchar; enddef; -for h := 2 staffsize# step 1 pt# until (7 * staffsize#): +for x := 1 step 1 until 160: % note: define_pixels (x) multiplies x by hppp, % we must never get bigger than infinity - draw_brace (min (h, infinity/hppp - 1), staff_space#); + draw_brace (min (x * pt#, infinity/hppp - 1), staff_space#); endfor