]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-inversion.ly
release: 1.3.60
[lilypond.git] / input / test / chord-inversion.ly
index a5b1b330c5644e3673a6025a78bb1b0746863289..a2ed40d107fd2715ed1ee7182492abeea304021d 100644 (file)
@@ -5,14 +5,12 @@ 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
+       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 +20,4 @@ inversions = \notes\transpose c''\chords{
        >
 }
 
-\version "1.0.16"; 
+\version "1.3.59";