>From 1fac8b04ed35228fd043e5143199eaaef34890db Mon Sep 17 00:00:00 2001 From: Wol Date: Wed, 20 Jul 2011 18:52:24 +0100 Subject: [PATCH 2/3] Add capo properties to define-context-properties --- scm/define-context-properties.scm | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index dab5211..d17f72f 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -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.") -- 1.7.3.4