]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-names-bass.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / chord-names-bass.ly
1 \version "2.12.0"
2
3 \header {
4
5   texidoc = "In ignatzek inversions, a note is dropped down to act as the
6 bass note of the chord. Bass note may be also added explicitly.  
7 Above the staff: computed chord names. Below staff: entered chord name. 
8 "
9
10 }
11
12
13 bladidbla = \chordmode { 
14   f4:maj7/e_":maj7/e" f:maj7/f_":maj7/f" f2:maj7/g_":maj7/g"
15   f4:maj7/+e_":maj7/+e" f:maj7/+f_":maj7/+f" f2:maj7/+g_":maj7/+g"
16 }
17
18 <<
19   \context ChordNames \bladidbla
20   \context Voice \bladidbla
21 >>