Dear Lilypond mailing list,
I'm sorry that I haven't been able to find this in the documentation
yet. I was wondering, in the following example is there an easy way to
bottom-align the lyrics instead of top-aligning them?
Many thanks,
-William
\version "2.25.34"
\relative g' {
g4 g g g | g g g g
}\addlyrics {
\markup \column { a b c } d e f
% example of desired appearance
\markup \column { a b c } \markup { \lower #6 d } \markup { \lower #6
e } \markup { \lower #6 f }
}
\version "2.25.34"
\relative g' {
g4 g g g | g g g g
}\addlyrics {
\markup \column { a b c } d e f
% example of desired appearance
\markup \column { a b c } \markup { \lower #6 d } \markup { \lower #6 e }
\markup { \lower #6 f }
}