]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-context-properties.scm
Modify chord handling to handle guitar capos
[lilypond.git] / scm / define-context-properties.scm
index e9acd9690713e8924844cda7d0ff90f3f565a16c..a238998d033cc77fc841b48ceb4e4b66ec5cc8aa 100644 (file)
@@ -135,6 +135,8 @@ that normally end on beats.")
      (beatStructure ,list? "List of @code{baseMoment}s that are combined
 to make beats.")
 
+     (capoPitch ,ly:pitch? "The pitch to transpose chords down by when using the capo.")
+     (capoVertical ,boolean? "Whether to display actual and transposed pitches above each other or not.")
      (chordChanges ,boolean? "Only show changes in chords scheme?")
      (chordNameExceptions ,list? "An alist of chord exceptions.
 Contains @code{(@var{chord} . @var{markup})} entries.")