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