lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4036 in lilypond: Patch: Revert "Issue 3978: M


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4036 in lilypond: Patch: Revert "Issue 3978: Merge alignment cleanup"
Date: Mon, 28 Jul 2014 16:29:44 +0000


Comment #3 on issue 4036 by address@hidden: 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

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