lilypond-vorlagen/lieder/vorlage_light/vorlage_light.ly

62 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-07-22 22:09:10 +02:00
\version "2.18.0"
2023-07-22 22:09:10 +02:00
\include "../../lilypond-custom-includes/base_config.ly"
2023-07-22 22:09:10 +02:00
HEADER = \bookpart {
\header {
title = "Round and round"
poet = "Worte und Weise: unbekannt"
composer = " "
categories = ""
songinfo = "wasauchimmer"
}
}
global = {
%Takt
\time 4/4
%Tonart
\key a \minor
}
firstVerse = \lyricmode {
\set stanza = "1."
Round and round the earth is tur -- ning
tur -- ning al -- ways round to mor -- ning
and from mor -- ning round to night.
}
firstVoice = \relative c' {
\global
a4 a e' e
2023-07-22 22:09:10 +02:00
d c8 (h) a4 a
e' e a a
g f8 (e) e4 e
d h c d
h a8 (g) a2
2023-07-22 22:09:10 +02:00
\bar "|."
}
MUSIC = {
<<
\chords {
2023-07-22 22:09:10 +02:00
a1:m g2 a1:m a2:m d2 a:m
g2 f e:m a:m
2023-07-22 22:09:10 +02:00
}
\new ChoirStaff = "firstStaff"
<<
\new Voice = "firstVoice" { \firstVoice }
\addlyrics { \firstVerse }
>>
>>
}
TEXT = \markuplist {
\group-verses {
\chordverse #"2."
#"(Stro,a:m)phen(text,g)
(G,a:m)ras (ist,c) (grün,f)"
}
}
2023-07-22 22:09:10 +02:00
\include "../../lilypond-common-includes/standalone_output.ly"