Geoff Horton gmail.com> writes:
>
> I'm getting an odd shift in lyrics placement for lyrics placed above a staff:
etc.
FWIW, the equally obscure and not-in-the-manual-yet alignAboveContext property
fixes it.
Geoff
___
lilypond-user mailing list
l
I'm getting an odd shift in lyrics placement for lyrics placed above a staff:
music = \relative c'' {
c4_\markup \small \italic "word" c c c
}
wordsOne = \lyricmode {
La la la la
}
wordsTwo = \lyricmode {
Lo lo lo lo
}
\score {
<<
\context Lyrics = top { s1 }
\context Staff =