Comment #3 on issue 4036 by [email protected]: Patch: Revert "Issue 3978: Merge alignment cleanup"
http://code.google.com/p/lilypond/issues/detail?id=4036

The problem is evident in Self_alignment_interface::aligned_on_parent, which returns the value which will be used for 'X-offset.

Running the following example:

\version "2.19.11"

{
  \once\override DynamicText.self-alignment-X = #LEFT
  c'4\f
  \once\override DynamicText.self-alignment-X = #CENTER
  c'4\f
  \once\override DynamicText.self-alignment-X = #RIGHT
  c'4\f
  \once\override DynamicText.self-alignment-X = #20
  c'4\f
}

I get these values:

self-alignment-X: -1 return: 0
self-alignment-X: 20 return: 0.555194
self-alignment-X: 1 return: 0.0528756
self-alignment-X: 0 return: 0.0264378


--
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