Phil Holmes wrote
> The code below produces the image attached.  As can be seen, using a 
> StaffGroup with mensural staves places the lyrics above the top stave, and
> I 
> can't find an over-ride that gets them in the proper place.  I _think_
> this 
> must be a bug, but wondering if anyone knows better?

as a workaround you can put the Lyrics inside the MensuralStaff:

\new StaffGroup {  <<
    \new MensuralStaff <<
      \new MensuralVoice = melody \relative c'' { c4 c c c }
      \new Lyrics \lyricsto melody \lyricmode { Lyrics can contain markup }
    >>
    \new MensuralStaff <<
      \new MensuralVoice = lower \relative c'' { c4 c c c }
      \new Lyrics \lyricsto lower \lyricmode { Some lower words here }
    >>
  >>
}

alignBelowContext doesn't seem to work.

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Bug-in-lyrics-placement-in-mensural-music-tp133721p133723.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to