lilypond-user
[Top][All Lists]
Advanced

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

Re: Wrap text automatically


From: -Eluze
Subject: Re: Wrap text automatically
Date: Mon, 16 Jan 2012 01:45:12 -0800 (PST)


ornello wrote:
> 
> Simple question but I did not find it in the forum:
> Is it possible to let LilyPond automatically wrap instrument names and
> markups that do not fit on the page (see following example)?
> 
> { 
> \new Staff {
>   \set Staff.instrumentName = "long instrument name"
>   c1 c1 c1 c1 c1 c1 c1 c1
>   c1 ^ \markup { long text that should be wrapped }
>   c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 }
> }
> 
> 
use \wordwrap in a column:

\markup \column { \override #'(line-width . 14 ) \wordwrap { long text that
should be wrapped } }

-- 
View this message in context: 
http://old.nabble.com/Wrap-text-automatically-tp33146364p33146436.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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