From 29b35248623227fb2f6d8b551072e790db3ea0ac Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 7 Apr 2002 22:25:04 +0000 Subject: [PATCH] '' --- ChangeLog | 9 ++++++++- Documentation/regression-test.tely | 2 ++ input/regression/dynamics-glyphs.ly | 4 ++++ mf/feta-schrift.mf | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ef8577207..f2922e2dd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,11 +32,18 @@ 2002-04-06 Chris Jackson +2002-04-06 Chris Jackson + + * lily/tuplet-bracket.cc, scm/grob-description.scm: New + edge-width, edge-height and shorten-pair properties for tuplet + brackets. + * lilypond-indent.el: Support for blinking of matching parentheses * lilypond-font-lock.el: Fix fontification of closing > on its own line - * pedal patches. + * lily/piano-pedal-engraver.cc, lily/text-spanner.cc: Fixes and + cleanups of piano pedal brackets. 2002-04-05 Han-Wen diff --git a/Documentation/regression-test.tely b/Documentation/regression-test.tely index c388e4ce2e..d3eee9d767 100644 --- a/Documentation/regression-test.tely +++ b/Documentation/regression-test.tely @@ -94,6 +94,8 @@ Accidentals are currently in a development stage. @lilypondfile[printfilename]{dynamics-unbound-hairpin.ly} +@lilypondfile[printfilename]{dynamics-glyphs.ly} + @lilypondfile[printfilename]{pedal.ly} @section Chord names diff --git a/input/regression/dynamics-glyphs.ly b/input/regression/dynamics-glyphs.ly index 07d9a26f26..3cb389a100 100644 --- a/input/regression/dynamics-glyphs.ly +++ b/input/regression/dynamics-glyphs.ly @@ -1,4 +1,8 @@ +\header {texidoc = +"Dynamic letters are kerned, and their weight matches that +of the hairpin signs." +} \score { \notes\relative c'' { c4-\ff diff --git a/mf/feta-schrift.mf b/mf/feta-schrift.mf index 236fe22a45..9b390d7e06 100644 --- a/mf/feta-schrift.mf +++ b/mf/feta-schrift.mf @@ -133,7 +133,7 @@ fet_endchar; % fet_beginchar("staccato dot", "staccato", "staccato") save radius; - radius# = (3/8) / 1.75 staff_space#; + radius# = ((3/8) * 1.75) staff_space#; define_whole_pixels(radius); pickup pencircle scaled 2 radius; drawdot (0,0); -- 2.39.2