Hi Fred,

> I would have preferred the latter, but it doesn’t seem possible to attach
> punctuation to a vcenter construction without playing merry hob with the
> spacing and alignment – but I suspect that I’ll be the only one to notice.

It is not too hard. You probably want to keep the lines right aligned to they 
align with the dot. Then concat them with a dot. Maybe add some manual spacing 
if needed. Like this:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.25.16"
\relative c' {
   c2 c c c c1 c2 c
}
\addlyrics {
   some words
   \markup \raise #0.5 \vcenter \override #'(baseline-skip . 2.5) \center-
column { I you }
   love
   \markup \concat {
     \raise #0.5 \vcenter \override #'(baseline-skip . 2.5) \right-column { 
you me }
     \hspace #0.2
     .
   }
   more words
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Cheers,
Tina

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to