X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Finput.itely;h=131b445f1ad80986298ad07090e43f1344bd429c;hb=6a4a699484ac521b9d0249623e1028e56f2c938a;hp=dea1e53f7430e035172fe10f940bf8ece45c2b31;hpb=f1db968ef4bcb044543576e3bb9e430525a89fcf;p=lilypond.git diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index dea1e53f74..131b445f1a 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -957,6 +957,22 @@ tocAct = } @end lilypond +Dots can be added to fill the line between an item and its page number: + +@lilypond[verbatim,quote] +\header { tagline = ##f } +\paper { + tocItemMarkup = \tocItemWithDotsMarkup +} + +\book { + \markuplines \table-of-contents + \tocItem \markup { Allegro } + \tocItem \markup { Largo } + \markup \null +} +@end lilypond + @seealso Init files: @file{../ly/toc-init.ly}.