]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-minor.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / chord-name-minor.ly
diff --git a/input/regression/chord-name-minor.ly b/input/regression/chord-name-minor.ly
new file mode 100644 (file)
index 0000000..cfaf289
--- /dev/null
@@ -0,0 +1,13 @@
+\version "2.16.0"
+\header {
+    texidoc = "The layout of the minor chord can be tuned with
+@code{minorChordModifier}."
+}
+
+\chords {
+    c:min
+    c:min7
+    \set minorChordModifier = \markup { "-" }
+    c:min
+    c:min7
+}