On Fri 22 Feb 2019 at 21:02:31 (-0500), Mike Stickles wrote:
> Right after I sent the question, a workaround occurred to me - using
> hspace to "erase" the unwanted space, like this:
>
> \markup { \larger
> \column {
> \line { For my brethren and com \hspace #-0.7 \underline pan
> \hspace #-0.7 ions’ sake }
> \line { \hspace #9 I will say, \underline peace be within you! }
> }
> }
>
> But if anyone has a less "hacky" way to do this, I'd still love to hear it.
I think you've missed \concat.
Cheers,
David.
\markup { \larger
\column {
\line { \concat { "For my brethren and com" \underline pan "ions’
sake" } }
\line { \hspace #9 I will say, \underline peace be within you! }
}
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user