lilypond-user
[Top][All Lists]
Advanced

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

Re: Line breaks in text markups


From: Kieren MacMillan
Subject: Re: Line breaks in text markups
Date: Thu, 1 May 2008 09:26:39 -0400

Hi all,

Is there a possibility to add manual line breaks within the markup text?

Yes; it's

\markup {
  \column {
    Your first line
  }
  {
    Your second line
  }
}

Ouch. There must be a better way, no?
Do any of the LaTeX commands work (e.g., \par, or \\, etc.)?

At the very least, take advantage of the new \markuplines command:

\version "2.11.41"
\markuplines
{
    "words in single file"
    "each line in double quote marks"
    "stanza nirvana"
}

Cheers,
Kieren.




reply via email to

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