]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-inversion.ly
release: 1.3.7
[lilypond.git] / input / test / chord-inversion.ly
1 \header{
2 enteredby =      "jcn";
3 copyright =      "public domain";
4 TestedFeatures =         "chord inversions";
5 }
6
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
11
12         % added bass 
13         c/+e c/+c c/+b
14 }
15
16 \score{
17         <
18                 \context ChordNames \inversions
19                 \context Staff \inversions
20         >
21 }
22
23 \version "1.3.5";