On 10 April 2011 06:40, Michael Dykes <thedoctor81...@gmail.com> wrote:
>
> I have read this - well most of this section before, but when I try it I
> still get the same results. Perhaps someone could help me out a little,
> please?

Normally

  \new Lyrics \with {
    \override VerticalAxisGroup #'staff-affinity = #CENTER
  }

should do the trick.
But the result does not appear centered in this case.  I suspect it is
due to the fact that you have a voice with stems up in the lower staff
(Tenor) and no voice with stems down in the upper staff (Alto).

So in this case I would "simply" increase the minimum distance between
the Lyrics and the related Staff (upper staff).

  \new Lyrics \with {
    \override VerticalAxisGroup #'nonstaff-relatedstaff-spacing
      #'minimum-distance = #6
  }

HTH.

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to