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
+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'
};
-%]
@@ -0,0 +1,17 @@
\version "2.24.3"
\language deutsch
%\header{title = "O Come, o come, Emmanuel"
%composer = "Matt Maher"}
\include "../../../../lilypond_musician_score_paper.ly"
\include "../veni_immanuel_vars.ly"
\score{
\Song.EN.Maher.LeadsheetScore
\layout {
\context {
\Score
\omit BarNumber
}
}
}
@@ -0,0 +1,15 @@
\version "2.24.2"
\language deutsch
\include "../../../../lilypond_songsheet_paper.ly"
\include "../veni_immanuel_vars.ly"
\score{
\Song.EN.Maher.MelodyScore
\layout {
\context {
\Score
\omit BarNumber
}
}
}