On Sat, Jul 14, 2012 at 5:50 PM, -Eluze <[email protected]> wrote:
> \new Staff <<
>   \set Timing.beamExceptions = #'()
>   \new Voice \relative c'' {
>     \voiceOne
>     \stemNeutral
>     a8 c e f e d f e
>   }
>   \new Voice \relative {
>     \voiceTwo
>     a1
>   }
>>>
>
> this generates a warning in the log and the first stems [a and c] go down.
> it would be helpful if I could override the flipping position for stems - is
> there a command for that?

You mean a command to tell Lily "i want the stems go down only if the
notes are this much up on the staff"?  I don't think there is a
command for that.  You can use

  \override Stem #'neutral-direction = #up
  \override Beam #'neutral-direction = #up

but these only work for cases directly on the middle of the staff,
i.e. they'll make beam here { a'[ c''] } go up, but won't affect { b'[
c''] } at all.

hth,
Janek

PS Colin, there's no bug, but the above might be a feature request

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

Reply via email to