Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_17_6
Comment #7 on issue 2898 by [email protected]: Patch: Fix unproper nesting of
various property overrides
http://code.google.com/p/lilypond/issues/detail?id=2898
Pushed to staging as
commit f390a74b5109a9ceb2af0e0447d931a9f9f38892
Author: David Kastrup <[email protected]>
Date: Sat Oct 13 18:01:51 2012 +0200
Fix unproper nesting of various property overrides
Due to the unavailability of \temporary\override, \acciaccatura and
\slashedGrace had been losing any previous setting of
Flag.stroke-style.
\crossStaff had been losing the previous setting of Flag.style.
\harmonicByFret and \harmonicDots had been losing the previous setting
of TabNoteHead.stencil, NoteHead.Y-extent and NoteHead.stencil.
\temporary\override is employed in this patch for fixing those
shortcomings.