lilypond-user
[Top][All Lists]
Advanced

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

Re: Centered text lines in markuplist


From: Pierre Perol-Schneider
Subject: Re: Centered text lines in markuplist
Date: Sun, 17 Jul 2016 11:19:56 +0200

Hi Andrew,

How about:

\version "2.19.45"

\markuplist {
  \fill-line {
    \override #'(line-width . 60)
    \justify {
      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus
      scelerisque justo ut posuere aliquam. Integer aliquet eu nunc a
      iaculis. In hac habitasse platea dictumst. Maecenas ornare leo non est
      hendrerit, ac ultricies justo porttitor. Nullam pulvinar mollis
      scelerisque. Pellentesque ut quam quis nibh laoreet consequat. Etiam vitae
      felis eu leo sodales vulputate.
    }
  }
}

Cheers,
Pierre

2016-07-17 11:07 GMT+02:00 Andrew Bernard <address@hidden>:
Hi Federico,

I would like it centred, not left offset - because you can not easily
get it centred this way except by trial and error, and even when it is
off a little bit the  eye notices it.

Also, this solution has the strange problem at the end, which makes it
not much good. Sorry!

Is there no command for centering in the justified mode? We need to
add one I think.

Andrew

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


reply via email to

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