made section templates more flexible
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
\version "2.24.1"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "agnus_dei_honeck_vars.ly"
|
||||
\score {
|
||||
<<
|
||||
\new ChordNames {
|
||||
\set chordChanges = ##t
|
||||
\Song.Chords
|
||||
}
|
||||
\new Voice = "melody" {\Song.Melody}
|
||||
\new Lyrics \lyricsto "melody" {\Song.Lyrics}
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
\song{[% purpose %]}{}{%
|
||||
Du Lamm das geopfert ist / Verspottet und verhöhnt / Starbst, gabst uns den Frieden / Hast die Welt versöhnt\par
|
||||
Agnus Dei / Du Retter dieser Welt / Agnus Dei\par
|
||||
Herr erbarme dich / Herr erbarme dich / Den Frieden schenke uns.}
|
||||
@@ -1,17 +0,0 @@
|
||||
\version "2.24.1"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "agnus_dei_honeck_vars.ly"
|
||||
\score {
|
||||
<<
|
||||
\new Voice = "melody" {\Song.Melody}
|
||||
\new Lyrics \lyricsto "melody" {\Song.Lyrics}
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
\language deutsch
|
||||
Song.Melody = \relative c' {
|
||||
\key c \major
|
||||
\time 2/2
|
||||
c4 d e c | e4. d8 4. g,8 | c4 d e c | g1
|
||||
c4 d e c | e4. (d8) 2 | c4 d e c | g1
|
||||
\repeat volta 2 {
|
||||
f'2 d | e c4. 8 | f4 f d d | e1
|
||||
f2 d | \time 3/2 e4 (d) c1 | \time 2/2 c4 e d4. c8 | e1|
|
||||
c4 e d4. c8 | 2~ 4.
|
||||
c8 | 4 e4 d4. c8 | c1
|
||||
}
|
||||
}
|
||||
|
||||
Song.Lyrics = \lyricmode {
|
||||
Du Lamm das ge -- op -- fert ist
|
||||
ver -- spot -- tet und ver -- höhnt
|
||||
starbst, gabst uns den Frie -- den
|
||||
hast die Welt ver -- söhnt
|
||||
Ag -- nus De -- i Du Ret -- ter die -- ser Welt
|
||||
Ag -- nus De -- i Herr er -- bar -- me Dich
|
||||
Herr er -- bar -- me Dich
|
||||
den Frie -- den schen -- ke uns.}
|
||||
|
||||
Song.Chords = \chordmode {
|
||||
c1 | c/f | c/e | g |
|
||||
c | c/f | c/e | g
|
||||
% ref
|
||||
f2 g | c/e a:m |
|
||||
f g | a1:m |
|
||||
f2 g | c4/e e:m a1:m |
|
||||
f2 g | a1:m |
|
||||
f2 g | a1:m |
|
||||
f2 g | c1
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
[%
|
||||
purpose_print = 'agnus' ? 'Zum Agnus Dei' : purpose;
|
||||
scores = {
|
||||
leadsheet = 'geschuetzte_lieder/agnus_dei_honeck/agnus_dei_honeck_leadsheet.ly'
|
||||
congregation = 'geschuetzte_lieder/agnus_dei_honeck/agnus_dei_honeck_lz.ly'
|
||||
}
|
||||
credits.TM = 'Anna Maria Honeck';
|
||||
-%]
|
||||
Reference in New Issue
Block a user