]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-taxonomy.ly
patch::: 1.3.152.jcn2
[lilypond.git] / input / test / chord-taxonomy.ly
diff --git a/input/test/chord-taxonomy.ly b/input/test/chord-taxonomy.ly
new file mode 100644 (file)
index 0000000..5751954
--- /dev/null
@@ -0,0 +1,24 @@
+\header {
+  title="Chord Taxonomy of LilyPond -- jazz"
+}
+scheme = \chords {
+      c1
+      c:4
+      c:9
+      bes:9^7
+      c:11^7
+      c:9+
+      % TODO
+      c:m5-.7
+      c:m5-.7-
+      c:7+
+      c:m7+
+    }
+    
+\score {
+  <
+    \property ChordNames.ChordName \set #'style = #'jazz
+    \context ChordNames \scheme
+    \context Staff \notes \transpose c'' \scheme
+  >
+}