On Apr 14, 2011, at 6:18 AM, James Lowe wrote:

> Hello,
> 
> )-----Original Message-----
> )From: [email protected]
> )[mailto:[email protected]] On
> )Behalf Of Phil Holmes
> )Sent: 14 April 2011 10:15
> )To: [email protected]
> )Subject: Re: stemlength II
> )
> )I've just downloaded and installed 13.59 and can confirm what James has
> )said.  Making the 3rd voice:
> )
> )   {
> )   \override Voice.Beam #'collision-voice-only = ##f
> )   s4 s8 <fis'' a''> <e'' gis''> <b' gis''> }
> )
> )Gets rid of the over-elongated beam.
> )
> )James,
> )
> )Are you aware of this being documented anywhere?
> )
> )
> 
> No, but I'm still not sure if this is a bug (either new or existing) unless I 
> missed something.
> 
> Regards
> 
> James 


You'd need:
\override Voice.Beam #'collision-voice-only = ##t

But to me this still seems like a bug - I'm not sure why the stem pulls down 
the beam whereas the NoteHead does not.

Try:

\new Staff {
 \time 6/8
 \key a \major
 \clef treble
 <<
   { <d'' fis''>4 d'''16 b'' e'''4. }
   \\
   { d'4. e }
   \\

   \\
   { %\override Voice.Beam #'collision-voice-only = ##t
  \override Voice.Beam #'collision-interfaces = #'(beam-interface
                                                   clef-interface
                                                   inline-accidental-interface
                                                   key-signature-interface
                                                   note-head-interface
                                                   ;stem-interface
                                                   time-signature-interface)

s4 s8 <fis'' a''> <e'' gis''> <b' gis''> }
 >>
}

Cheers,
MS
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to