]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-names-bass.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / chord-names-bass.ly
1 \version "2.1.26"
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 = \chords { 
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 \score {
19 << \context ChordNames \bladidbla
20   \context Voice \bladidbla >>
21 }