Compare commits
1 Commits
dbd804e6dc
...
5d4620b6ba
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d4620b6ba |
@@ -1,7 +0,0 @@
|
|||||||
[%
|
|
||||||
song_title = 'Veni Immanuel';
|
|
||||||
scores = {
|
|
||||||
SATB = 'veni_immanuel_de_SATB.ly'
|
|
||||||
congregation = 'veni_immanuel_de_lz.ly'
|
|
||||||
};
|
|
||||||
-%]
|
|
||||||
@@ -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"
|
\version "2.24.3"
|
||||||
\language deutsch
|
\language deutsch
|
||||||
|
|
||||||
\include "../../../lilypond_musician_score_paper.ly"
|
\include "../../../../lilypond_musician_score_paper.ly"
|
||||||
\include "veni_immanuel_vars.ly"
|
\include "../veni_immanuel_vars.ly"
|
||||||
|
|
||||||
Song.Meta = {
|
Song.Meta = {
|
||||||
\key d \minor
|
\key d \minor
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
\version "2.24.2"
|
\version "2.24.2"
|
||||||
\language deutsch
|
\language deutsch
|
||||||
|
|
||||||
\include "../../../lilypond_songsheet_paper.ly"
|
\include "../../../../lilypond_songsheet_paper.ly"
|
||||||
\include "veni_immanuel_vars.ly"
|
\include "../veni_immanuel_vars.ly"
|
||||||
|
|
||||||
\score{
|
\score{
|
||||||
\Song.DE.MelodyScore
|
\Song.DE.MelodyScore
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
\version "2.22.4"
|
\version "2.22.4"
|
||||||
\language deutsch
|
\language deutsch
|
||||||
|
|
||||||
\include "../../../lilypond_songsheet_paper.ly"
|
\include "../../../../lilypond_songsheet_paper.ly"
|
||||||
\include "veni_immanuel_vars.ly"
|
\include "../veni_immanuel_vars.ly"
|
||||||
|
|
||||||
\score{
|
\score{
|
||||||
<<
|
<<
|
||||||
@@ -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'
|
||||||
|
};
|
||||||
|
-%]
|
||||||
+2
-2
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
%\header{title = "O Come, o come, Emmanuel"
|
%\header{title = "O Come, o come, Emmanuel"
|
||||||
%composer = "Matt Maher"}
|
%composer = "Matt Maher"}
|
||||||
\include "../../../lilypond_musician_score_paper.ly"
|
\include "../../../../lilypond_musician_score_paper.ly"
|
||||||
\include "veni_immanuel_vars.ly"
|
\include "../veni_immanuel_vars.ly"
|
||||||
|
|
||||||
\score{
|
\score{
|
||||||
\Song.EN.Maher.LeadsheetScore
|
\Song.EN.Maher.LeadsheetScore
|
||||||
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
\version "2.24.2"
|
\version "2.24.2"
|
||||||
\language deutsch
|
\language deutsch
|
||||||
|
|
||||||
\include "../../../lilypond_songsheet_paper.ly"
|
\include "../../../../lilypond_songsheet_paper.ly"
|
||||||
\include "veni_immanuel_vars.ly"
|
\include "../veni_immanuel_vars.ly"
|
||||||
|
|
||||||
\score{
|
\score{
|
||||||
\Song.EN.Maher.MelodyScore
|
\Song.EN.Maher.MelodyScore
|
||||||
@@ -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 -%]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user