Hi Chris,

its actually not a bug. You create new Lyrics contexts in the middle of the piece. They are place below all other contexts, if you don't set the alignment:
---------

\new Staff \with {

instrumentName = "Soprano"

} \new Voice = "soprano" {

\SopranoNotes

}
% give the first verse-context an id

\new Lyrics = "Soprano" \with {

\override VerticalAxisGroup #'staff-affinity = #CENTER

}

\lyricsto soprano {

\Refrain

<<

\VerseOne

\new Lyrics \with {
% align the new lyrics below the first verse

alignBelowContext = "Soprano"

} {

\set associatedVoice = soprano

\VerseTwo

}

>>

}

---------
HTH
Jan-Peter





Am 17.07.14 21:13, schrieb Chris Trahan:
I submitted a bug report on this issue but the person replying stated that it's not a bug but it's working as designed. I don't see how. Maybe someone would enlighten me.

I've attached my code and a screen shot of the results.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to