Re: transpose to a set of pitches

2018-02-28 Thread Sirius Barras
On 27 February 2018 at 22:24, Thomas Morley wrote: > 2018-02-27 19:12 GMT+01:00 Sirius Barras : > > I would like to transpose a motif (using \modalTranspose) to a _set_ of > > different pitches. At the moment this is what I do: > > > > scale = {c d

Re: transpose to a set of pitches

2018-02-27 Thread Thomas Morley
2018-02-27 19:12 GMT+01:00 Sirius Barras : > I would like to transpose a motif (using \modalTranspose) to a _set_ of > different pitches. At the moment this is what I do: > > scale = {c d e f g a b} > motif = {c' e' g' c'} > { > \modalTranspose c e \scale \motif >

transpose to a set of pitches

2018-02-27 Thread Sirius Barras
I would like to transpose a motif (using \modalTranspose) to a _set_ of different pitches. At the moment this is what I do: scale = {c d e f g a b} motif = {c' e' g' c'} { \modalTranspose c e \scale \motif \modalTranspose c g \scale \motif \modalTranspose c a \scale \motif } How can I do