[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Custom page numbers in table of contents
From: |
Hwaen Ch'uqi |
Subject: |
Re: Custom page numbers in table of contents |
Date: |
Sat, 7 Nov 2020 06:51:08 -0500 |
Ah, I see what Noah means. The code quoted is not misleading, but
neither is it practical. It is meant to demonstrate a specific point,
not to show a real-world example. Not sure if there is anything to be
done about that on the documentation side, but the confusion is
certainly understandable.
Hwaen Ch'uqi
On 11/6/20, Jon Arnold <jonarnoldsemail@gmail.com> wrote:
> No need to be sorry! Glad we could figure out the problem.
>
> On Fri, Nov 6, 2020, 1:39 PM Noah Landis <noahlandis@posteo.net> wrote:
>
>> > The tocitem needs to go right above or in each score block. You've put
>> them
>> > on the same page as your table of contents, which is why they're
>> displaying
>> > the same page number.
>> Oh man, sorry for all that then. I more or less just copied a snippet
>> from the manual; more specifically this one:
>>
>> \book {
>> \markuplist \table-of-contents
>> \tocItem \markup { Allegro }
>> \tocItem \markup { Largo }
>> \markup \null
>> }
>>
>