lilypond-1.3.118
[lilypond.git] / input / test / chord-inversion.ly
blob2570025f69e0af2f8b4c0c4e992ed2a53cb6a29a
1 \header{
2 enteredby = "jcn";
3 copyright = "public domain";
4 TestedFeatures = "chord inversions";
7 inversions = \notes\transpose c''\chords{
8 % inversions
9 c1 c:sus c:6 c/e c/g
10 c/d % this triggers a warning: no 'd' in chord of c
12 % added bass
13 c/+e c/+c c/+b
16 \score{
18 \context ChordNames \inversions
19 \context Staff \inversions
23 \version "1.3.117";