Hello,

Here is a patch that removes an unnecessary override in
ly/engraver-init.ly and fixes the output of notes with multiple beams
in the CueVoice context.  See the attached images for a comparison.

Thanks,
Patrick
>From 5ff19c15ada07d39a7ddff79023f0741f02b1683 Mon Sep 17 00:00:00 2001
From: Patrick McCarty <[EMAIL PROTECTED]>
Date: Sun, 5 Oct 2008 13:00:56 -0700
Subject: [PATCH] Fix beam spacing in CueVoice context

* Beams are placed too close together when this
  override is used for the CueVoice context.
  Removing the override now produces more pleasing
  results.

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

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

<<attachment: before.png>>

<<attachment: after.png>>

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

Reply via email to