Re: rotate fretdiagram and add fingering above

2016-02-16 Thread BB
Many thanks for all help. Works nice! On 16.02.2016 11:24, Thomas Morley wrote: (fret-count . 5) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: rotate fretdiagram and add fingering above

2016-02-16 Thread BB
Works! Try: %#(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") ) }

Re: rotate fretdiagram and add fingering above

2016-02-16 Thread Thomas Morley
2016-02-16 10:46 GMT+01:00 BB : > 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! >

Re: rotate fretdiagram and add fingering above

2016-02-16 Thread Pierre Perol-Schneider
oops: \override #'(fret-diagram-details . ((finger-code . in-dot) (orientation . landscape))) ... it did work acually 2016-02-16 11:16 GMT+01:00 David Kastrup : > Pierre Perol-Schneider writes: > > > 1) try \override #'(fret-diagram-details . ((finger-code . in-dot) > > (orientation . #'landsca

Re: rotate fretdiagram and add fingering above

2016-02-16 Thread David Kastrup
Pierre Perol-Schneider writes: > 1) try \override #'(fret-diagram-details . ((finger-code . in-dot) > (orientation . #'landscape))) #'landscape ? Can't imagine that to work. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org http

Re: rotate fretdiagram and add fingering above

2016-02-16 Thread BB
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

Re: rotate fretdiagram and add fingering above

2016-02-15 Thread Pierre Perol-Schneider
1) try \override #'(fret-diagram-details . ((finger-code . in-dot) (orientation . #'landscape))) 2) How should it look like? 2016-02-15 13:30 GMT+01:00 BB : > Some time ago I got a nice code from a nice user via the user blog to make > fredboard diagrams. > One example: > > \markup { > > \overri

rotate fretdiagram and add fingering above

2016-02-15 Thread BB
Some time ago I got a nice code from a nice user via the user blog to make fredboard diagrams. One example: \markup { \override #'(size . 3) \override #'(fret-diagram-details . ((finger-code . in-dot))) % \fill-line { \fret-diagram-verbose #`( (place-fret 6 5 "R") (place-fret 5 4 "III") (