bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\hideNotes hides accidentals in all voices


From: Christian Hitz
Subject: \hideNotes hides accidentals in all voices
Date: Tue, 17 Aug 2004 08:51:09 +0200

Hi list,

i found this small bug. The patch is against the current cvs.

Christian

\version "2.3.11"

%
% \hideNotes hides accidentials in all voices. In this example the ges in the
% first voice has no flat.
%
% Workaround: use s notes instead of \hideNotes. Drawback: dynamics will collide
% with the slur.
%
\book{
    \score {
        \relative c'' {
            <<
                { \oneVoice g1( ges) } \\
                { \hideNotes g1 g2..\mp\< g16\f\! \unHideNotes }
            >>
        }
        \paper{}
    }
}



Index: property-init.ly
===================================================================
RCS file: /cvsroot/lilypond/lilypond/ly/property-init.ly,v
retrieving revision 1.56
diff -u -r1.56 property-init.ly
--- property-init.ly    1 Aug 2004 11:04:13 -0000       1.56
+++ property-init.ly    7 Aug 2004 14:48:42 -0000
@@ -160,7 +160,7 @@
     \override NoteHead  #'transparent = ##t
     \override Stem  #'transparent = ##t
     \override Beam  #'transparent = ##t
-    \override Staff.Accidental  #'transparent = ##t
+    \override Accidental  #'transparent = ##t
 }



--
Christian Hitz
Unterehrendingen, Switzerland
address@hidden     or     address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]