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 [EMAIL PROTECTED] or [EMAIL PROTECTED]
_______________________________________________ bug-lilypond mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-lilypond