On Thu, 22 Feb 2018 21:49:29 +0100, Malte Meyn lilypond@maltemeyn.de wrote:
It seems to be a bug. Worked as expected in 2.18.2, doesn’t work in
2.19.81 and current master.-------- Weitergeleitete Nachricht --------
Betreff: stanza alignment
Datum: Sat, 11 Nov 2017 12:08:53 +0100Hi list,
when I have multiple verses the stanza numbers are aligned. This works
also I put some verses above the a staff and some below. But it doesn’t
work anymore if I then add another staff. Any ideas how to solve this
problem? Is this a bug?Cheers,
Malte
\version "2.19.80"
<<
% uncommenting the following line will break (?) the stanza alignment
%\new Staff { b b b b }
\lyrics {
\set stanza = "3." a a a a
}
\new Staff { b b b b }
\lyrics {
\set stanza = "1." aaaaaaaaaaaaaaaaaaaaaaaaaa a a a
}
\lyrics {
\set stanza = "2." a a a a
}
>>
On Fri, 23 Feb 2018 01:24:53 +0100, Thomas Morley thomasmorley65@gmail.com wrote:
I don't think it's a regresion. The new behaviour was intended by Janek's patch (from patch description).
It's more a documentation-issue, imho.
See the example below, with assigned and unassigned Lyrics. Both behave equal, as intended.
Maybe we should document the override, a snippet would be sufficient.
Though, the real issue seems to be we have no real possibility to align StanzaNumbers from different Lyrics-context, afaict.