Comment #25 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

@David (comment 24): this is actually a feature, see issue 2245. And (suprise! ;P) the behaviour can be changed using X-align-on-main-noteheads:

{ \override NoteHead.font-size = 8
  <c cis ces d dis des> q q q
} \addlyrics {
  \override LyricText.X-align-on-main-noteheads = ##f
  \override LyricText.self-alignment-X = #LEFT
  One
  two
  \override LyricText.self-alignment-X = #RIGHT
  three
  four
}


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