lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fretboard diagram - string labels


From: Carl Sorensen
Subject: Re: fretboard diagram - string labels
Date: Thu, 22 Feb 2018 15:16:07 +0000
User-agent: Microsoft-MacOutlook/10.a.0.180210


On 2/22/18, 1:54 AM, "Gilles van Eeden" <address@hidden> wrote:

   Suggestions as to which external label to 
    use and how to position and format this to match the fretboard diagram 
    are welcome.

The code to place the labels already exists in the string label code used for 
'below-string finger numbers.  You should be able to find this in 
scm/fret-diagrams.scm.

You will need to figure out how to get the chord-step information into the data 
structure.  My first attempt would be to create a property (maybe called 
chord-steps, or chord-functions) in fret-diagram-details that is a list of 
string-count scheme strings, each of which corresponds to a label for the 
appropriate string (starting at string-count, ending at 1).  Then it would be a 
relatively straightforward process to print each of these scheme strings in the 
appropriate place below the fret-diagram string.

HTH,

Carl
    


reply via email to

[Prev in Thread] Current Thread [Next in Thread]