lilypond-user
[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: Jan-Peter Voigt
Subject: Re: extenders over bar lines in 2.19.55 [was: Automatic Lyric Extenders]
Date: Mon, 20 Feb 2017 08:02:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

Hello Michael,

`extendersOverRest` is a context property (not a grob property). In a case, where I faced this bug, I used successfully:

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

HTH
Jan-Peter

Am 20.02.2017 um 07:30 schrieb Gerdau, Michael:
[LyricExtender having changed their default behavior in 2.19.55]

This is a consequence of

commit 6c6d1f6ac9e6a7a9aba760dcbb41b4fbbc8f0536
Author: David Kastrup <address@hidden>
Date:   Sat Feb 4 14:43:47 2017 +0100

    Issue 5053/2: Fix extendersOverRests property

    This previously behaved as always-on.
[snip]

Maybe one should let the setting default to ##t for now and try matching
its documentation to its behavior before changing the default back to
##f.

For the time being I tried to
  \set LyricExtender.extendersOverRest = ##t
inside of \lyricmode or use
  \override LyricExtender.extendersOverRest = ##t
in various \context inside of a \layout block but nothing changed this behavior.

What is the correct incantation?

Kind regards,
Michael
--
Michael Gerdau       email: address@hidden
GPG-keys available on request or at public keyserver

_______________________________________________
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]