Re: scheme function generating multiple score

2017-12-29 Thread Gianmaria Lari
On 29 December 2017 at 12:28, Gianmaria Lari wrote: > > > On 29 December 2017 at 11:26, Timothy Lanfear wrote: > >> On 29/12/17 07:03, Gianmaria Lari wrote: >> >>> Sorry to bother but I'm unable to get out from this problem. >>> This code generate

Re: scheme function generating multiple score

2017-12-29 Thread Gianmaria Lari
On 29 December 2017 at 11:26, Timothy Lanfear wrote: > On 29/12/17 07:03, Gianmaria Lari wrote: > >> Sorry to bother but I'm unable to get out from this problem. >> This code generate two scores: >> >> \version "2.19.80" >> >> \score { >> \transpose c d {c' d'

Re: scheme function generating multiple score

2017-12-29 Thread Timothy Lanfear
On 29/12/17 07:03, Gianmaria Lari wrote: Sorry to bother but I'm unable to get out from this problem. This code generate two scores: \version "2.19.80" \score {   \transpose c d {c' d' e'}   \layout{} } \score {   \transpose c e {c' d' e'}   \layout{} } I

scheme function generating multiple score

2017-12-28 Thread Gianmaria Lari
Sorry to bother but I'm unable to get out from this problem. This code generate two scores: \version "2.19.80" \score { \transpose c d {c' d' e'} \layout{} } \score { \transpose c e {c' d' e'} \layout{} } I tried to write a scheme function doing something similar: \version "2.19.80"