From 4a287fb1641388a4f38d67b30b8a1ce3188806de Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 26 Jan 2005 23:36:34 +0000 Subject: [PATCH] reverse u and d portato. Fixes: portato-direction.ly --- ChangeLog | 3 +++ mf/feta-schrift.mf | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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; -- 2.39.5