bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: stemlength II


From: address@hidden
Subject: Re: stemlength II
Date: Thu, 14 Apr 2011 06:35:47 -0400

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

> Hello,
> 
> )-----Original Message-----
> )From: address@hidden
> )[mailto:address@hidden On
> )Behalf Of Phil Holmes
> )Sent: 14 April 2011 10:15
> )To: address@hidden
> )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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]