lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Append comma to markup


From: Thomas Morley
Subject: Re: Append comma to markup
Date: Sat, 21 Jul 2012 21:39:19 +0200

2012/7/21 Jay Anderson <address@hidden>:
> \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
> address@hidden
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]