lilypond-user
[Top][All Lists]
Advanced

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

Append comma to markup


From: Jay Anderson
Subject: Append comma to markup
Date: Sat, 21 Jul 2012 12:24:21 -0700

\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



reply via email to

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