lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Three-column Table of Contents


From: Adam M. Griggs
Subject: Three-column Table of Contents
Date: Mon, 5 Sep 2022 23:29:59 +0900

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

[Prev in Thread] Current Thread [Next in Thread]