lilypond-user
[Top][All Lists]
Advanced

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

Re: rotate fretdiagram and add fingering above


From: BB
Subject: Re: rotate fretdiagram and add fingering above
Date: Tue, 16 Feb 2016 10:46:47 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Sorry for my late response. Thanks for your help!


On 15.02.2016 16:44, Pierre Perol-Schneider wrote:
1) try \override #'(fret-diagram-details . ((finger-code . in-dot) (orientation . #'landscape)))
Thank you (orientation . #'landscape) works nice!

2) How should it look like?
I found I can do it simply this way, as long as the finger dots are large enough so one can read it without a magnifier:

%#(set-default-paper-size "a4" 'landscape)

\markup {

" "

\override #'(size . 10 )

\override #'(fret-diagram-details . ((finger-code . in-dot) (orientation . #'landscape)))

\fret-diagram-verbose #`(

(place-fret 6 5 "R/3")

(place-fret 5 4 "III/2")

(place-fret 4 2 "V1/1")

)

}


Would be nice to avoid the cutoff of the nut and the ii. The nut should be printed as a thicker line. In the example case the missing first fret should be shown for my special needs in this case? The beginning practicioner might find the fret more easily.

I tried

(place-fret 0 0 "") and

(place-fret 0 1 "") But that makes a barree. I do not know how to avoid this.

I woundered, that

(place-fret 0 -1 "")

works and does not give an error?


reply via email to

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