lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical spacing of toplevel markups


From: Eluze
Subject: Re: Vertical spacing of toplevel markups
Date: Wed, 21 Nov 2012 08:21:57 -0800 (PST)

Wilbert Berendsen-6 wrote
> Dear friends,
> 
> I want to space text stanzas (as toplevel markups) evenly, whether they
> have 2, 4, 6 or more lines.
> 
> But it seems the vertical spacing of markups looks at the distance from
> the first line of every markup and not at the distance from the last
> line to the first of the next:

you can circumvent that problem with an additional column and a variable
spacing variable:

spaceX = \markup \vspace #.3
\markup {
  \column {
    \column {
      \spaceX
      \line { 1. hoi hoi }
    }
    \column {
      \spaceX
      \line { 2. hoi hoi }
      \line { hai hai }
    }
    \column {
      \spaceX
      \line { 3. hei hei }
      \line { no no }
    }
  }
}

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Vertical-spacing-of-toplevel-markups-tp136663p136664.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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