lilypond-user
[Top][All Lists]
Advanced

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

Re: Force Line Ending


From: Graham Percival
Subject: Re: Force Line Ending
Date: Fri, 3 Mar 2006 11:06:08 -0800


On 1-Mar-06, at 5:14 PM, Carrick Patterson wrote:

Is there a way within a "\markup" block with "\wordwrap" applied to force a text line ending? I'd like to be able to do:
 \markup { \wordwrap {CHAPTER ONE [?line ending?]
 Text of the chapter.} }
 }

You can use two newline characters if you use \wordwrap-string. But in this case, I'd do something like
(untested)

\markup { \columns {
  \line { \bold CHAPTER ONE }
  \line { Text of chapter }
}}

Cheers,
- Graham





reply via email to

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