lilypond-user
[Top][All Lists]
Advanced

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

Re: problems with layout variables in 2.13.4


From: Marc Hohl
Subject: Re: problems with layout variables in 2.13.4
Date: Fri, 02 Oct 2009 17:37:22 +0200
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Federico Bruni schrieb:
Federico Bruni wrote:
Thanks to Francisco's link I managed to put the music in a markup block. Now I have problems with aligning text on the right. I've made several tries, but nothing is working as expected.

Any suggestion? (see example attached)


I've resolved the aligning problems (both vertically and horizontally).

But now I can't put the proper distance between the items of the legenda.
In fact, when I used just \score I could use after-title-spacing and before-title-spacing to put some space between the items of the list.

Now the \score(s) are inside a \markup block, so that does not work anymore.

How can I break a line in the \markup block?
I've tried an empty fill-line block, but does not work.

As far as I know, when you do something like

\markup {
 \fill-line { "foo" }
 \fill-line { "bar" }
}

then the "bar" part is shifted over the right page margin, so you don't see it - and has no effect on the vertical spacing. Try searching in the lsr for "vspace", then you'll find a suitable definition for a \vspace command that can be inserted where you want some vertical space; the amount
will be set as an argument, e.g.
\vspace #5

HTH

Marc
------------------------------------------------------------------------

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





reply via email to

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