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
cr...@concertbandmusicstore.com
19 Twelfth Ave, Kedron QLD 4031 <https://maps.google.com/?q=19 Twelfth Ave,
Kedron QLD 4031>
[image: App Social Buttons Image]
<http://www.linkedin.com/in/concert-band-music/>   [image: App Social
Buttons Image] <http://www.facebook.com/craig.dabelstein>
Maxime's Music [image: arrow] <https://concertbandmusicstore.com>
Create your own email signature
<https://www.wisestamp.com/create-own-signature/?utm_source=promotion&utm_medium=signature&utm_campaign=create_your_own&srcid=>

Reply via email to