Since this would be useful

Template for hymns (EH 1906)

edit

A bit complex

edit
 

A bit simpler

edit
 

Basic template

edit

Feel free to adjust the tempo, time signature (removing \partial if it is not required) and the key, as required.

<score sound="1">
<< <<
\new Staff { \clef treble \time 4/4 \partial 4 \key es \major \set Staff.midiInstrument = "church organ" \omit Staff.TimeSignature \set Score.tempoHideNote = ##t \override Score.BarNumber  #'transparent = ##t
  \relative c'
  << { SOPRAN } \\
  { ALT } >>
}
\new Staff { \clef bass \key es \major \set Staff.midiInstrument = "church organ" \omit Staff.TimeSignature
  \relative c'
  << { TENOR } \\
  { BASS } >>
}
>> >>
\layout { indent = #0 }
\midi { \tempo 4 = 88 }
</score>

Of note

edit

The tune "Voller Wunder" (EH hymn no. 516) refers to this original text, which could possibly go on German wikisource. RandomCanadian (talk) 00:07, 29 May 2020 (UTC)