Autoren können jetzt aus Autorenverzeichnis geladen und automatisch angezeigt werden

This commit is contained in:
tux 2023-08-11 16:31:29 +02:00
parent ad699f1da6
commit 27f581f26b
6 changed files with 27 additions and 10 deletions

View File

@ -16,8 +16,8 @@ HEADER = \bookpart {
alttitle = "Alternativtitel" alttitle = "Alternativtitel"
titlesize = 11 titlesize = 11
titletopspace = 2 titletopspace = 2
poet = "Worte: Christoph Wagner(tux), (198520xx) oder (*1985), BdP Stamm Goldener Reiter, 2013" poetId = #'dude
composer = "Weise: Christoph" composerId = #'dude
copyright = "Fumpeverlag" copyright = "Fumpeverlag"
categories = "see" categories = "see"
songinfo = "Hintergrund songinfo = "Hintergrund

View File

@ -5,8 +5,8 @@
HEADER = \bookpart { HEADER = \bookpart {
\header { \header {
title = "Titel" title = "Titel"
poet = "Worte:" poetId = #'dude
composer = "Weise:" composerId = #'kumpel
categories = "" categories = ""
songinfo = "wasauchimmer" songinfo = "wasauchimmer"
} }

View File

@ -6,8 +6,8 @@ HEADER = \bookpart {
\header { \header {
title = "Chorsatz" title = "Chorsatz"
alttitle = "" alttitle = ""
poet = "Worte: " poetId = #'dude
composer = "Weise: " composerId = #'dude
categories = "" categories = ""
songinfo = "" songinfo = ""
} }

@ -1 +1 @@
Subproject commit 05ea776addce9be8ddd87e32e51eae350f861e08 Subproject commit c20d0327e792d04666ee163eb9b2a730853a3d5a

View File

@ -0,0 +1,16 @@
AUTHORS = #'(
(dude . (
(name . "Krasser Dude")
(trail_name . "dud")
(birth_year . "1950")
;(death_year . "2050")
(organization . "Bund der krassen Dudes")
))
(kumpel . (
(name . "Krasser Kumpel")
(trail_name . "dudekumpel")
;(birth_year . "1960")
(death_year . "2050")
(organization . "Bund der krassen Kumpels")
))
)

View File

@ -3,5 +3,6 @@
defaultSongStyle = #'börnel defaultSongStyle = #'börnel
customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.ly" customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.ly"
\include "authors.ly"
\include "categories.ly" \include "categories.ly"
\include "../lilypond-common-includes/general_include.ly" \include "../lilypond-common-includes/general_include.ly"