Compare commits

..

6 Commits

Author SHA1 Message Date
62251a0446 Merge branch 'main' of https://git.zahlenlabyrinth.de/boernel/lilypond-vorlagen 2023-10-28 14:57:11 +02:00
e0943edba6 Vorlage Satz
2 autoren hinzugefügt
2023-10-28 14:57:05 +02:00
tux
6996520f1d update submodule 2023-10-28 09:35:23 +02:00
tux
0e31ca7d13 Strophensortierung verbessert 2023-09-25 01:40:26 +02:00
tux
3701e64a17 repeats around chords in 2 Varianten 2023-09-18 18:08:56 +02:00
tux
52d5ca7fbb Inhaltsverzeichniserzeugung geändert 2023-09-17 18:10:13 +02:00
6 changed files with 44 additions and 15 deletions

View File

@ -5,10 +5,25 @@
"birth_year": "1950",
"organization": "Bund der krassen Dudes"
},
"kumpel": {
"name": "Krasser Kumpel",
"trail_name": "dudekumpel",
"death_year": "2050",
"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"
}
}

View File

@ -145,6 +145,7 @@ TEXT = \markuplist
\\repStart deswegen \\concat{ \\underline { wer } den } die hier mittels \\bold { nochordverse } automatisch
entfernt! \\repStop"
}
\group-verses {
\vspace #5
@ -167,6 +168,7 @@ TEXT = \markuplist
Anführungszeichen sind so „ und so “"
}
\override #'(verse-cols . 2) %Spalten
%\override #'(verse-ordering-horizontal . #t) % Verse horizontal fortlaufend anordnen
% \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)
\group-verses {
@ -198,6 +200,12 @@ TEXT = \markuplist
\BRIDGE
\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"
}

View File

@ -51,7 +51,7 @@ c1 a' fis'
Bass = \relative c {
\global
\clef bass
g g' c
e, g' c
}
MUSIC = {

View File

@ -122,11 +122,28 @@ songPath = "../../lieder"
\indexSection #"X" \markup { "X" }
\indexSection #"Y" \markup { "Y" }
\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 {
\markuplist { \categoryindex }
\markuplist {
\index-in-columns-with-title #'categories \column {
\fontsize #5 \sans \bold \fill-line { \null "Inhaltsverzeichnis nach Kategorien" \null }
\vspace #1
}
}
}
}

View File

@ -1,11 +0,0 @@
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
}