tenortim <t...@splhi.com> writes:

> It's actually significantly worse than this.
> I'm in the process of typesetting up a new piece for a local group and I'm
> using 2.19(.57), and noticed a truncated lyric extender in the output. In my
> case, it's simply the same note tied across 3 measures and the component
> notes do *not* cross a barline, or a rest. It's definitely related to this
> change because when I change the lyrics definition in the score to
>
>     \new Lyrics
>       \with { extendersOverRests = ##t }
>       \lyricsto "cantusi" { \textocantusi }
>
> the extender is back to the correct length (as it is when typeset using
> 2.18.2). I'm trying to produce a small repro. A simplistic attempt does not
> reproduce the problem. I may have to send the entire score as it is so far
> (only just over one page). I switched to 2.19 because the piece starts with
> an acciaccatura in all
> parts and the fix for "midi going backward in time" in this case is only in
> 2.19.

You can do this for all Lyrics by doing

\layout {
  \context {
    \Lyrics
    extendersOverRests = ##t
  }
}

Alternatively, wait for 2.19.58 where the default has been changed
accordingly.  Fixing this properly would require analyzing what the
dorito extendersOverRests actually does and what it should be doing
instead.

-- 
David Kastrup

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to