Re: Re: split { {a b} {c' d'} {e' f'} } in multiple expression

2018-05-16 Thread Simon Albrecht
> On 16 May 2018 at 09:04, Gianmaria Lari wrote: > > > > I forgot something. For me, a very difficult thing using scheme with lilypond > is correctly open/close the brackets. It's is extremely easy get lost and > error messages don't help that much. I imagine Frescobaldi is not the correct >

Re: split { {a b} {c' d'} {e' f'} } in multiple expression

2018-05-16 Thread Gianmaria Lari
On 16 May 2018 at 09:04, Gianmaria Lari wrote: > > > On 16 May 2018 at 02:23, Andrew Bernard wrote: > >> Hi Gianmaria, >> >> From your posts I suspect you may find a use for Abjad. Have you looked >> into it? >> >> Just a suggestion. >> >> Andrew >> >> > Ciao Andrew, > > your suggestion is welco

Re: split { {a b} {c' d'} {e' f'} } in multiple expression

2018-05-16 Thread Gianmaria Lari
On 16 May 2018 at 02:23, Andrew Bernard wrote: > Hi Gianmaria, > > From your posts I suspect you may find a use for Abjad. Have you looked > into it? > > Just a suggestion. > > Andrew > > Ciao Andrew, your suggestion is welcome! I had a look to Abjad when I discovered Lilypond, maybe a couple ye

Re: split { {a b} {c' d'} {e' f'} } in multiple expression

2018-05-15 Thread Andrew Bernard
Hi Gianmaria, >From your posts I suspect you may find a use for Abjad. Have you looked into it? Just a suggestion. Andrew On 16 May 2018 at 02:43, Gianmaria Lari wrote: > I have a musical expression made of several musical expression like the > following: > > { {a b} {c' d'} {e' f'} } > > >

split { {a b} {c' d'} {e' f'} } in multiple expression

2018-05-15 Thread Gianmaria Lari
I have a musical expression made of several musical expression like the following: { {a b} {c' d'} {e' f'} } I would like to loop on it and generate a different score with each sub-expression. Something like this: { foreach x in X \myScore \x } How can I do it? Thank you. P.S. The follow