|
From: | Colin Baguley |
Subject: | Re: Lead sheet capo chords in brackets |
Date: | Mon, 23 Sep 2024 20:30:48 +0100 |
On Mon, Sep 23, 2024 at 9:04 AM Colin Baguley <colin@baguley.net> wrote:Hi,When writing a simple song lead sheet i have the chord(name) above the normal melody line.Some guitarists like to use a capo and so I place a transposed chord(name) below the main one.To do this I used a function called "parenthesizeAllchords" which I freely admit I plagarized from somewhere and don't exactly understand how it works - but it did work at one time.Each Capo chord had a bracket around it eg (C) (D7) (Em) etcHowever, I've not used it for a few years and tried recently and it no longer works ( or I've corrupted the code somewhere along the line)Please could somebody cast an eye over this and see where I am going wrong?It may be that you got a control code or something in the offending line because all I did was retype it.%============================================================
guitarchords = \chordmode {
\override ChordName.font-size = #3
\override Parentheses.font-size = #2 % I retyped this line
\override ChordName.style = #'american
\basicchords }
capochords = \chordmode {
\override ChordName.font-size = #-3
\override Parentheses.font-size = #2
\override ChordName.style = #'american
\parenthesizeAllchords
\basicchords
}
%============================================================--Knute Snortum
CapoChordsLeadSheet.pdf
Description: Adobe PDF document
[Prev in Thread] | Current Thread | [Next in Thread] |