[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issues with Embedding Long LilyPond Scores in LaTeX
From: |
Werner LEMBERG |
Subject: |
Re: Issues with Embedding Long LilyPond Scores in LaTeX |
Date: |
Mon, 12 Aug 2024 20:28:10 +0000 (UTC) |
Glad that you could identify and fix the problem.
> Now, my challenge is how to retain the numbering and indexing of
> these scores in the document without treating them as figures. I
> want to be able to cross-reference the scores within the text and
> have them appear in the table of contents under their respective
> section.
This is a LaTeX question. The standard mechanism is to use `\label`
and `\ref` (or `\pageref`) for cross-references. Similar commands
exist (for example, `\addcontentsline`) to add entries to the table of
contents. Just add such comments right before a LilyPond environment.
Werner