]> git.donarmstrong.com Git - lilypond.git/commitdiff
reverse u and d portato. Fixes:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 26 Jan 2005 23:36:34 +0000 (23:36 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 26 Jan 2005 23:36:34 +0000 (23:36 +0000)
portato-direction.ly

ChangeLog
mf/feta-schrift.mf

index 619783903cf11c8b6e42424c8dfcb075b873b9ea..873ad15fe767392c63c8fc80447e7715cbc91caf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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
 
index 92ddf03bf7184cafa8c19acad997f037cf402492..987f5d52b61ef90cddd9d74896f80e49faf7bbe3 100644 (file)
@@ -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;