lilypond-vorlagen/lilypond-song-includes/data/authors.json

22 lines
468 B
JSON
Raw Normal View History

2023-08-20 12:16:18 +02:00
{
"dude": {
"name": "Krasser Dude",
"trail_name": "dud",
"birth_year": "1950",
"organization": "Bund der krassen Dudes"
},
"kumpel": {
"name": "Krasser Kumpel",
"trail_name": "dudekumpel",
"death_year": "2050",
"organization": "Bund der krassen Kumpels"
2024-05-17 12:33:18 +02:00
},
"nocheiner": {
"name": "Jemand anderes",
"death_year": "2050"
2024-11-02 20:01:11 +01:00
},
"kumpelerbe": {
"inherits": "kumpel",
"organization": "Bund der crazy Kumpels"
2023-08-20 12:16:18 +02:00
}
}