lilypond-user
[Top][All Lists]
Advanced

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

Re: Table of Contents


From: Timothy Lanfear
Subject: Re: Table of Contents
Date: Sat, 3 Mar 2018 15:14:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Are you willing to put the ToC in a separate bookpart?

\bookpart {
  \paper { print-page-number=##f line-width = 150\mm }
  \markuplist { \table-of-contents }
}


On 03/03/18 15:08, Noeck wrote:
Hi,

- How can I make it narrower? Or set left and right paper margins
specifically for that page? The 5 cm in the example are fine but the
next pages need smaller margins.
It feels a bit clumsy but this works:

   tocItemMarkup = \markup \fill-line {
     \fill-with-pattern #1.5 #RIGHT .
     \line { \hspace #20 \fromproperty #'toc:text \hspace #2 }
     \line { \fromproperty #'toc:page \hspace #20 }
   }

So I am still open for suggestions regarding a better table of contents,
but I can live with the above solution.


Cheers,
Joram

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


--
Timothy Lanfear, Bristol, UK.




reply via email to

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