lilypond-user
[Top][All Lists]
Advanced

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

Re: \fill-line with markuplist?


From: Thomas Morley
Subject: Re: \fill-line with markuplist?
Date: Mon, 8 Oct 2012 14:11:40 +0200

2012/10/8 Thomas Morley <address@hidden>:
> Hi,
>
> perhaps I'm overlooking sth simple.
> I want to have a centered "table-of-content" with a smaller line-width.
>
> \markuplines  {
>           \override-lines #'(line-width . 80)
>           \table-of-contents
> }

Sorry, messed up the versions, should be:
\markuplist  {
          \override-lines #'(line-width . 90)
          \table-of-contents
}

>
> works, but isn't centered.
>
> Example:
>
> \version "2.16.0"
>
> \markuplist
>     \override-lines #'(line-width . 50)
>       \justified-lines {
>         Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
>         do eiusmod tempor incididunt ut labore et dolore magna aliqua.
>         Ut enim ad minim veniam, quis nostrud exercitation ullamco
>         laboris nisi ut aliquip ex ea commodo consequat.
>       }
>
> Seems I can't use \fill-line as in a simple markup:
>
> \markup
>   \fill-line {
>     \override #'(line-width . 50)
>      \justify {
>         Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
>         do eiusmod tempor incididunt ut labore et dolore magna aliqua.
>         Ut enim ad minim veniam, quis nostrud exercitation ullamco
>         laboris nisi ut aliquip ex ea commodo consequat.
>      }
>   }
>
> Is there any default-command I'm missing?
>
>
> Regards,
>   Harm



reply via email to

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