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

Unified Diff: input/regression/chord-capo.ly

Issue 4800051: Modify chord-name-engraver to call capo-handler
Patch Set: modified regtest Created 13 years, 8 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-capo.ly
diff --git a/input/regression/chord-capo.ly b/input/regression/chord-capo.ly
new file mode 100644
index 0000000000000000000000000000000000000000..789f47d332d73df8d178be7958e49e30db69e80e
--- /dev/null
+++ b/input/regression/chord-capo.ly
@@ -0,0 +1,28 @@
+\version "2.14.0"
+
+\header{
+ texidoc="Properties capoPitch, capoVertical: display chordnames, suitably
+transposed for a guitar capo, either in a line or one above the other.
+"
+}
+
+<<
+ \new ChordNames \chordmode {
+ c1
+ g1
Janek Warchol 2011/08/02 19:59:06 I would change all g major chords into a minor cho
+ c1
+ g1
+ c1
+ g1
+ }
+ \chordmode {
+ c1
+ g1
+ \set ChordNames.capoPitch = #(ly:make-pitch 0 -2 -1/2)
+ c1
+ g1
+ \set ChordNames.capoVertical = ##t
+ c1
+ g1
+ }
+>>

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