Re: repeat index

2017-11-24 Thread bb
Sorry, interpreted this repetition as a scheme topic. Regards Am 24.11.2017 um 13:43 schrieb David Kastrup: > bb writes: > >> Do you think that as a proper question for a lilipond user blog? > The software is called "LilyPond", and LilyPond-user is not a blog but a >

Re: repeat index

2017-11-24 Thread Gianmaria Lari
It works fantastically well. To automatically generate exercise this is more than great. Thanks a lot David! g. On 24 November 2017 at 10:55, David Kastrup wrote: > Gianmaria Lari writes: > > > On 20 November 2017 at 23:01, David Kastrup

Re: repeat index

2017-11-24 Thread David Kastrup
bb writes: > Do you think that as a proper question for a lilipond user blog? The software is called "LilyPond", and LilyPond-user is not a blog but a mailing list. Apart from that, the answer is most emphatically yes. This is a question about common LilyPond usage.

Re: repeat index

2017-11-24 Thread bb
Do you think that as a proper question for a lilipond user blog? I think a scheme blog might be a better place for that problem. I cannot help, but what however, whatever do you think that code to do? Regards Am 24.11.2017 um 10:45 schrieb Gianmaria Lari: > > > whatever = >

Re: repeat index

2017-11-24 Thread David Kastrup
Gianmaria Lari writes: > On 20 November 2017 at 23:01, David Kastrup wrote: >> >> whatever = >> #(define-music-function (pattern) (ly:music?) >> #{ \fixed c' { >>#@(map >>(lambda (p) >> #{ \modalTranspose c

Re: repeat index

2017-11-24 Thread Gianmaria Lari
On 20 November 2017 at 23:01, David Kastrup wrote: > Gianmaria Lari writes: > > > On 20 November 2017 at 15:18, David Kastrup wrote: > > > >> Gianmaria Lari writes: > >> > >> > On 20 November 2017 at 12:00, David

Re: repeat index

2017-11-20 Thread Gianmaria Lari
That's exactly what I was thinking. Thank you David! And yes, yesterday I found this part of the manual and I start reading it. Thanks a lot for your help! g. On 20 November 2017 at 23:01, David Kastrup wrote: > Gianmaria Lari writes: > > > On 20

Re: repeat index

2017-11-20 Thread David Kastrup
Gianmaria Lari writes: > On 20 November 2017 at 15:18, David Kastrup wrote: > >> Gianmaria Lari writes: >> >> > On 20 November 2017 at 12:00, David Kastrup wrote: >> > >> >> Gianmaria Lari

Re: repeat index

2017-11-20 Thread Gianmaria Lari
On 20 November 2017 at 15:18, David Kastrup wrote: > Gianmaria Lari writes: > > > On 20 November 2017 at 12:00, David Kastrup wrote: > > > >> Gianmaria Lari writes: > > >> > Is there any (simple) way to rewrite it

Re: repeat index

2017-11-20 Thread David Kastrup
Gianmaria Lari writes: > On 20 November 2017 at 12:00, David Kastrup wrote: > >> Gianmaria Lari writes: >> > Is there any (simple) way to rewrite it in a more concise way like >> > this for example? >> > >> > \repeat unfold 7 {

Re: repeat index

2017-11-20 Thread Gianmaria Lari
On 20 November 2017 at 12:00, David Kastrup wrote: > Gianmaria Lari writes: > > > I have this: > > > > \version "2.19.80" > > > > scale = {c d e f g a b} > > pattern = {c d e f} > > > > \fixed c' { > > \modalTranspose c c \scale \pattern > >

Re: repeat index

2017-11-20 Thread David Kastrup
Gianmaria Lari writes: > I have this: > > \version "2.19.80" > > scale = {c d e f g a b} > pattern = {c d e f} > > \fixed c' { > \modalTranspose c c \scale \pattern > \modalTranspose c d \scale \pattern > \modalTranspose c e \scale \pattern > \modalTranspose c f

repeat index

2017-11-20 Thread Gianmaria Lari
I have this: \version "2.19.80" scale = {c d e f g a b} pattern = {c d e f} \fixed c' { \modalTranspose c c \scale \pattern \modalTranspose c d \scale \pattern \modalTranspose c e \scale \pattern \modalTranspose c f \scale \pattern \modalTranspose c g \scale \pattern \modalTranspose