]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/toc-init.ly
New markup command : pattern
[lilypond.git] / ly / toc-init.ly
index 334c983d0b793d5fb81630658a3c6cd5f7b53749..488e22ba2a6eb823a43f048dac5bdcfef344abec 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.26"
+\version "2.12.0"
 
 %% defined later, in a closure
 #(define-public (add-toc-item! markup-symbol text)
   }
 }
 
+tocItemWithDotsMarkup = \markup \fill-with-pattern #1 #RIGHT .
+  \fromproperty #'toc:text \fromproperty #'toc:page
+
 #(define-markup-list-command (table-of-contents layout props) ()
-  "Outputs the table of contents, using the paper variable
+  ( _i "Outputs the table of contents, using the paper variable
 @code{tocTitleMarkup} for its title, then the list of lines
 built using the @code{tocItem} music function
-Usage: @code{\\markuplines \\table-of-contents}"
+Usage: @code{\\markuplines \\table-of-contents}" )
   (cons (interpret-markup layout props
                          (ly:output-def-lookup layout 'tocTitleMarkup))
        (space-lines (chain-assoc-get 'baseline-skip props)