lilypond-user
[Top][All Lists]
Advanced

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

Re: Formatting long footnotes


From: Gilberto Agostinho
Subject: Re: Formatting long footnotes
Date: Tue, 17 Sep 2013 04:42:42 +0200

Yep, that simple and it works perfectly. Thanks a lot Thomas :)

Take care,
Gilberto


On Tue, Sep 17, 2013 at 4:02 AM, Thomas Morley <address@hidden> wrote:
2013/9/17 Gilberto Agostinho <address@hidden>:
> Hi all,
>
> I have yet one more question: when writing a long footnote, the text is not
> breaking into several lines or respecting the margin limits. I would love to
> have it set to justified alignment as well, if that is possible.
>
> Here is a tiny example:
>
> \version "2.17.25"
>
> {
>
>   \footnote #'(-1 . 1)
>
>     \markup{Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut eget
> ante venenatis mi consectetur ornare. Cras facilisis dictum venenatis.
> Donec.}
>
>   a'4 b' c'' d''
>
> }
>
>
> Thanks a lot!
> Gilberto Agostinho


Hi,

I'd use
\markup \justify { ... }
or
\markup \wordwrap { ... }

Cheers,
  Harm


reply via email to

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