lilypond-user
[Top][All Lists]
Advanced

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

Re: sharping naturals


From: Peter Bjuhr
Subject: Re: sharping naturals
Date: Fri, 24 Jul 2015 09:52:04 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.8.0



On 2015-07-23 19:29, Malte Meyn wrote:
By the way, how would one write a g natural in b major, if ‘g’ lead to a g sharp? ‘ges’? But if so, how to write a ges?

I assume you mean g# minor with the same accidentals in the key signature as b major. The lead tone to gis (g sharp) is fisis (f double-sharp) and not g (natural).

Take a look at the following example:

cmaj = { c' d' e' f' g' a' b' }

ahmin = { a' b' c'' d'' e'' f'' gis'' }

\score {
  <<
    \new Staff {
      \key c \major
      \cmaj
    }
     \new Staff {
      \key a \minor
      \ahmin
    }
    \new Staff {
      \key b \major
      \transpose c b, { \cmaj }
    }
     \new Staff {
      \key gis \minor
      \transpose a gis { \ahmin }
    }
  >>
}

Best
Peter



reply via email to

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