Re: Center Table-of-Contents

2022-03-13 Thread Aron Hanowski
Hello Valentin, Jean and Thomas, many thanks. I'll definitely have a look at all these solutions. Greetings Aron On 13.03.2022 14:28, Jean Abou Samra wrote: Le 13/03/2022 à 14:21, Thomas Morley a écrit : Am So., 13. März 2022 um 12:32 Uhr schrieb Valentin Petzel : usually centering markups

Re: Center Table-of-Contents

2022-03-13 Thread Jean Abou Samra
Le 13/03/2022 à 14:21, Thomas Morley a écrit : Am So., 13. März 2022 um 12:32 Uhr schrieb Valentin Petzel : usually centering markups can be done like this: [...] \markup \fill-line { \override #'(line-width . 60) \column \table-of-contents } [...] This will work, unles

Re: Center Table-of-Contents

2022-03-13 Thread Thomas Morley
Am So., 13. März 2022 um 12:32 Uhr schrieb Valentin Petzel : > > usually centering markups can be done like this: > [...] > \markup \fill-line { > \override #'(line-width . 60) > \column > \table-of-contents > } [...] This will work, unless the TOC will exceed one page. Probably:

Re: Center Table-of-Contents

2022-03-13 Thread Valentin Petzel
Hello Aron, usually centering markups can be done like this: %%% SNIPPET STARTS \version "2.23.6" \paper { tocItemMarkup = \tocItemWithDotsMarkup } \markup { \draw-hline } \markup \fill-line { \override #'(line-width . 60) \column \table-of-contents } \markup { \draw-hline } \