Werner LEMBERG <[email protected]> writes: > What is the Scheme equivalent to a top-level markup like > > ``` > \markup \italic "foo" > ``` > > ? I can't find it in the documentation.
\void \displayScheme \markup \italic "foo" outputs (markup #:italic "foo") I am not a fan of the markup macro, but of course (make-italic-markup "foo") will also work. It is not clear what you mean with "top-level" however. Of course at the top level of a LilyPond document, markup gets interpreted by calling an appropriate hook. -- David Kastrup
