]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-names-bass.ly
* lily/new-chord-name-engraver.cc (process_music): give original
[lilypond.git] / input / regression / chord-names-bass.ly
1 \header {
2
3 texidoc = "Test igatzek inversion and bass notes.
4 Above the staff: computed chord names. Below staff: entered chord name. 
5 "
6
7 }
8
9
10 bladidbla = \chords { 
11     f4:maj7/e_":maj7/e" f:maj7/f_":maj7/f" f2:maj7/g_":maj7/g"
12     f4:maj7/+e_":maj7/+e" f:maj7/+f_":maj7/+f" f2:maj7/+g_":maj7/+g"
13  }
14
15 \score {
16 < \context ChordNames \bladidbla
17   \context Voice \bladidbla >
18 }