Compare commits
1 Commits
62251a0446
...
toc-Variab
Author | SHA1 | Date | |
---|---|---|---|
d5ecd49be8 |
@ -5,25 +5,10 @@
|
|||||||
"birth_year": "1950",
|
"birth_year": "1950",
|
||||||
"organization": "Bund der krassen Dudes"
|
"organization": "Bund der krassen Dudes"
|
||||||
},
|
},
|
||||||
|
|
||||||
"kumpel": {
|
"kumpel": {
|
||||||
"name": "Krasser Kumpel",
|
"name": "Krasser Kumpel",
|
||||||
"trail_name": "dudekumpel",
|
"trail_name": "dudekumpel",
|
||||||
"death_year": "2050",
|
"death_year": "2050",
|
||||||
"organization": "Bund der krassen Kumpels"
|
"organization": "Bund der krassen Kumpels"
|
||||||
},
|
|
||||||
|
|
||||||
"arlettgrygar": {
|
|
||||||
"name": "Arlett Grygar",
|
|
||||||
"trail_name": "",
|
|
||||||
"birth_year": "1992",
|
|
||||||
"organization": "BdP Stamm Goldener Reiter"
|
|
||||||
},
|
|
||||||
|
|
||||||
"tux": {
|
|
||||||
"name": "Christoph Wagner",
|
|
||||||
"trail_name": "tux",
|
|
||||||
"birth_year": "1985",
|
|
||||||
"organization": "BdP Stamm Goldener Reiter"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -145,7 +145,6 @@ TEXT = \markuplist
|
|||||||
\\repStart deswegen \\concat{ \\underline { wer } den } die hier mittels \\bold { nochordverse } automatisch
|
\\repStart deswegen \\concat{ \\underline { wer } den } die hier mittels \\bold { nochordverse } automatisch
|
||||||
entfernt! \\repStop"
|
entfernt! \\repStop"
|
||||||
}
|
}
|
||||||
|
|
||||||
\group-verses {
|
\group-verses {
|
||||||
\vspace #5
|
\vspace #5
|
||||||
|
|
||||||
@ -168,7 +167,6 @@ TEXT = \markuplist
|
|||||||
Anführungszeichen sind so „ und so “"
|
Anführungszeichen sind so „ und so “"
|
||||||
}
|
}
|
||||||
\override #'(verse-cols . 2) %Spalten
|
\override #'(verse-cols . 2) %Spalten
|
||||||
%\override #'(verse-ordering-horizontal . #t) % Verse horizontal fortlaufend anordnen
|
|
||||||
% \override #'(verse-hspace . -5) %Abstand zwischen Spalten geringer
|
% \override #'(verse-hspace . -5) %Abstand zwischen Spalten geringer
|
||||||
%\translate #'(2 . 0) %das nächste was er printed, printed er nicht dahin wo es eigentlich hinkommt sondern verschiebt es um (x.y)
|
%\translate #'(2 . 0) %das nächste was er printed, printed er nicht dahin wo es eigentlich hinkommt sondern verschiebt es um (x.y)
|
||||||
\group-verses {
|
\group-verses {
|
||||||
@ -200,12 +198,6 @@ TEXT = \markuplist
|
|||||||
\BRIDGE
|
\BRIDGE
|
||||||
\layout { \generalLayout }
|
\layout { \generalLayout }
|
||||||
}
|
}
|
||||||
\chordverse #""
|
|
||||||
#"(,\\repeats-around-chords { a:m c } d)"
|
|
||||||
\score {
|
|
||||||
\chords { \repeats-around-chords { a4:m c } d }
|
|
||||||
\layout { \generalLayout }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
\fret-chord #"x;2;4;4;4;o;" #"h:1.3.5.11"
|
\fret-chord #"x;2;4;4;4;o;" #"h:1.3.5.11"
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,7 @@ c1 a' fis'
|
|||||||
Bass = \relative c {
|
Bass = \relative c {
|
||||||
\global
|
\global
|
||||||
\clef bass
|
\clef bass
|
||||||
e, g' c
|
g g' c
|
||||||
}
|
}
|
||||||
|
|
||||||
MUSIC = {
|
MUSIC = {
|
||||||
|
@ -122,28 +122,11 @@ 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 {
|
\markuplist { \colindex }
|
||||||
\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 {
|
\markuplist { \categoryindex }
|
||||||
\index-in-columns-with-title #'categories \column {
|
|
||||||
\fontsize #5 \sans \bold \fill-line { \null "Inhaltsverzeichnis nach Kategorien" \null }
|
|
||||||
\vspace #1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Submodule lilypond-common-includes updated: bedb2c0e22...55db0e0e31
11
lilypond-custom-includes/toc_config.ly
Normal file
11
lilypond-custom-includes/toc_config.ly
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
tocSubtitleText = \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
|
||||||
|
}
|
Reference in New Issue
Block a user