-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Attached is another problem with the new vertical layout engine: Lyrics are always spaced as if they belong to the staff above. If you have a lyrics context with alignAboveContext = #"...", then this is not true and the result looks bad (because the lyrics are shown with a staff they don't belong to), like in the attached example.
Cheers, Reinhold - -- - ------------------------------------------------------------------ Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFKfvEQTqjEwhXvPN0RAjGNAJ9uZEjdzuvVGXvrJ0X8mDi2WkP1wgCdF8NB mHbkoYGUPhDFIYAFIGFUMe4= =f6OA -----END PGP SIGNATURE-----
\version "2.13.3"
\paper {
ragged-last-bottom = ##f
}
testStaff = <<
\new Staff = "testStaff" <<
\new Voice = "SoloVoice" \relative c''{ \voiceOne
s1*3 |
c4 c c c |
c c c c |
s1 \bar"|."
}
\new Voice = "TuttiVoice" \relative c' {
c4 c c c |
c c c c |
c c c c |
\voiceTwo c1 |
s1 |
\oneVoice c4 c c c \bar"|."
}
>>
% \new Lyrics = "LyricsAbove"
\context Lyrics = "LyricsAbove" \with { alignAboveContext = #"testStaff" } \lyricsto "SoloVoice" \lyricmode { A B C D E F G H I }
\context Lyrics = "LyricsBelow" \lyricsto "TuttiVoice" \lyricmode { a b c d e f g h i j k l m n o p q r s t u v w x y z }
>>
\score { <<
\new Staff \relative c' { R1 | R |\break R | R | \break R | R }
\testStaff
\new Staff \relative c'' {c1 | c c c c c}
>>
}
alignLyrics.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
