lilypond-user
[Top][All Lists]
Advanced

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

Re: how to repeat a scheme function that creates a Score


From: Aaron Hill
Subject: Re: how to repeat a scheme function that creates a Score
Date: Tue, 05 Apr 2022 23:10:42 -0700

On 2022-04-05 10:40 pm, Jeff Olson wrote:
Question (a):

My main question is how to write a scheme function that will invoke my
scr function N times, where N could be a number like 1000.

%%%%
#(for-each add-score (map (lambda (x) #{ \scr #}) (iota 5)))
%%%%

Replace 5 with whatever.


-- Aaron Hill



reply via email to

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