From e8857dbd1a59cea0bc4196810822167978ab5176 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:02:18 +0000 Subject: [PATCH] lilypond-1.3.113 --- mf/feta-beugel.mf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5