Re: \unfoldRepeats type none

2018-04-24 Thread David Kastrup
Knut Petersen writes: > Am 23.04.2018 um 14:21 schrieb David Kastrup: >> >> Huh. I'd rather have #f stand for the default, and '() for none. That >> seems like a saner interface since an empty list carries obvious >> meaning. >> >> Not backwards-compatible but I think this one has not been rele

Re: \unfoldRepeats type none

2018-04-24 Thread Knut Petersen
Am 23.04.2018 um 14:21 schrieb David Kastrup: Huh. I'd rather have #f stand for the default, and '() for none. That seems like a saner interface since an empty list carries obvious meaning. Not backwards-compatible but I think this one has not been released in a stable release yet. But it

Re: \unfoldRepeats type none

2018-04-23 Thread David Kastrup
Knut Petersen writes: > Hi everybody! > > I think it would be useful to add a repeat-type "none" to the > repeat-types-alist in unfold-repeats (music-functions.scm), e.g. > >(define-public (unfold-repeats types music) >   "Replace repeats of the types given by @var{types} with unfolded

\unfoldRepeats type none

2018-04-23 Thread Knut Petersen
Hi everybody! I think it would be useful to add a repeat-type "none" to the repeat-types-alist in unfold-repeats (music-functions.scm), e.g. (define-public (unfold-repeats types music)   "Replace repeats of the types given by @var{types} with unfolded repeats. If @var{types} is an emp