lilypond-user
[Top][All Lists]
Advanced

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

Append comma to markup


From: wjm
Subject: Append comma to markup
Date: Sun, 22 Jul 2012 11:54:07 +1200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

Hi Jay,
The following gives what I 'think' you want, but why it does what it does I have no idea. I thought that LP would choke on two 'title' statements in the header, and why the \title in the markup refers back to the first 'title' eludes me, and why it doesn't cause an infinite loop... ??
Hope this helps?!?
:)
Cheers
Bill

\header
{
title = "Piece in"
title =
\markup
  {
  \fill-line
    {
    \huge \larger \bold \line
      {
      \concat
        {
        \title ", " %note extra space after the comma
          {
          E \hspace #0.25 \flat
          }

        }
      "Opus"
      }
    }
  }

}



reply via email to

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