]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-names-no-inversions.ly
*** empty log message ***
[lilypond.git] / input / test / chord-names-no-inversions.ly
1 \version "2.1.28"
2 \header { texidoc= "@cindex Chord Names No Inversions
3 Since there are several interpretations for recognizing 
4 chord names, the lowest note is the bass note of a chord and the inversion 
5 of the chord is found accordingly. " }
6
7 scheme = \notes {
8   <c' e' g'>1
9   <e' g' c''>
10   <e e' g' c''>
11 }
12
13 \score {
14   <<
15     \context ChordNames \scheme
16     \context Staff \scheme
17   >>
18   \paper { raggedright = ##t}
19 }
20