Re: how to avoid double sharps in \transpose?

2023-02-05 Thread Kenneth Flak
-- Roosna & Flak - Contemporary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.com/kflak Mastodon: @k...@sonomu.club On 4 Feb 2023 21:45, Jean Abou Samra wrote: >On 04/02/2023 21:07, Kenneth Flak wrote: > >> >> This comes out correctly: >> >> patright = { >> 2 | >> } >> >>

Re: how to avoid double sharps in \transpose?

2023-02-04 Thread Jean Abou Samra
On 04/02/2023 21:07, Kenneth Flak wrote: > > This comes out correctly: > > patright = { > 2 | > } > > right = { > #@(map (lambda (p) #{ \transpose c #p \patright #}) > (event-chord-pitches #{ #})) > } > > This, however, transposes the g c sequence to b e instead on the first

Re: how to avoid double sharps in \transpose?

2023-02-04 Thread Kenneth Flak
-- Roosna & Flak - Contemporary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.com/kflak Mastodon: @k...@sonomu.club On 4 Feb 2023 13:55, David Kastrup wrote: >Kenneth Flak writes: > >> Hi list, >> >> I have this: >> >> \version "2.24.0" >> >> \language english >> >> >> patright = {

Re: how to avoid double sharps in \transpose?

2023-02-04 Thread Kenneth Flak
On 4 Feb 2023 13:55, David Kastrup wrote: >Kenneth Flak writes: > >> Hi list, >> >> I have this: >> >> \version "2.24.0" >> >> \language english >> >> >> patright = { >> 2 | >> } >> >> patleft = { >>g2 c >> } >> >> right = { >>\patright >>\transpose c df \patright >>

Re: how to avoid double sharps in \transpose?

2023-02-04 Thread David Kastrup
Kenneth Flak writes: > Hi list, > > I have this: > > \version "2.24.0" > > \language english > > > patright = { > 2 | > } > > patleft = { >g2 c > } > > right = { >\patright >\transpose c df \patright >\transpose c d \patright >\transpose c ef \patright >\transpose c

Re: how to avoid double sharps in \transpose?

2023-02-04 Thread bobr...@centrum.is
t; > Cc: "Lillypond Users Mailing List" > Sent: Saturday, February 4, 2023 11:47:52 AM > Subject: Re: how to avoid double sharps in \transpose? > Great, thanks! Just what I need :-) > > Roosna & Flak > Contemporary Dance & Music > https://roosnaflak.com &

Re: how to avoid double sharps in \transpose?

2023-02-04 Thread Kenneth Flak
Great, thanks! Just what I need :-) Roosna & Flak Contemporary Dance & Music https://roosnaflak.com Original Message On Feb 4, 2023, 13:30, bobr...@centrum.is wrote: > Do a search for “smart transpose.” I did this recently. I’m not home at the > moment but I’ll dig it up and

Re: how to avoid double sharps in \transpose?

2023-02-04 Thread bobr...@centrum.is
Do a search for “smart transpose.” I did this recently. I’m not home at the moment but I’ll dig it up and post it when I get back. -David - Kenneth Flak wrote: > Hi list, > > I have this: > > \version "2.24.0" > > \language english > > > patright = { > 2 | > } > > patleft = {

how to avoid double sharps in \transpose?

2023-02-04 Thread Kenneth Flak
Hi list, I have this: \version "2.24.0" \language english patright = { 2 | } patleft = { g2 c } right = { \patright \transpose c df \patright \transpose c d \patright \transpose c ef \patright \transpose c e \patright \transpose c f \patright \transpose c fs