source code
\version "2.24.1"
% global data required for every staff
global = {
\numericTimeSignature
\key d\major
\time 4/4
\tempo 4=76
% \set Timing.beamExceptions = #'()
% \set Timing.baseMoment = #(ly:make-moment 1/4)
% \set Timing.beatStructure = #'(1 1 1 1)
}
% The main melody (and right hand for piano players)
melody = \relative c' {
\global
fis'4. e8~ 4. g8~ | g4 fis16 e d8~ 8 b4 d16 b |
e32 fis e8.. d16 b d16.~ d8~ 32 e16 r8. c16 b32~ | 16. a16 c b8 a16 g a32~ a8 b16 r16 a16 b d e | \break
fis4. e8~ 8 a4. e8 d16 b e b d8~ 8 g,16 r16 r4 |
g'16 fis e d a e fis8~ 8 e16 d4 a16 | \key c\major \tuplet 3/2 {bes c d} f a, bes c d f \appoggiatura{d} e8 g8~ g4
}
% Optionally add a right hand (defaults to the melody)
%rightHand = \relative c' {
% \global
% <<
% \new Voice { \voiceOne \melody }
% \new Voice { \voiceTwo
% <c e>2 <b d> | <c f> <b d> | <c e> <b d> | <c f> <e gis>8 e e d |
% <e a>2 <e g> | <c f> <c e> | <a c> a | <a c f>1
% }
% >>
%}
% Optionally add a left hand for piano players
% Remove the notes from the leftHand to remove the staff entirely
chordNames = \chordmode {
d4. a8*5:/d | a4.:m7 g8*5:/a |
g1:2/b | g1:2/b
d4. a8*5:/d | a4.:m7 g8*5:/a |
e1:m7 | bes2:/es f:/g
}
% Uncomment to for example change to which octave the different instruments are tranposed
% For example, use `\transpose es c` to lower by one octave.
%melodySax = \transpose es c' \melody
%melodyHorn = \transpose f c' \melody
% Optional lyrics to indicate when to start singing
%lyricsToMelody = ##t
songtext = \lyricmode { 1 1 1 1 1 1 1 2 8 ont8 -- vang8 de8}
\include "../template.ly"