lilypond-user
[Top][All Lists]
Advanced

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

Re: fret diagrams with marked root and roman numbers


From: BB
Subject: Re: fret diagrams with marked root and roman numbers
Date: Sat, 26 Dec 2015 13:05:12 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Many Thanks! Works well, even with "R" instead of "I". Perfect!

On 26.12.2015 12:57, pls wrote:
BB <address@hidden> writes:

\markup
\override #'(fret-diagram-details . (
(number-type . arabic)
(finger-code . in-dot))) {
\fret-diagram #"s:3;f:1;6-3-2;5-2-1;5-5-4;4-4-3;"
% percent sign is for comments
% s:3 tells lilypond to make diagram 3x normal size
% f:1 is to show finger #'s in circle on fret
% 6-3-2 is sixth string - third fret - 2nd finger
\fret-diagram #"s:3;f:1;5-4-2;4-3-1;4-6-4;3-5-3;"
}

I try to put root, I, III V etc into the circles instead of the arabic numbers. 
I screened the manual - no hit. I did a google search - no hit.
I found no documentation for (number-type . arabic) either - might propably 
switch to characters?


(number-type . ascii) is working but does not display ascii characters?

Is there an easy way?
\version "2.19.33"

\markup
   \override #'(size . 5)
   \override #'(fret-diagram-details . ((finger-code . in-dot)))
   \fill-line {
       \fret-diagram-verbose #`(
         (place-fret 5 3 "I")
         (place-fret 4 2 "III")
         (place-fret 3 0 "V")
       )
     }

HTH
Patrick




reply via email to

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