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



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to