]> git.donarmstrong.com Git - lilypond.git/commitdiff
''
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 Apr 2002 22:25:04 +0000 (22:25 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 Apr 2002 22:25:04 +0000 (22:25 +0000)
ChangeLog
Documentation/regression-test.tely
input/regression/dynamics-glyphs.ly
mf/feta-schrift.mf

index 5ef85772072e87e4ad8fc325869f8fd4da85340e..f2922e2dd67f0c698489eff84832a0daad7997d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2002-04-06  Chris Jackson <chris@fluffhouse.org.uk>
 
+2002-04-06  Chris Jackson <chris@fluffhouse.org.uk>
+
+       * 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  <hanwen@cs.uu.nl>
 
index c388e4ce2e76e8bc43098d1d94f83df1e30ad0ac..d3eee9d7678dd1a5a4e46e19ae77466e95f2811a 100644 (file)
@@ -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
index 07d9a26f26240547fdf07777e086fe52932d35e1..3cb389a100f9a7f313183292fce8de38922f164f 100644 (file)
@@ -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
index 236fe22a45cfdbc96dc11f69c1d47d3f5c7321b3..9b390d7e06c834d13359a34c81a76517d36c00bb 100644 (file)
@@ -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);