Bugfix Beispielliederbuch
Vorlage light entschlackt Common includes geupdatet
This commit is contained in:
parent
8d918d4ee4
commit
6da3d36769
@ -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"
|
||||||
<<
|
<<
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user