Re: Line breaks in text markups

2008-05-01 Thread Nicolas Sceaux
Le 1 mai 08 à 17:45, Kieren MacMillan a écrit : Hi Nicolas, Do any of the LaTeX commands work (e.g., \par, or \\, etc.)? this LilyPond, not LaTeX, why in the name of Mandos would LaTeX commands work? I was under the impression that LilyPond once used a LaTeX engine in the background -- w

Re: Line breaks in text markups

2008-05-01 Thread Kieren MacMillan
Hi Nicolas, Do any of the LaTeX commands work (e.g., \par, or \\, etc.)? this LilyPond, not LaTeX, why in the name of Mandos would LaTeX commands work? I was under the impression that LilyPond once used a LaTeX engine in the background -- was that never true? Thanks, Kieren. p.s. Who in

Re: Line breaks in text markups

2008-05-01 Thread Nicolas Sceaux
Le 1 mai 08 à 15:26, Kieren MacMillan a écrit : 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? No, this is the way, although the exam

Re: Line breaks in text markups

2008-05-01 Thread Nicholas Wastell
On Thu, 1 May 2008 14:52:13 +0200 "Valentin Villenave" <[EMAIL PROTECTED]> wrote: > However, please have a look at > http://lilypond.org/doc/v2.10/Documentation/user/lilypond/More-about-stanzas I found some useful tips and ideas here: both in the Tips and the Libra

Re: Line breaks in text markups

2008-05-01 Thread Kieren MacMillan
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, ta

Re: Line breaks in text markups

2008-05-01 Thread Valentin Villenave
2008/5/1 Ingo <[EMAIL PROTECTED]>: > Hi, > I managed to write notes and lyrics or the first verse for a song. Looks > great! I bet it does :-) > Now, I would like to add the lyrics of further verses below. > The only command I found for this is "\markup". > Is there a possibility to add manu