lilypond-user
[Top][All Lists]
Advanced

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

Enharmonically override key signature


From: Craig Dabelstein
Subject: Enharmonically override key signature
Date: Tue, 30 Mar 2021 09:04:21 +1000

Hi all,

In this snippet, how can I override the Alto Sax key signature so it displays as A-flat major instead of G-sharp major?

\version "2.20.00"
\language "english"

fluteNotes = { c'4 d' e' f' }

altosaxNotes = \transpose c' ef
{ c'4 d' e' f' }

global = {
  \key b \major
}

\score {
  <<
    \new Staff {
      <<
        \global
        \fluteNotes
      >>
    }
    \new Staff {
      \transpose ef c'
      <<
        \global
        \altosaxNotes
      >>
    }
  >>
}

 
Craig Dabelstein
Owner, Maxime's Music
19 Twelfth Ave, Kedron QLD 4031
Maxime's Music arrow

reply via email to

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