Compare commits
2 Commits
neue_vorla
...
main
Author | SHA1 | Date | |
---|---|---|---|
0be5d4df0f | |||
e326b382c7 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
*.ps
|
||||
*.midi
|
||||
*.mid
|
||||
*.csv
|
||||
*.log
|
||||
*~
|
||||
|
||||
|
@ -18,7 +18,7 @@ HEADER = \bookpart {
|
||||
|
||||
\header {
|
||||
title = "Liedtitel"
|
||||
alttitle = "Alternativtitel"
|
||||
alttitle = #'("Alttitle A" "Alttitle B")
|
||||
titlesize = 11
|
||||
titletopspace = 2
|
||||
authors = #'(
|
||||
|
@ -15,7 +15,7 @@ songPath = "../../lieder"
|
||||
|
||||
%Liedteil -> hier werden alle Lieder inkludiert
|
||||
%Reihenfolge im Liederbuch: Von oben nach unten
|
||||
\includeSong "sandbox"
|
||||
%\includeSong "sandbox"
|
||||
\includeSong "vorlage"
|
||||
\blankpage
|
||||
\includeSong "vorlage_light"
|
||||
@ -81,7 +81,9 @@ songPath = "../../lieder"
|
||||
% Seite
|
||||
\bookpart {
|
||||
\paper { print-page-number = ##f }
|
||||
\markup { \vspace #2 \fill-line { \null
|
||||
\markup {
|
||||
\title-to-pdf-toc "Vorwort"
|
||||
\vspace #2 \fill-line { \null
|
||||
\override #'(font-name . "Old Standard TT") \fontsize #0.5 \override #'(line-width . 115) \left-column { \justify-string #"
|
||||
Hier steht lustiger Text"
|
||||
" "
|
||||
@ -100,6 +102,7 @@ songPath = "../../lieder"
|
||||
\bookpart {
|
||||
\markuplist {
|
||||
\index-in-columns-with-title #'categories \column {
|
||||
\title-to-pdf-toc "Kategorienverzeichnis"
|
||||
\fontsize #5 \sans \bold \fill-line { \null "Inhaltsverzeichnis nach Kategorien" \null }
|
||||
\vspace #1
|
||||
}
|
||||
@ -109,7 +112,8 @@ songPath = "../../lieder"
|
||||
\bookpart {
|
||||
\markuplist {
|
||||
\index-in-columns-with-title #'authors \column {
|
||||
\fontsize #5 \sans \bold \fill-line { \null "Autorenverzeichnis" \null }
|
||||
\title-to-pdf-toc "Autor*innenverzeichnis"
|
||||
\fontsize #5 \sans \bold \fill-line { \null "Autor*innenverzeichnis" \null }
|
||||
\vspace #1
|
||||
}
|
||||
}
|
||||
@ -145,6 +149,7 @@ songPath = "../../lieder"
|
||||
\indexSection #"Z" \markup { "Z" }
|
||||
\markuplist {
|
||||
\index-in-columns-with-title #'alphabetical \column {
|
||||
\title-to-pdf-toc "Inhaltsverzeichnis"
|
||||
\fontsize #5 \sans \bold \fill-line { \null "Inhaltsverzeichnis" \null }
|
||||
\vspace #.5
|
||||
\justify {
|
||||
@ -155,7 +160,7 @@ songPath = "../../lieder"
|
||||
}
|
||||
\vspace #1
|
||||
}
|
||||
\write-toc-csv
|
||||
%\write-toc-csv
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user