]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-additional-pitch-prefix.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / chord-additional-pitch-prefix.ly
diff --git a/input/regression/chord-additional-pitch-prefix.ly b/input/regression/chord-additional-pitch-prefix.ly
new file mode 100644 (file)
index 0000000..ac0c4d0
--- /dev/null
@@ -0,0 +1,11 @@
+\version "2.16.0"
+\header {
+    texidoc = "The prefix of additional chord pitches can be tuned with
+@code{additionalPitchPrefix}."
+}
+
+\new ChordNames {
+    <c e g d'> % add9
+    \set additionalPitchPrefix = #"add"
+    <c e g d'> % add9
+}