Hold the horses, there seems to be a regression bug lurking
around here. I happened to have a copy of 2.11.34 installed
and using that, the two lyric lines in the following example
have the same alignment, whereas with 2.11.56 all syllables
of the bottom line are left aligned with the notes. I definitely
prefer the behaviour of 2.11.34.
mylyrics = \lyricmode {
Default
\override LyricText #'self-alignment-X = #LEFT Left
\override LyricText #'self-alignment-X = #CENTER Center
\override LyricText #'self-alignment-X = #RIGHT Right
}
<<
\new Staff \new Voice = v {c' d' e' f'}
\new Staff \new Voice {c'2 d'4 e'8 f'8}
\new Lyrics \lyricsto v \mylyrics
\new Lyrics \mylyrics
>>
/Mats
Mats Bengtsson wrote:
Trevor Daniels wrote:
The warnings are not exactly errors. Another thread with the words
"durations needed" in which Mats explained very well some related
issues, can be of help.
I've now been able to check back to 2.10.34, and the
warnings were issued there too. Seems like they might
have been there a long time. Perhaps all it needs
is a note in the manual to say warnings are expected.
Yes, as far as I can remember, these warnings have always
appeared when you use the Devnull trick. If you search the
mailing list archives, you'll find that Han-Wen has never
really agreed that this is a good way to do things. However,
I think that it's a clever trick that can be useful from time to
time. The manual should also point out that the alignment
will not be exactly the same as if you use \lyricsto or set
associatedVoice, but since you only need the Devnull trick
in situation where you do not have any typeset Voice to
associate the syllables to, I don't find it a critical issue.
/Mats
_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user