2014-04-10 0:40 GMT+02:00 Evans Winner <ego...@gmail.com>:
> [...] But in any case, is word-wrap on a \markup
> attached to a note possible?

Hi,
you confused the syntax of different markup-commands.
See the difference:

\version "2.19.3"
{
  a4^\markup
     \override #'(line-width . 10) \wordwrap-string #"This is a bunch of text"

  a4_\markup
     \override #'(line-width . 10) \wordwrap { This is a bunch of text }

}

HTH,
  Harm

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

Reply via email to