On 30.10.2015 11:00, Thomas Wilmot wrote:
I am trying to write three markup comments in the music and they should be
all on their own lines.
I can't seem to find anything about that.

I can’t quite figure out what you mean…
You might look in <http://lilypond.org/doc/v2.18/Documentation/notation/writing-text>, in case you didn’t do that already.
And for a wild guess:
%%%%%%%%
\version "2.18.2"
{
  c'4^\markup \column {
    "first line"
    "second line"
    "third line"
  }
}
Else, you’d need to explain better what you’re after, at best with an (image) example.

Yours, Simon

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to