| Commit message (Expand) | Author | Age | Files | Lines |
* | Add feature to link to a particular page or a page containing a given label...The main part of this patch was done by Dan Eble and posted to the
lilypond-devel mailinglist on December 27, 2010.
Like \with-url, this works only with the PDF backend.
-) Add markup functions \with-link (links to the page containing the
given label) and \page-link (links to the given page number)
-) Internally, they are handled like the \with-url markup function,
creating a pdfmark in the .ps file that creates the link in the
PDF file.
-) Add links to the pages for all TOC entries.
| Reinhold Kainhofer | 2011-04-15 | 1 | -1/+2 |
* | Update .ly files. | Neil Puttock | 2008-12-24 | 1 | -1/+1 |
* | Run convert-ly on input/lsr and input/regression | Carl Sorensen | 2008-07-05 | 1 | -1/+1 |
* | Automatic table of contents:... - markups used for building the table of contents (its title, the
text/page-number lines) are defined as \paper variables, like the
titling markups;
- A music function is defined to place a label and push a (label
paper-markup-variable text-markup) element to a list of toc items;
- a \table-of-contents markup list command reads this toc items list to
generate the table of contents.
| Nicolas Sceaux | 2007-06-17 | 1 | -0/+29 |