lilypond-user
[Top][All Lists]
Advanced

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

Line spacing inside standalone markup


From: sdfgsdhdshd
Subject: Line spacing inside standalone markup
Date: Mon, 6 Oct 2008 06:40:53 -0700 (PDT)

i have a complex standalone markup (XP + 2.11.61). A reduced version is
below.
In the pdf file, lines #3 and #4 collide; i would like between them the same
space as between #1 and #2, or #4 and #5.

PS: merging the 2 columns into one with the six lines is not an option,
because in the real situation the 2 columns are more complex and very
different.


\markup \column
{
        \line
        {
                \column
                {
                        "Line #1"
                        "Line #2"
                        "Line #3"
                }
        }
        \line
        {
                \column
                {
                        "Line #4"
                        "Line #5"
                        "Line #6"
                }
        }
}


-- 
View this message in context: 
http://www.nabble.com/Line-spacing-inside-standalone-markup-tp19838156p19838156.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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