X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=mf%2Ffeta-beugel.mf;h=db3c642752f366d7be326a52f61b607f9c6bd231;hb=fe551209fdc4301746a0ece6ca1fb674db24b5a5;hp=1461401cb9d0f216df8bb8ae93374551e06b3cfe;hpb=dd555e6bd412ca7b7dc422aca6f0d35c40300b86;p=lilypond.git 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