]> 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 "1.9.8"
2 \header { texidoc= "@cindex Chord Names No Inversions
3 Chord names don't attempt to find inversions and
4 bass notes. " }
5
6 scheme = \notes {
7   <c' e' g'>1
8   <e' g' c''>
9   <e e' g' c''>
10 }
11
12 \score {
13   <<
14     \context ChordNames \scheme
15     \context Staff \scheme
16   >>
17   \paper { raggedright = ##t}
18 }
19