Hello list,

Please consider the following:

\version "2.23.12"
>
> \markup
> \center-column
> {
> \huge
> \column {
> \fill-line { "Table of Contents" }
> \null
> }
> \overlay
> {
> \center-column
> {
> \override #'(line-width . 50) \fill-with-pattern #1 #RIGHT . "" ""
> \override #'(line-width . 50) \fill-with-pattern #1 #RIGHT . "" ""
> \override #'(line-width . 50) \fill-with-pattern #1 #RIGHT . "" ""
> \override #'(line-width . 50) \fill-with-pattern #1 #RIGHT . "" ""
> \override #'(line-width . 50) \fill-with-pattern #1 #RIGHT . "" ""
> ". . ."
> ". . ."
> \override #'(line-width . 50) \fill-with-pattern #1 #RIGHT . "" ""
> }
> \line
> {
> \column
> \override #'(thickness . 2)
> \whiteout
> { "Piece I" "Piece I" "Piece II" "Piece II" "Piece II" \null \null "Piece
> XXVI" }
> \hspace #2
> \column
> \override #'(thickness . 2)
> \whiteout
> {
> "SSAA" "SATB" "SSAA" "SATB" "TTBB" \null \null "SSAATTBB"
> }
> \hspace #18
> \right-column
> \override #'(thickness . 2)
> \whiteout
> {
> "2" "8" "14" "22" "30" \null \null "345"
> }
> }
> }
> }


Given this rough mockup of the wanted end result, is it possible for me to
automatically generate such a ToC?

Thank you.

Reply via email to