]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-names-no-inversions.ly
fixes.
[lilypond.git] / input / test / chord-names-no-inversions.ly
index 7ac4c6a6904a2f3f4ab6e29b79a19275d550dc94..32eba56cad4d1c6349d5ab843317a445471a2173 100644 (file)
@@ -1,19 +1,20 @@
-\version "1.9.2"
+\version "2.3.8"
 \header { texidoc= "@cindex Chord Names No Inversions
-Chord names don't attempt to find inversions and
-bass notes. " }
+Since there are several interpretations for recognizing 
+chord names, the lowest note is the bass note of a chord and the inversion 
+of the chord is found accordingly. " }
 
-scheme = \notes {
-  <<c' e' g'>>1
-  <<e' g' c''>>
-  <<e e' g' c''>>
+scheme =  {
+  <c' e' g'>1
+  <e' g' c''>
+  <e e' g' c''>
 }
 
 \score {
-  <
+  <<
     \context ChordNames \scheme
     \context Staff \scheme
-  >
+  >>
   \paper { raggedright = ##t}
 }