Il giorno dom, 17/04/2011 alle 16.58 +0200, Patrick Schmidt ha scritto:
> In December 2010 I made a draft that contained the necessary changes.
> See
> http://codereview.appspot.com/3590041/diff/11001/ly/property-init.ly
> I probably simply forgot to add these changes to the final draft of
> the patch harmonics and slides (issue 3590041). Feel free to add these
> two lines to /ly/property-init.ly and make a patch. 

Here's the patch attached.
Can anyone check and push it?

BTW, I've just realized that issue 1459 doesn't happen when using
\tabFullNotation.
Maybe it's a good hint for fixing it?

http://code.google.com/p/lilypond/issues/detail?id=1459 
>From cf502c4307263fd2b09d0e098a169d108d98328c Mon Sep 17 00:00:00 2001
From: Federico Bruni <fedel...@gmail.com>
Date: Mon, 18 Apr 2011 09:03:25 +0200
Subject: [PATCH] hideNotes should hide also TabNoteHead in TabStaff

---
 ly/property-init.ly |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ly/property-init.ly b/ly/property-init.ly
index 2e29335..0f043bf 100644
--- a/ly/property-init.ly
+++ b/ly/property-init.ly
@@ -235,6 +235,7 @@ hideNotes = {
   \override Stem #'transparent = ##t
   \override Beam #'transparent = ##t
   \override Accidental #'transparent = ##t
+  \override TabNoteHead #'transparent = ##t
 }
 unHideNotes = {
   \revert Accidental #'transparent
@@ -243,6 +244,7 @@ unHideNotes = {
   \revert NoteHead #'transparent
   \revert NoteHead #'no-ledgers
   \revert Dots #'transparent
+  \revert TabNoteHead #'transparent
 }
 
 
-- 
1.7.4.1

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to