]> git.donarmstrong.com Git - lilypond.git/commit
Grob alignment: get back 2.19.9 behaviour
authorJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sat, 9 Aug 2014 19:08:08 +0000 (21:08 +0200)
committerJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sat, 9 Aug 2014 19:22:28 +0000 (21:22 +0200)
commitd7b067b15ae975ee52f91bd674cc667baa09eb04
tree043f4ca18b133d2c62e3c3ee9cce21c2cb33400a
parent0c4f221e5d4656abd47f067907611df200fbfc20
Grob alignment: get back 2.19.9 behaviour

A series of commits

*   0bc7f77 Issue 3978: Merge alignment cleanup
|\
| * d6604b0 define-grobs.scm: reorder properties alphabetically
| * 6f3f8f0 TextScript, CombineTextScript: use aligned_on_parent
| * 1d76502 Replace XY-offset closures with aligned_on_parent where possible
| * 09412c2 Clean up DynamicText horizontal alignment.
|/

changed how some grobs (notably DynamicTexts) reacted to overriding
self-alignment-X property.  The new behaviour was confusing for some
users, so this commit gets back the old behaviour.  The possibility
of using separate alignment factors for grob and its parent, introduced
by previous commit (see Issue 4022), makes it possible to get pre-0bc7f77
behaviour just by changing default values of parent-alignment-*; leaving
up the possibility to easily change them in the future.

See http://lists.gnu.org/archive/html/lilypond-user/2014-07/msg00691.html
and https://code.google.com/p/lilypond/issues/detail?id=4036
for details.
scm/define-grobs.scm