lilypond-user
[Top][All Lists]
Advanced

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

Re: Wordwrap for \markup attached to note?


From: Thomas Morley
Subject: Re: Wordwrap for \markup attached to note?
Date: Thu, 10 Apr 2014 01:26:47 +0200

2014-04-10 0:40 GMT+02:00 Evans Winner <address@hidden>:
> [...] 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



reply via email to

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