lilypond-user
[Top][All Lists]
Advanced

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

Re: Position of tie after page break


From: Pierre Perol-Schneider
Subject: Re: Position of tie after page break
Date: Fri, 3 Jul 2015 08:22:55 +0200

Hi Robert,

I think you're right.
Lower tie shoul look like:

\version "2.19.22"

{
    \override Staff.NoteColumn.force-hshift = #0
    << { e''1_~ } \\ { bes''^~} >> \break
    << { e'' } \\ { bes''} >>
}

It seems to be a bug.

Cheers,
Pierre

2015-07-02 21:37 GMT+02:00 Robert Schmaus <address@hidden>:
Dear Ponderers,

I don't know if this an issue at all. But in the following example, the
lower tie after the break looks a bit low.


\version "2.19.18"

\score {
  \new Staff {
    <e'' bes''>1 ~ \break
    q1
  }
}

When you replace the bes with an b in this example, the lower tie is
much closer to the e. So the position seems to be adjusted for the extra
space that the accidental of the upper note requires.

Anyway, looks like it shouldn't be that way.

Cheers,
Robert

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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