adapted maher's veni immanuel to new format

This commit is contained in:
2024-11-27 17:14:32 +01:00
parent dbd804e6dc
commit 5d4620b6ba
9 changed files with 28 additions and 24 deletions
-7
View File
@@ -1,7 +0,0 @@
[%
song_title = 'Veni Immanuel';
scores = {
SATB = 'veni_immanuel_de_SATB.ly'
congregation = 'veni_immanuel_de_lz.ly'
};
-%]
+7
View File
@@ -0,0 +1,7 @@
[%
song_title = 'Veni Immanuel';
scores = {
SATB = 'de/veni_immanuel_de_SATB.ly'
congregation = 'de/veni_immanuel_de_lz.ly'
};
-%]
@@ -1,8 +1,8 @@
\version "2.24.3"
\language deutsch
\include "../../../lilypond_musician_score_paper.ly"
\include "veni_immanuel_vars.ly"
\include "../../../../lilypond_musician_score_paper.ly"
\include "../veni_immanuel_vars.ly"
Song.Meta = {
\key d \minor
@@ -1,8 +1,8 @@
\version "2.24.2"
\language deutsch
\include "../../../lilypond_songsheet_paper.ly"
\include "veni_immanuel_vars.ly"
\include "../../../../lilypond_songsheet_paper.ly"
\include "../veni_immanuel_vars.ly"
\score{
\Song.DE.MelodyScore
@@ -1,8 +1,8 @@
\version "2.22.4"
\language deutsch
\include "../../../lilypond_songsheet_paper.ly"
\include "veni_immanuel_vars.ly"
\include "../../../../lilypond_songsheet_paper.ly"
\include "../veni_immanuel_vars.ly"
\score{
<<
+11
View File
@@ -0,0 +1,11 @@
[%
title = 'O come, o come Emmanuel'
scores = {
leadsheet = 'maher/o_come_o_come_emmanuel_leadsheet.ly'
congregation = 'maher/o_come_o_come_emmanuel_lz.ly'
};
credits = {
TM = 'traditionell'
arrangement = 'Matt Maher'
};
-%]
@@ -3,8 +3,8 @@
%\header{title = "O Come, o come, Emmanuel"
%composer = "Matt Maher"}
\include "../../../lilypond_musician_score_paper.ly"
\include "veni_immanuel_vars.ly"
\include "../../../../lilypond_musician_score_paper.ly"
\include "../veni_immanuel_vars.ly"
\score{
\Song.EN.Maher.LeadsheetScore
@@ -1,8 +1,8 @@
\version "2.24.2"
\language deutsch
\include "../../../lilypond_songsheet_paper.ly"
\include "veni_immanuel_vars.ly"
\include "../../../../lilypond_songsheet_paper.ly"
\include "../veni_immanuel_vars.ly"
\score{
\Song.EN.Maher.MelodyScore
-7
View File
@@ -1,7 +0,0 @@
\song{[% purpose %]}{O come, o come Emmanuel}{%
[% IF parts != '0' -%]
\lilypondfile{library/freie_lieder/veni_immanuel/o_come_o_come_emmanuel_leadsheet.ly}%
[% ELSE -%]
\lilypondfile{library/freie_lieder/veni_immanuel/o_come_o_come_emmanuel_lz.ly}%
[% END -%]
}