[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 1.4.12 stem direction bug
From: |
Mats Bengtsson |
Subject: |
Re: 1.4.12 stem direction bug |
Date: |
Fri, 12 Apr 2002 15:11:56 +0200 |
> address@hidden writes:
> > the g'':s get "mirrored".
> >
> > It is sometimes OK to have a stem direction different from the others in
> > the
> > same beam, but only if the _highest_ note among the stemUp notes is enough
> > much lower than the _lowest_ note among the stemDown notes. Looks like some
> > bug in the code for finding the highest one (it seems that you
> > consider only the note with the lowest instead of highest pitch in each
> > chord).
>
> Can you check wether this is auto-kneeing? (i.e. turn off auto
> kneeing?, i.e. using Beam\override #'auto-knee-gap = #'() )
This seems to help:
\score{ \notes {
\property Score.Beam \override #'auto-knee-gap = ##f
[g'' <e'''8 g> g''] }}
gives a beam below the notes and all note heads oriented the
correct direction.
/Mats