lilypond-user
[Top][All Lists]
Advanced

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

Re: A couple of questions that I'm having trouble finding how to do it i


From: Simon Albrecht
Subject: Re: A couple of questions that I'm having trouble finding how to do it in the manuals or in the LSR
Date: Mon, 24 Mar 2014 12:33:02 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0


Am 24.03.2014 03:39, schrieb Mike Dean:
(1) how can I get a certain field to break across two (or more) lines?

example: 

\version "2.18.0"

\header {
  copyright = "Copyright © 2003 by composer-name. For all countries. All rights reserved. "
}
Perhaps you’d also like to try

\version "2.19.3"


\paper { #(set-paper-size "a6") }


\header {

copyright = \markup \center-column {

\wordwrap-lines { rather long text which is supposed

to be broken into lines where necessary;

note that wordwrap-lines is required,

else the paragraph will be left-bound in itself

and center-aligned to other elements

in "\center-column {}" }

\char ##x00a9

\wordwrap { rather long text which is supposed

to be broken into lines where necessary;

here, wordwrap results in a left-bound paragraph }

}

}


\markup \null


Best regards, Simon

reply via email to

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