Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1495)

Unified Diff: input/regression/chord-additional-pitch-prefix.ly

Issue 5320074: Fixes to jazz chord displays (Closed)
Patch Set: Rebased to current master Created 12 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: 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
index 0000000000000000000000000000000000000000..f28ba8ea054cf50db6078130f05685ceb7cfad24
--- /dev/null
+++ b/input/regression/chord-additional-pitch-prefix.ly
@@ -0,0 +1,11 @@
+\version "2.15.16"
Carl 2011/11/05 14:33:32 Will need to be adjusted when it's ready to commit
adam.spiers 2011/11/07 11:56:42 Done.
+\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
+}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b