Han-Wen Nienhuys <[EMAIL PROTECTED]>
> [EMAIL PROTECTED] writes:
> > Han-Wen Nienhuys <[EMAIL PROTECTED]> writes
> > > [EMAIL PROTECTED] writes:
> > > > I see what is happening with the tie direction. They seem to be set to
> > > > the same direction as the slurs which follow, which doesn't seem to be
> > > > correct even in most instances. A low priority issue, but I just
> > > > thought I'd mention it.
> > >
> > > ok. If you use pushproperty (only for stems and slurs), the ties are
> > > left alone.
> > >
> >
> > The only pushproperty I use is the one for the stems on the middle
> > line: default-neutral-direction.
>
> I mean: use \pushproperty in stead of the current \stemup (which is
> really sets a \property )
>
But, Han-Wen, I'm not using \stemup or anything remotely like that. I
am using pushproperty, and only for default-neutral-direction, and I
still get ties which are the wrong direction. Here's an example:
-------
\include "english.ly"
second = \context Staff \notes\relative c'' {
\time 3/4;
\property Staff.fontSize = #0;
\clef treble;
[bff af] [~af16(gf eff )gf ] [af8( ef ] |
[~ef8 df] )ef4 gf |
[~gf8( f] )ef4. ef8 |
}
\score{
\notes \context Voice
{
% \first
\second
% \third
}
\paper
{
\translator{
\StaffContext
\remove "Time_signature_engraver";
}
\translator{
\VoiceContext
\remove "Auto_beam_engraver";
}
}
}
-------
I was surpirsed to see the ties which are not under the slurs going
down. I think it would be more legible to have the ties in the first
measure and second measure go up, the tie in the second measure looks
right to me.
Or am I talking through my hat?
sdb
--
[EMAIL PROTECTED]