| Re: [tablatures] tie bug in 2.13.10? | 
[ Thread Index | 
Date Index
| More lilynet.net/tablatures Archives
] 
- To: Federico Bruni <brunology@xxxxxxx>
 
- Subject: Re: [tablatures] tie bug in 2.13.10?
 
- From: Marc Hohl <marc@xxxxxxxxxx>
 
- Date: Tue, 12 Jan 2010 17:41:06 +0100
 
- Cc: Trevor Daniels <t.daniels@xxxxxxxxxxx>, tablatures@xxxxxxxxxxx
 
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1263314467; l=884;	s=domk; d=hohlart.de;	h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:	Subject:CC:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH;	bh=ljWrGZy9QSBdzJ9HMkM55et4ZOA=;	b=uBjH3vqaE3U1ITkrO2sp1Gy6S/AcZZu+BUSvu4JQU+1o0jfvLXXM3+t/7xwyysYmQlT	bD+SYUXGIYjdK9GtA/ztFMIGnIven77WeldH5NLkSY1P4gTflIRRDOnov65qWHH4azwu0	H7KJbzuSk2ft5wne9DofVXdV9y5nIcGdGq8=
 
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