Bugfix Beispielliederbuch

Vorlage light entschlackt
Common includes geupdatet
This commit is contained in:
Jakob Krueger 2023-07-23 10:50:50 +02:00
parent 8d918d4ee4
commit 6da3d36769
3 changed files with 9 additions and 17 deletions

View File

@ -4,9 +4,9 @@
HEADER = \bookpart { HEADER = \bookpart {
\header { \header {
title = "Round and round" title = "Titel"
poet = "Worte und Weise: unbekannt" poet = "Worte:"
composer = " " composer = "Weise:"
categories = "" categories = ""
songinfo = "wasauchimmer" songinfo = "wasauchimmer"
} }
@ -16,32 +16,24 @@ global = {
%Takt %Takt
\time 4/4 \time 4/4
%Tonart %Tonart
\key a \minor \key c \major
} }
firstVerse = \lyricmode { firstVerse = \lyricmode {
\set stanza = "1." \set stanza = "1."
Round and round the earth is tur -- ning Lyrics
tur -- ning al -- ways round to mor -- ning
and from mor -- ning round to night.
} }
firstVoice = \relative c' { firstVoice = \relative c' {
\global \global
a4 a e' e c
d c8 (h) a4 a
e' e a a
g f8 (e) e4 e
d h c d
h a8 (g) a2
\bar "|." \bar "|."
} }
MUSIC = { MUSIC = {
<< <<
\chords { \chords {
a1:m g2 a1:m a2:m d2 a:m c
g2 f e:m a:m
} }
\new ChoirStaff = "firstStaff" \new ChoirStaff = "firstStaff"
<< <<

View File

@ -6,7 +6,7 @@
imagePagePath = "categories" imagePagePath = "categories"
songPath = "lieder" songPath = "lieder"
\include "../../lilypond-common-includes/general_include.ly" \include "../../lilypond-custom-includes/base_config.ly"
\include "../../lilypond-common-includes/book_include.ly" \include "../../lilypond-common-includes/book_include.ly"
\include "../../lilypond-common-includes/toc_include.ly" \include "../../lilypond-common-includes/toc_include.ly"

@ -1 +1 @@
Subproject commit eba0cc537551d407307b6896ff72fd495d8dd113 Subproject commit 7e7d6820fbd61eb8400657a2cbcae9b7fe3d5a96