lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

minimumVerticalExtent & minimum-Y-extent


From: Frédéric Moinard
Subject: minimumVerticalExtent & minimum-Y-extent
Date: Tue, 08 Apr 2008 10:12:32 +0400
User-agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]