Re: [tablatures] tie bug in 2.13.10?

[ Thread Index | Date Index | More lilynet.net/tablatures Archives ]


Federico Bruni schrieb:
Il 03/01/2010 00:25, Trevor Daniels ha scritto:
It was caused by my changes.  Sorry :(
I've just pushed a fix.

Hi Federico,

Trevor has enabled a whiteout property, which has to be set to #f,
so every appearance of

\once \override TabNoteHead #'transparent = ##t

should be followed by

\once \override TabNoteHead #'whiteout = ##f

in white-tabhead.ly

and every

(ly:grob-set-property! right-tab-note-head 'transparent #t)

should be followed by

(ly:grob-set-property! right-tab-note-head 'whiteout #f)

in bend.ly.

HTH

Marc




I've compiled 2.13.11 from Git right now.
The bug is gone, but it's still there if I use bend.ly and a command created to hide notes and fret numbers. (see attached file)

Can you fix it as well?
Or should I change something in my input?

Thanks,
Federico




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/