lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup in scheme


From: Martin Neubauer
Subject: Re: Markup in scheme
Date: Sat, 31 Oct 2020 17:24:57 +0100
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

Maybe this is a starting point:

<<<<
\version "2.20.0"

\new Staff{
  <>-\markup{"First markup"}
  <>-#(markup #:line (#:simple "Second markup"))
}
>>>>

On 31/10/2020 16:29, John Schlomann wrote:
In the following snippet, the first markup works fine. The second gives no
errors, but outputs nothing.

Why does the scheme version not work?

\version "2.20.0"

\markup{"First markup"}

#(markup #:line (#:simple "Second markup"))

Thanks,

John


Attachment: OpenPGP_0x57FC077AF9176739.asc
Description: application/pgp-keys

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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