2011/3/13 Graham Percival <gra...@percival-music.ca>:
> On 3/13/11, Graham Percival <gra...@percival-music.ca> wrote:
>> On 3/13/11, Jan Warchoł <lemniskata.bernoulli...@gmail.com> wrote:
>>> What's the status of this?
>>> I don't see any objections, and also i don't see this pushed or being
>>> counted-down.
>>> In fact, i don't see a patch-issue at all.
>>
>> Sorry, added now:
>> http://code.google.com/p/lilypond/issues/detail?id=1558
>
> Looks fine; could you send me the final patch for pushing?

Here they are.
From d7cf405d11d1abb6fdef1bc32323b003753f49ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Janek=20Warcho=C5=82?= <lemniskata.bernoulli...@gmail.com>
Date: Tue, 8 Mar 2011 16:37:28 +0100
Subject: [PATCH 1/2] unbeamed 32nd stem is shortened by 0.25 ss to fit beamed stems better.

as discussed in
http://lists.gnu.org/archive/html/lilypond-devel/2011-03/msg00091.html
---
 scm/define-grobs.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm
index e5658a8..95fca72 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -1864,7 +1864,7 @@
 	 . (
 	    ;; 3.5 (or 3 measured from note head) is standard length
 	    ;; 32nd, 64th, 128th flagged stems should be longer
-	    (lengths . (3.5 3.5 3.5 4.5 5.0 6.0))
+	    (lengths . (3.5 3.5 3.5 4.25 5.0 6.0))
 
 	    ;; FIXME.  3.5 yields too long beams (according to Ross and
 	    ;; looking at Baerenreiter examples) for a number of common
-- 
1.7.0.4

From d796825d562e4101d2b76c0dba993498790de6d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Janek=20Warcho=C5=82?= <lemniskata.bernoulli...@gmail.com>
Date: Wed, 9 Mar 2011 21:32:32 +0100
Subject: [PATCH 2/2] shortens 32nd flag to match shorter stem

---
 mf/feta-flags.mf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mf/feta-flags.mf b/mf/feta-flags.mf
index 90407a4..104bab3 100644
--- a/mf/feta-flags.mf
+++ b/mf/feta-flags.mf
@@ -379,7 +379,7 @@ fet_beginchar ("32nd (down)", "d5");
 	save flagspace, total_depth, flag_count;
 
 	flag_count = 3;
-	total_depth# = 3.85 staff_space#;
+	total_depth# = 3.75 * staff_space# - blot_diameter# / 2;
 	flare = .84 staff_space;
 	flagspace# = .9 staff_space#;
 	hip_depth_ratio = .85;
-- 
1.7.0.4

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to