Please read at
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Vocal-music#Vocal-music
/Mats
Daniel Poon wrote:
\version "2.10.25"
%{
%% Long lyrics extend across bar lines inappropriately.
%% Distance between bar lines ought to take lyric length into account.
%% Lyrics should also be left-justified to a space before the corresponding
note, not centered upon the note.
%}
\paper{ ragged-right = ##t }
\score{
\new Staff <<
\time 4/4
\new Voice = "voice " { r1 a' r r r a'4 a'2. r1 r r r }
\new Lyrics \lyricsto "voice " \lyricmode { verylongtext verylongtext
verylongtext }
>>
}
%{
What one would expect from a human engraver is for the measures containing the
very long lyrics to be appropriately expanded. A syllable of lyric text would
generally be left-justified to a space slightly to the left of the note to which
the text corresponds.
Lilypond currently disregards the very long lyric: though it handles text-text
collisions well by positioning notes, it does not account for the size of the
lyric text when positioning bars. The lyric text is then placed below the
staff, X-centered upon the note to which it corresponds, which often makes it
protrude beyond the bar.
%}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond
--
=============================================
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond