Op dinsdag 08 februari 2011 schreef Jakub:

> is it possible to make an unbreakable space in multi-line top-level markup?
> Some languages (including Czech) prohibit e.g. prepositions at the end of
> line - and I haven't been able to adjust line-breaking in these and
> similar cases.

In the UTF-8 encoding Lilypond uses it is possible to just type the 
unbreakable space in your editor, if your editor permits (some editors use 
e.g. Ctrl+Shift+Space).

Otherwise you can use \markup \char :

\markup {
  \override #'(line-width . 30)
  \wordwrap {
    a c  ffg dfg dfg gdf d f
    \concat { Hi \char #160 there! }
    bla bla
  }
}



best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/

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

Reply via email to