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: Thomas Morley
Subject: Re: rotate fretdiagram and add fingering above
Date: Tue, 16 Feb 2016 11:24:49 +0100

2016-02-16 10:46 GMT+01:00 BB <address@hidden>:
> 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.

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

HTH,
  Harm

> 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?
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>



reply via email to

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