Re: Is there a way to circle around tab numbers?

2017-09-10 Thread Devin Ulibarri
Thomas Morley: > The first code simplifies the one you've found already and works as > you want, but the circle has a variable radius depending on the > stencil. > If you're fine with it, great. Otherwise use the second coding where > the circle has a static radius. This is exactly what I am

Re: Is there a way to circle around tab numbers?

2017-09-10 Thread Thomas Morley
2017-09-09 16:41 GMT+02:00 Devin Ulibarri : > Stephen MacNeil: >> you could just change it to tab > > Thanks, this is helpful. > > If possible, I would like some more information about how to tweak the > output. > > * Is it possible to make the space within the circle

Re: Is there a way to circle around tab numbers?

2017-09-10 Thread Stephen MacNeil
sorry I don't use tab and am not on lilypond that much because of my work schedule. It shouldn't be that hard .. I suspect you are trying to mimic guitar world notation or the like. If you still have problems let me know and when I have a chance I will look at it. On Sat, Sep 9, 2017 at 10:41 AM,

Re: Is there a way to circle around tab numbers?

2017-09-09 Thread Devin Ulibarri
Stephen MacNeil: > you could just change it to tab Thanks, this is helpful. If possible, I would like some more information about how to tweak the output. * Is it possible to make the space within the circle opaque, but without hiding the number (just hiding the tab line)? If so, how is this

Re: Is there a way to circle around tab numbers?

2017-09-08 Thread Stephen MacNeil
you could just change it to tab circle = \once \override TabNoteHead.stencil = #(lambda (grob) (let* ((note (tab-note-head::print grob)) (combo-stencil (ly:stencil-add note (circle-stencil note 0.1 0.8 (ly:make-stencil (ly:stencil-expr combo-stencil) (ly:stencil-extent note X)

Is there a way to circle around tab numbers?

2017-09-08 Thread Devin Ulibarri
Hi all, I see that there is a way to circle around note heads, but I would like to circle around fret numbers. Ultimately, I would like the string line to be hidden from the space within the circle as well to emphasize the number. I want to use this for pedagogical reasons. (If this description