From: Han-Wen Nienhuys Date: Wed, 26 Jan 2005 23:36:34 +0000 (+0000) Subject: reverse u and d portato. Fixes: X-Git-Tag: release/2.5.14~215 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a287fb1641388a4f38d67b30b8a1ce3188806de;p=lilypond.git reverse u and d portato. Fixes: portato-direction.ly --- diff --git a/ChangeLog b/ChangeLog index 619783903c..873ad15fe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-01-27 Han-Wen Nienhuys + * mf/feta-schrift.mf: reverse u and d portato. Fixes: + portato-direction.ly + * lily/beam.cc (consider_auto_knees): add beam height to threshold. Fixes: knee-multiple-beam.ly diff --git a/mf/feta-schrift.mf b/mf/feta-schrift.mf index 92ddf03bf7..987f5d52b6 100644 --- a/mf/feta-schrift.mf +++ b/mf/feta-schrift.mf @@ -460,12 +460,12 @@ def draw_portato = enddef; -fet_beginchar ("portato/tenuto with staccato", "uportato"); +fet_beginchar ("portato/tenuto with staccato", "dportato"); draw_portato; fet_endchar; -fet_beginchar ("portato/tenuto with staccato", "dportato"); +fet_beginchar ("portato/tenuto with staccato", "uportato"); draw_portato; y_mirror_char fet_endchar;