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

Unified Diff: input/regression/chord-name-minor.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-name-minor.ly
diff --git a/input/regression/chord-name-minor.ly b/input/regression/chord-name-minor.ly
new file mode 100644
index 0000000000000000000000000000000000000000..09314094a71bb2b671967fa19549786567b4bb83
--- /dev/null
+++ b/input/regression/chord-name-minor.ly
@@ -0,0 +1,13 @@
+\version "2.15.16"
+\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
+}

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