Comment #24 on issue 4022 by [email protected]: Patch: Allow specifying different
alignment for grob and its parent
http://code.google.com/p/lilypond/issues/detail?id=4022
I think that parent-alignment-X = ##f should be strictly reserved for
letting the reference point (0) of the parent come through like it does for
InstrumentName.self-alignment-Y = ##f in incipits.
For LyricText I see two approaches: parent-alignment-X = #'() as an
indicator for shadowing self-alignment-X, or using a different callback for
offset-X altogether. The latter is apparently what we have as of 2.18.
At any rate, I am not convinced that the alignment parent is chosen
optimally in cases like
{ \override NoteHead.font-size = 8
<c cis ces d dis des> q q q
} \addlyrics {
\override LyricText.self-alignment-X = #LEFT
One
two
\override LyricText.self-alignment-X = #RIGHT
three
four
}
It would appear to me that the parent should not be a particular notehead
but more likely something comprising several of them. NoteColumn? Just
guessing here.
--
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