lilypond-user
[Top][All Lists]
Advanced

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

Chord Inversion Problem.


From: AlanRobertClark
Subject: Chord Inversion Problem.
Date: Tue, 17 Jul 2012 15:25:33 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Dear All. 

I am trying to put together a simple chord (triad) inversion exercise (piano).

Snippet:
\version "2.12.3"
accompaniment = {\easyHeadsOn \chordmode{
    c'1 c'/g c'/e} <e' g' c''>
}
  \simultaneous{
  \context ChordNames {
      \accompaniment
  }
  \context Staff {
     {\accompaniment}
  }
}

This produces the first two chords, as expected, but c'/e ends up producing <c'
c'' g''>, which is not in the way the second inversion would ordinarily be
played. Entering what I want produces (correctly an Eminor with a flattened 6th,
instead of the more usual C/E notation.

Any help will be appreciated.
Alan.




reply via email to

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