Inhaltsverzeichniserzeugung geändert

This commit is contained in:
tux
2023-09-17 18:10:13 +02:00
parent 0433dd67a9
commit 52d5ca7fbb
2 changed files with 20 additions and 3 deletions

View File

@ -122,11 +122,28 @@ songPath = "../../lieder"
\indexSection #"X" \markup { "X" } \indexSection #"X" \markup { "X" }
\indexSection #"Y" \markup { "Y" } \indexSection #"Y" \markup { "Y" }
\indexSection #"Z" \markup { "Z" } \indexSection #"Z" \markup { "Z" }
\markuplist { \colindex } \markuplist {
\index-in-columns-with-title #'alphabetical \column {
\fontsize #5 \sans \bold \fill-line { \null "Inhaltsverzeichnis" \null }
\vspace #.5
\justify {
Da die allermeisten Lieder unter verschiedenen Namen bekannt sind,
wollen wir euch ein Inhaltsverzeichnis an die Hand geben, mit dem ihr hoffentlich auf verschiedene Arten fündig werdet.
Die Liedtitel, die auch die Überschriften sind, findet ihr normal gedruckt.
Alle weiteren Alternativtitel oder Liedanfänge sind zur Unterscheidung kursiv gedruckt.
}
\vspace #1
}
}
} }
\bookpart { \bookpart {
\markuplist { \categoryindex } \markuplist {
\index-in-columns-with-title #'categories \column {
\fontsize #5 \sans \bold \fill-line { \null "Inhaltsverzeichnis nach Kategorien" \null }
\vspace #1
}
}
} }
} }