Kieren MacMillan <kieren_macmil...@sympatico.ca> writes:

> Hi all,
>
> Is there a way to turn a markuplist into individual markups or strings?
>
> I have a markuplist of lyrics
>
>     (a b c)
>
> and I’d like to turn that into a chain of markups
>
>    \lyricmode { \markup a \markup b \markup c }
>
> or strings
>
>     \lyricmode { "a" "b" "c" }
>
> What function do I use?

Uh, a markuplist typically _is_ a list of markups.  Except when it isn't
(like when it is the result of calling a markup list command).  But when
it isn't, you can only turn it into a list of stencils.

-- 
David Kastrup

Reply via email to