]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-inversion.ly
release: 1.5.9
[lilypond.git] / input / test / chord-inversion.ly
index 315561dbca705eea5559339cd18005800ee44eb1..986d99506ab68e35cad466c5dad08a16cbb2bbc7 100644 (file)
@@ -1,18 +1,17 @@
+\version "1.3.146"
 \header{
-enteredby =     "jcn";
-copyright =     "public domain";
-TestedFeatures =        "chord inversions";
+enteredby =     "jcn"
+copyright =     "public domain"
+TestedFeatures =        "chord inversions"
 }
 
-inversions = \notes\transpose c''\chords{
-       % inversions ignored here
-       c1 c-sus c-6 c/e c/g c/d
-       % now try to find chords with inversions
-       \property Score.chordInversion = 1 
-       c1 c-sus c-6 
-       c/e
-       c/g
+inversions =  \notes\transpose c''\chords{
+       % inversions
+       c1 c:sus c:6 c/e c/g
        c/d % this triggers a warning: no 'd' in chord of c
+
+       % added bass 
+       c/+e c/+c c/+b
 }
 
 \score{
@@ -22,4 +21,4 @@ inversions = \notes\transpose c''\chords{
        >
 }
 
-\version "1.2.0"; 
+