2020-09-19 16:46:15 +02:00
|
|
|
|
\include "english.ly"
|
|
|
|
|
\version "2.21.4"
|
|
|
|
|
\header {
|
|
|
|
|
composer = "Zeus WPI"
|
|
|
|
|
title = "Welkom"
|
|
|
|
|
subtitle = \markup{ \concat { "Voor de " \italic{on/off-generatie} } }
|
|
|
|
|
tagline = ##f
|
|
|
|
|
}
|
2020-09-21 18:03:46 +02:00
|
|
|
|
%#(set-global-staff-size 15)
|
2020-09-19 16:46:15 +02:00
|
|
|
|
#(set-global-staff-size 18)
|
|
|
|
|
#(set-default-paper-size "a4")
|
|
|
|
|
|
|
|
|
|
meterAndTempo = {
|
|
|
|
|
\time 4/4
|
2020-09-20 00:13:28 +02:00
|
|
|
|
\tempo 4 = 130
|
2020-09-19 16:46:15 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
stub = {
|
2020-09-23 00:40:57 +02:00
|
|
|
|
R1*8 % verse 1
|
|
|
|
|
R1*8 % chorus
|
|
|
|
|
R1*2
|
|
|
|
|
R1*8 % verse 2
|
|
|
|
|
R1*8 % chorus
|
|
|
|
|
R1*8 % bridge
|
|
|
|
|
R1*16 % chorus ×2
|
|
|
|
|
R1
|
|
|
|
|
\bar "|."
|
2020-09-19 16:46:15 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
\include "parts-keys.ly"
|
|
|
|
|
\include "parts-percussion.ly"
|
|
|
|
|
\include "parts-strings.ly"
|
|
|
|
|
\include "parts-vocals.ly"
|
|
|
|
|
|
|
|
|
|
|
2020-09-23 00:40:57 +02:00
|
|
|
|
anonymousStaffVocals = {
|
2020-09-23 23:22:57 +02:00
|
|
|
|
\new Staff \with { instrumentName = "Zang" midiInstrument = "Alto Sax" }
|
2020-09-23 00:40:57 +02:00
|
|
|
|
\new Voice \vocalsIMusic \addlyrics \vocalsILyrics
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2020-09-19 16:46:15 +02:00
|
|
|
|
\book {
|
2020-09-23 00:40:57 +02:00
|
|
|
|
\paper {
|
|
|
|
|
indent = 3.0\cm % add space for instrumentName
|
2020-09-23 00:46:50 +02:00
|
|
|
|
short-indent = 1\cm % add less space for shortInstrumentName
|
|
|
|
|
systems-per-page = #3
|
2020-09-23 00:40:57 +02:00
|
|
|
|
}
|
|
|
|
|
|
2020-09-19 16:46:15 +02:00
|
|
|
|
\score {
|
|
|
|
|
\compressMMRests
|
|
|
|
|
<<
|
2020-09-23 00:40:57 +02:00
|
|
|
|
\new ChordNames { \guitarMusic }
|
|
|
|
|
|
|
|
|
|
\new ChoirStaff <<
|
|
|
|
|
\new Staff \with { instrumentName = "Zang" shortInstrumentName = "Zng." midiInstrument = "Alto Sax" }
|
|
|
|
|
\new Voice \vocalsIMusic \addlyrics \vocalsILyrics
|
|
|
|
|
|
|
|
|
|
% --------------------------------
|
|
|
|
|
|
|
|
|
|
%\new Staff \with { instrumentName = "Felixiaan" shortInstrumentName = "Fxn." midiInstrument = "Alto Sax" }
|
|
|
|
|
%\new Voice \vocalsIMusic \addlyrics \vocalsILyrics
|
|
|
|
|
|
|
|
|
|
%\new Staff \with { instrumentName = "Midgard" shortInstrumentName = "Mid." midiInstrument = "Tenor Sax" }
|
|
|
|
|
%\new Voice \vocalsIIMusic \addlyrics \vocalsIILyrics
|
|
|
|
|
|
|
|
|
|
%\new Staff \with { instrumentName = "Noctua" shortInstrumentName = "Noc." midiInstrument = "Tenor Sax" }
|
|
|
|
|
%\new Voice = "vocals3" \vocalsIIIMusic \addlyrics \vocalsIIILyrics
|
|
|
|
|
>>
|
|
|
|
|
|
|
|
|
|
\new PianoStaff \with { instrumentName = "Piano" shortInstrumentName = "P." midiInstrument = "Acoustic Grand" } <<
|
|
|
|
|
\new Staff \pianoRHMusic
|
|
|
|
|
\new Staff \pianoLHMusic
|
|
|
|
|
>>
|
|
|
|
|
|
|
|
|
|
\new Staff \with { instrumentName = "Accordion" shortInstrumentName = "Acc." midiInstrument = "Accordion" } \accordionMusic
|
|
|
|
|
|
|
|
|
|
\new StaffGroup <<
|
|
|
|
|
%\new Staff \with { instrumentName = "Viool" shortInstrumentName = "Vln." midiInstrument = "Violin" } \violinMusic
|
|
|
|
|
\new Staff \with { instrumentName = "Cello" shortInstrumentName = "Vcl." midiInstrument = "Cello" } \celloMusic
|
|
|
|
|
>>
|
|
|
|
|
|
|
|
|
|
%\new DrumStaff \with { instrumentName = "Percussie" shortInstrumentName = "Perc." }
|
|
|
|
|
%\percussionMusic
|
2020-09-19 16:46:15 +02:00
|
|
|
|
>>
|
|
|
|
|
\layout {
|
|
|
|
|
\context { \GrandStaff \accepts "Lyrics" }
|
|
|
|
|
}
|
|
|
|
|
\midi {}
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-09-23 00:40:57 +02:00
|
|
|
|
|
|
|
|
|
\book {
|
|
|
|
|
\bookOutputSuffix "accordeon"
|
|
|
|
|
\header { instrument = "Accordeon" }
|
|
|
|
|
\score {
|
|
|
|
|
\compressMMRests
|
|
|
|
|
<<
|
|
|
|
|
\anonymousStaffVocals
|
|
|
|
|
\new ChordNames { \accordionChords }
|
2020-09-23 23:22:57 +02:00
|
|
|
|
\new Staff \with { instrumentName = "Accordeon" midiInstrument = "Accordion" } \accordionMusic
|
2020-09-23 00:40:57 +02:00
|
|
|
|
>>
|
|
|
|
|
\layout {}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
\book {
|
|
|
|
|
\bookOutputSuffix "cello"
|
|
|
|
|
\header { instrument = "Cello" }
|
|
|
|
|
\score {
|
|
|
|
|
\compressMMRests
|
|
|
|
|
<<
|
|
|
|
|
\anonymousStaffVocals
|
2020-09-23 23:22:57 +02:00
|
|
|
|
\new Staff \with { instrumentName = "Cello" midiInstrument = "Cello" } \celloMusic
|
|
|
|
|
>>
|
|
|
|
|
\layout {}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
\book {
|
|
|
|
|
\bookOutputSuffix "piano"
|
|
|
|
|
\header { instrument = "Piano" }
|
|
|
|
|
\score {
|
|
|
|
|
\compressMMRests
|
|
|
|
|
<<
|
|
|
|
|
\anonymousStaffVocals
|
|
|
|
|
\new PianoStaff \with { instrumentName = "Piano" midiInstrument = "Acoustic Grand" } <<
|
|
|
|
|
\new Staff \pianoRHMusic
|
|
|
|
|
\new Staff \pianoLHMusic
|
|
|
|
|
>>
|
2020-09-23 00:40:57 +02:00
|
|
|
|
>>
|
|
|
|
|
\layout {}
|
|
|
|
|
}
|
|
|
|
|
}
|