bug-lilypond
[Top][All Lists]
Advanced

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

Re: extenders over bar lines in 2.19.55 [was: Automatic Lyric Extenders]


From: David Kastrup
Subject: Re: extenders over bar lines in 2.19.55 [was: Automatic Lyric Extenders]
Date: Fri, 24 Mar 2017 10:24:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

tenortim <address@hidden> 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



reply via email to

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