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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to