Re: bending: microtone TabNoteHeaded printed if in a chord

2016-06-21 Thread David Wright
On Tue 21 Jun 2016 at 15:59:04 (-0400), Stephen MacNeil wrote: > Thanks Harm :) > > just a note on your comment > > >>It's not hard to get and use a devel-version ;) > >>I can't recommend to grab the code and patch v2.18.2 with it... > > Well it depends on your operating system! I would say that

Re: bending: microtone TabNoteHeaded printed if in a chord

2016-06-21 Thread Stephen MacNeil
Thanks Harm :) just a note on your comment >>It's not hard to get and use a devel-version ;) >>I can't recommend to grab the code and patch v2.18.2 with it... Well it depends on your operating system! I would say that for me it is extremely hard. I compile my box from source using LFS as a base,

Re: bending: microtone TabNoteHeaded printed if in a chord

2016-06-21 Thread Thomas Morley
2016-06-21 10:54 GMT+02:00 Federico Bruni : > Il giorno mar 21 giu 2016 alle 3:36, Stephen MacNeil > ha scritto: > > Nice work to those that got the "microtones" working. > > > You must thank Harm: > https://sourceforge.net/p/testlilyissues/issues/4643/ It's current state was reached with https:/

Re: bending: microtone TabNoteHeaded printed if in a chord

2016-06-20 Thread Federico Bruni
Il giorno lun 20 giu 2016 alle 20:28, Federico Bruni ha scritto: If I copy your file to my git repository (to see the differences), I see a lot of "garbage". Don't know where it comes from... Would you mind sending a .diff file against the file I sent in this thread? I mean, it's just this, r

Re: bending: microtone TabNoteHeaded printed if in a chord

2016-06-20 Thread Federico Bruni
Il giorno lun 20 giu 2016 alle 11:50, Thomas Morley ha scritto: Hi Federico, 2016-06-20 9:28 GMT+02:00 Federico Bruni : Why is the TabNoteHead printed in the attached example? It happens only when using a chord. in `slur::draw-bend-arrow' there's the line (ly:grob-set-property! right-tab-n

Re: bending: microtone TabNoteHeaded printed if in a chord

2016-06-20 Thread Thomas Morley
Hi Federico, 2016-06-20 9:28 GMT+02:00 Federico Bruni : > Why is the TabNoteHead printed in the attached example? > It happens only when using a chord. in `slur::draw-bend-arrow' there's the line (ly:grob-set-property! right-tab-note-head 'transparent #t) If you look at how right-tab-note-head is

Re: bending: microtone TabNoteHeaded printed if in a chord

2016-06-20 Thread David Kastrup
Federico Bruni writes: > Why is the TabNoteHead printed in the attached example? > It happens only when using a chord. That one's over my head without investing some time so I'll wait to see whether it's obvious to the authors first. > A related question: if this is not a bug and I'm forced to

bending: microtone TabNoteHeaded printed if in a chord

2016-06-20 Thread Federico Bruni
Why is the TabNoteHead printed in the attached example? It happens only when using a chord. A related question: if this is not a bug and I'm forced to tweak the transparency of the TabNoteHead, how can I save the tweak in a variable? I think that it's not possible and I should use a function i