lilypond-user
[Top][All Lists]
Advanced

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

Re: Stand alone guitar chord/scale diagrams


From: Carl Sorensen
Subject: Re: Stand alone guitar chord/scale diagrams
Date: Mon, 14 Oct 2013 14:33:36 +0000
User-agent: Microsoft-MacOutlook/14.3.8.130913


On 10/14/13 8:07 AM, "Simon Bailey" <address@hidden> wrote:

>hi,
>
>On Mon, Oct 14, 2013 at 3:57 PM, Carl Sorensen <address@hidden> wrote:
>> All of the dots can be put on the fretboard using the
>>fret-diagram-verbose
>> syntax.
>>
>> The R codes can be put inside the circles.
>
>i was working with fret-diagrams a while back and would have loved to
>be able to put something else other than fingering in the dots. how
>would i put R in the circle?


\version "2.16.1"  % necessary for upgrading to future LilyPond versions.


 \markup {
      % standard size
      \override #'(size . 3) {
        \override #'(fret-diagram-details . (
                     (dot-color . white)
                     (finger-code . in-dot))) {
          \fret-diagram-verbose #'((mute 6)
                                   (place-fret 5 3 "A")
                                   (place-fret 4 5 "B")
                                   (place-fret 3 5 "C")
                                   (place-fret 2 5 "D")
                                   (place-fret 1 3 "E")
                                   (barre 5 1 3))
        }}}



HTH,

Carl




reply via email to

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