lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Enharmonically override key signature


From: Kieren MacMillan
Subject: Re: Enharmonically override key signature
Date: Fri, 2 Apr 2021 16:15:53 -0400

Hi Jean,

> Something like the attached?

It breaks when I abstract the keys:

%%%
global = {
  \key aeses \major
  s1
  \key cis \minor
  s1
}

notes = \relative {
  aeses'8 beses ces deses eeses fes ges aeses
  cis, dis e fis gis a bis cis
}

music = <<
  << \global \notes >>
  \transpose ees c << \global \notes >>
>>
%%%

Any thoughts about that?

Thanks,
Kieren.
________________________________

Kieren MacMillan, composer (he/him/his)
‣ website: www.kierenmacmillan.info
‣ email: kieren@kierenmacmillan.info




reply via email to

[Prev in Thread] Current Thread [Next in Thread]