2012/7/21 Jay Anderson <[email protected]>:
> \version "2.15.41"
>
> title = \markup{Piece in \concat { E \hspace #0.25 \flat } }
>
> \markup { \fill-line { \huge \larger \bold \line { \concat { \title
> "," } opus} } }
> \markup { \fill-line { \huge \larger \bold \line { \title "," opus} } }
>
> Essentially I want to append a comma to an existing markup. In the
> above two examples the first smushes all the words in the title
> together with the comma. In the second there is extra space between
> the title and the comma. Any suggestions on how to do this? Thanks.
>
> -----Jay
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
Hi,
how about:
title = \markup{ "Piece in " \concat { E \hspace #0.25 \flat } }
\markup { \fill-line { \huge \larger \bold \line { \concat { \title
"," } opus} } }
(quick and dirty)
-Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user