lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3296 in lilypond: Patch: Move Tweak_engraver to Sc


From: lilypond
Subject: [Lilypond-auto] Issue 3296 in lilypond: Patch: Move Tweak_engraver to Score level
Date: Thu, 04 Apr 2013 09:59:35 +0000

Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new

New issue 3296 by address@hidden: Patch: Move Tweak_engraver to Score level
http://code.google.com/p/lilypond/issues/detail?id=3296

Move Tweak_engraver to Score level

This makes it possible to tweak items announced at Score level, like
MetronomeMark and RehearsalMark.

The advantage is that tweaks will be applied once regardless of the
context structure (the Score context should exist only once).

Due to the hierarchical nature of acknowledgers, acknowledgers in
lower contexts will now get to see the grobs before tweaks have been
applied.  However, grobs are still unfinished (except for type,
properties initialized via context properties and cause) at the time
they are announced, with other details only getting filled in by the
engraver after announcement, so the potential for trouble seems low.
Acknowledgers should usually just register a grob (or write grob data)
with any actual reading of grob data occurring at the end of the
timestep instead.

http://codereview.appspot.com/8340044

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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