Hi, Kieren!

On Sat, Dec 8, 2018 at 8:35 PM Kieren MacMillan <
[email protected]> wrote:

> Hi all,
>
> Is there a function to repeat markups? Like
>
>     \repeat unfold 10 \markup { "foo" }


How about this:

\markup { \pattern #10 #X #0.5 \markup { "foo" } }

where the syntax is

\pattern #<count> #<axis> #<space> #<markup to repeat>

Or am I not understanding your intended use-case?

Best,
Abraham

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

Reply via email to