welkom/parts-vocals.ly

114 lines
2.3 KiB
Text
Raw Normal View History

2020-09-19 16:46:15 +02:00
vocalsIMusic = {
\meterAndTempo
\clef "treble"
2020-09-20 00:13:28 +02:00
\key b \minor
2020-09-19 16:46:15 +02:00
2020-09-21 18:03:46 +02:00
\repeat volta 2 {
2020-09-20 00:13:28 +02:00
\relative c' {
r4 b'8 a b a b a | b a~a e~e
2020-09-21 18:03:46 +02:00
e e e | d d~d d~d e d4 | cs8 d~d cs~cs4 r |
% \break
2020-09-20 00:13:28 +02:00
r4 b'8 a b a b a | b a~a e~e
2020-09-21 18:03:46 +02:00
e e e | d d d d d d e d | cs d~d cs~cs4 r |
% \break
2020-09-20 00:13:28 +02:00
}
\relative c'' {
b4 b8 b~b b~4 | d8 b b b~b b~4 |
2020-09-21 18:03:46 +02:00
d8 d~8 d~d4 d | e cs8 cs~4 r |
% \break
2020-09-20 00:13:28 +02:00
b4 b8 b~b b~4 | d8 d d a~a a~4 |
2020-09-21 18:03:46 +02:00
fs4 fs8 fs~4 fs | a4 a8 a8~a4 r |
% \break
2020-09-20 00:13:28 +02:00
}
2020-09-19 16:46:15 +02:00
}
2020-09-21 18:03:46 +02:00
}
2020-09-19 16:46:15 +02:00
vocalsIIMusic = {
\meterAndTempo
\clef "treble"
2020-09-20 00:13:28 +02:00
\key b \minor
2020-09-19 16:46:15 +02:00
\stub
}
2020-09-21 18:03:46 +02:00
vocalsIIIMusic = {
\meterAndTempo
\clef "treble"
\key b \minor
\stub
}
2020-09-19 16:46:15 +02:00
vocalsILyrics = \lyricmode {
2020-09-20 00:13:28 +02:00
\set stanza = "1. "
Aan de u -- ni -- ver -- si -- teit van Gent
ben je als in -- for -- ma -- ti -- cus niet con -- tent,
wan -- neer je Zeus W -- P -- I niet kent,
en re -- gel -- mat -- ig in de kel -- der van S -- "9" __ _ bent.
\set stanza = "C. "
Wel -- kom, wel -- kom, kom naar de kel -- der,
2020-09-21 18:03:46 +02:00
in het echt of di -- gi -- taal.
2020-09-20 00:13:28 +02:00
Wel -- kom, wel -- kom, kom naar de kel -- der,
2020-09-21 18:03:46 +02:00
start van -- daag je Zeus -- ver -- haal.
}
vocalsILyricsStII = \lyricmode {
\set stanza = "2. "
In die kel -- der heb ik veel ge -- leerd __ _
en tot diep in de nacht ge -- prog -- ram -- meerd.
Al die tijd ben~'k nooit al -- leen ge -- weest, __ _
die mo -- men -- ten met mijn vrien -- den koes -- ter ik het meest.
2020-09-19 16:46:15 +02:00
}
vocalsIILyrics = \lyricmode {
}
2020-09-21 18:03:46 +02:00
vocalsIILyricsStII = \lyricmode {
}
vocalsIIILyrics = \lyricmode {
}
vocalsIIILyricsStII = \lyricmode {
}
2020-09-19 16:46:15 +02:00
staffgroupVocals = \new ChoirStaff <<
2020-09-21 18:03:46 +02:00
%\new Staff \with {
%instrumentName = "Zang"
%midiInstrument = "Alto Sax"
%}
%\new Voice \vocalsIMusic
%\addlyrics \vocalsILyrics
%\addlyrics \vocalsILyricsStII
% --------------------------------
2020-09-19 16:46:15 +02:00
\new Staff \with {
2020-09-21 18:03:46 +02:00
instrumentName = "Felixiaan"
shortInstrumentName = "Fxn."
2020-09-19 16:46:15 +02:00
midiInstrument = "Alto Sax"
}
2020-09-21 18:03:46 +02:00
\new Voice \vocalsIMusic
\addlyrics \vocalsILyrics
\addlyrics \vocalsILyricsStII
2020-09-19 16:46:15 +02:00
2020-09-21 18:03:46 +02:00
\new Staff \with {
instrumentName = "Midgard"
shortInstrumentName = "Mid."
midiInstrument = "Tenor Sax"
}
\new Voice \vocalsIIMusic
\addlyrics \vocalsIILyrics
\addlyrics \vocalsIILyricsStII
\new Staff \with {
instrumentName = "Noctua"
shortInstrumentName = "Noc."
midiInstrument = "Tenor Sax"
}
\new Voice = "vocals3" \vocalsIIIMusic
\addlyrics \vocalsIIILyrics
\addlyrics \vocalsIIILyricsStII
2020-09-19 16:46:15 +02:00
>>