lilypond-user
[Top][All Lists]
Advanced

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

Re: [Scheme coding] turning a list into a markup/string


From: Simon Albrecht
Subject: Re: [Scheme coding] turning a list into a markup/string
Date: Wed, 22 Jan 2020 15:26:10 +0100

On 21.01.20 22:05, Kieren MacMillan wrote:
I’m pretty sure I would have taken quite a while to find my way to 
"make-simple-markup"


Note that

(make-simple-markup "foo")

is equivalent to

(markup #:simple "foo")

in other words it’s the spelled-out version of what’s usually accessed through the markup macro in Scheme.

HTH, Simon




reply via email to

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