Comment #2 on issue 3254 by [email protected]: Patch: don't abort
aligning when grob's parent is a PaperColumn
http://code.google.com/p/lilypond/issues/detail?id=3254
% some code for testing:
\markup "associated lyrics:"
{ c'2 c' d' d' }
\addlyrics { foo bar la mmm }
\markup "unassociated lyrics:"
<<
{ c'2 c' d' d' e'1 }
\new Lyrics { \lyricmode { foo2 bar __ la mmm } }
\markup "associated lyrics:"
{ c'2 c' d' d' }
\addlyrics {
\override LyricText #'self-alignment-X = #RIGHT
foo bar la mmm
}
\markup "unassociated lyrics:"
<<
{ c'2 c' d' d' }
\new Lyrics {
\lyricmode {
\override LyricText #'self-alignment-X = #RIGHT
foo2 bar la mmm
}
}
<<
{ c'4 d'2 e'4 }
\new Lyrics \lyricmode { \skip 4 lal4 lil4 }
--
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