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.


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

Reply via email to