adapted maher's veni immanuel to new format
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user