Compare commits
1 Commits
main
...
tocSubtitl
Author | SHA1 | Date | |
---|---|---|---|
|
db57e6d5c4 |
@ -1,3 +1,5 @@
|
||||
\include "../lilypond-custom-includes/toc_config.ly"
|
||||
|
||||
% embed all category images in postscript once
|
||||
#(define-markup-list-command (embed-category-images layout props)()
|
||||
(map (lambda (category)
|
||||
@ -171,17 +173,7 @@
|
||||
(cdr revlist)))))))))
|
||||
|
||||
\paper {
|
||||
indexTitleMarkup = \markup \column {
|
||||
\fontsize #5 \sans \bold \fill-line { \null \fromproperty #'index:text \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
|
||||
}
|
||||
indexTitleMarkup = \tocSubtitleText
|
||||
categoryTitleMarkup = \markup \column {
|
||||
\fontsize #5 \sans \bold \fill-line { \null \fromproperty #'index:text \null }
|
||||
\vspace #1
|
||||
|
Loading…
Reference in New Issue
Block a user