Hi Neil,

On Sun, Oct 05, 2008 at 09:45:24PM +0100, Neil Puttock wrote:
> 
> I think it would be better to follow the example of grace notes and
> keep Beam #'length-fraction; all that's required is a suitable value
> for #'thickness.
> 
> Attached is the same image with 'thickness = #0.35.

Thanks for the heads up.  That was one of the only options I didn't
try!  :-P

Here is a revised patch.  Is it okay?

Thanks,
Patrick
>From 00824293580891f960319c6fe717bb7ce684eda8 Mon Sep 17 00:00:00 2001
From: Patrick McCarty <[EMAIL PROTECTED]>
Date: Sun, 5 Oct 2008 16:22:03 -0700
Subject: [PATCH] Fix beam thickness in CueVoice context

* Before, beams were too thick.  This value produces
  more pleasing results.

Signed-off-by: Patrick McCarty <[EMAIL PROTECTED]>
---
 ly/engraver-init.ly |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly
index 6b78eaf..49f22c1 100644
--- a/ly/engraver-init.ly
+++ b/ly/engraver-init.ly
@@ -253,6 +253,7 @@ multiple voices on the same staff."
   fontSize = #-4
   \override Stem #'length-fraction = #(magstep -4)
   \override Beam #'length-fraction = #(magstep -4)
+  \override Beam #'thickness = #0.35
 }
 
 \context {
-- 
1.6.0.2

_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to