Hi,

I'm beginning with 2.10: 3 voices + verses, and I'd like to keep the default distance between music and verse 1 but a shorter vertical spacing between the next lines of lyrics.

I found that
\layout  {
  \context {
    \Lyrics
    minimumVerticalExtent = #'(0 . 0)
  }
}

didn't do anything... but that

\layout  {
  \context {
    \Lyrics
      \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0)

  }
}

was 'working'.

Now, how do I keep the 'above default spacing' for the first verse?

--
Regards,

  Frédéric Moinard



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

Reply via email to