welkom/welkom.ly

117 lines
2.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\include "english.ly"
\version "2.21.4"
\header {
composer = "Zeus WPI"
title = "Welkom"
subtitle = \markup{ \concat { "Voor de " \italic{on/off-generatie} } }
tagline = ##f
}
%#(set-global-staff-size 15)
#(set-global-staff-size 18)
#(set-default-paper-size "a4")
meterAndTempo = {
\time 4/4
\tempo 4 = 130
}
stub = {
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 "|."
}
\include "parts-keys.ly"
\include "parts-percussion.ly"
\include "parts-strings.ly"
\include "parts-vocals.ly"
anonymousStaffVocals = {
\new Staff \with { midiInstrument = "Alto Sax" }
\new Voice \vocalsIMusic \addlyrics \vocalsILyrics
}
\book {
\paper {
indent = 3.0\cm % add space for instrumentName
short-indent = 1.5\cm % add less space for shortInstrumentName
}
\score {
\compressMMRests
<<
\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
>>
\layout {
\context { \GrandStaff \accepts "Lyrics" }
}
\midi {}
}
}
\book {
\bookOutputSuffix "accordeon"
\header { instrument = "Accordeon" }
\score {
\compressMMRests
<<
\anonymousStaffVocals
\new ChordNames { \accordionChords }
\new Staff \with { midiInstrument = "Accordion" } \accordionMusic
>>
\layout {}
}
}
\book {
\bookOutputSuffix "cello"
\header { instrument = "Cello" }
\score {
\compressMMRests
<<
\anonymousStaffVocals
\new Staff \with { midiInstrument = "Cello" } \celloMusic
>>
\layout {}
}
}