Re: Thumb in fret-diagram

2015-05-05 Thread Stephen MacNeil
No problem, hope it does what you need. Stephen On Tue, May 5, 2015 at 9:13 AM, pls wrote: > Thanks! > On 05.05.2015, at 14:21, Stephen MacNeil wrote: > > Hi patrick, > > This is the workaround I used to create fret-diagrams with a thumb. > > http://mglessons.com/lilypond/fret-diagram.ly > htt

Re: Thumb in fret-diagram

2015-05-05 Thread pls
Thanks! On 05.05.2015, at 14:21, Stephen MacNeil wrote: > Hi patrick, > > This is the workaround I used to create fret-diagrams with a thumb. > > http://mglessons.com/lilypond/fret-diagram.ly > http://mglessons.com/lilypond/fret-diagram.pdf > > HTH > Stephen > > %% cut > > #(define-

Re: Thumb in fret-diagram

2015-05-05 Thread Stephen MacNeil
Hi patrick, This is the workaround I used to create fret-diagrams with a thumb. http://mglessons.com/lilypond/fret-diagram.ly http://mglessons.com/lilypond/fret-diagram.pdf HTH Stephen %% cut #(define-public (stack-stencil-overlay stencils) "Recursive function to add stencils together

Re: Thumb in fret-diagram

2015-05-04 Thread Thomas Morley
2015-05-04 8:43 GMT+02:00 pls : > This looks like a regression to me. See > > https://codereview.appspot.com/4176056/ (allow non numeric fingers (e.g. for > thumb)) > http://lilypond.org/doc/v2.19/input/regression/dd/lily-caf6e8f6.ly (the “P” > is not printed) > > hth > patrick Hi Patrick, than

Re: Thumb in fret-diagram

2015-05-04 Thread Stephen MacNeil
thanks again Stephen On Mon, May 4, 2015 at 4:09 PM, Stephen MacNeil wrote: > I do have a workaround if needed for 2.19.. I created it when i couldn't > get it to work > thanks again > > Stephen > > On Mon, May 4, 2015 at 4:06 PM, pls wrote: > >> Yes, it stills works in v2.18.2 but it’s broken

Re: Thumb in fret-diagram

2015-05-04 Thread pls
Yes, it stills works in v2.18.2 but it’s broken in v2.19.something. It definitely doesn’t work in 2.19.15 and 2.19.19. I didn’t check any earlier 2.19 versions. On 04.05.2015, at 21:11, Stephen MacNeil wrote: > That worked actually thanks very much!! > I forgot the quotes silly mistakes drive

Re: Thumb in fret-diagram

2015-05-04 Thread Stephen MacNeil
That worked actually thanks very much!! I forgot the quotes silly mistakes drive me crazy ! Thanks Stephen On Mon, May 4, 2015 at 2:43 AM, pls wrote: > This looks like a regression to me. See > > https://codereview.appspot.com/4176056/ (allow non numeric fingers (e.g. > for thumb)) > http://lil

Re: Thumb in fret-diagram

2015-05-03 Thread pls
This looks like a regression to me. See https://codereview.appspot.com/4176056/ (allow non numeric fingers (e.g. for thumb)) http://lilypond.org/doc/v2.19/input/regression/dd/lily-caf6e8f6.ly (the “P” is not printed) hth patrick On 03.05.2015, at 17:35, Stephen MacNeil wrote: > Hi Harm > Th

Re: Thumb in fret-diagram

2015-05-03 Thread Stephen MacNeil
Hi Harm Thanks for the reply This is the code and version \version "2.18.2" \markup \fill-line { \concat { { \override #'(size . .7)\override #'(fret-diagram-details . ((finger-code . below-string) (dot-radius . 0.35) (number-type . roman-lower) (finger-code . below-string) (fret-count .

Re: Thumb in fret-diagram

2015-05-03 Thread Thomas Morley
2015-05-03 16:26 GMT+02:00 Stephen MacNeil : > I found a way to do it. > > http://mglessons.com/lilypond/Score2.pdf > > but as I said i think this was added 4 years ago so if anyone has a proper > (faster way) that would be great. > > Thanks > Stephen Hi, this may or may not be due to issue 4120

Thumb in fret-diagram

2015-05-02 Thread Stephen MacNeil
Quick question how does one put a thumb in the fret-diagram fingering? apparently it was added 4 years ago but i can't seem to figure it out. I thought I could change mute string but it doesn't go below... that i can figure. My markup is \fret-diagram #"6-1;5-3-3;4-3-4;3-2-2;2-1-1;1-o;" Also i