140 lines
3.4 KiB
Text
140 lines
3.4 KiB
Text
\include "english.ly"
|
||
\version "2.21.4"
|
||
\header {
|
||
composer = "Tekst en muziek door Felixiaan en Midgard"
|
||
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*4 % intro
|
||
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 { instrumentName = "Zang" midiInstrument = "Alto Sax" }
|
||
\new Voice \vocalsIMusic \addlyrics \vocalsILyrics
|
||
}
|
||
|
||
|
||
\book {
|
||
\paper {
|
||
indent = 3.0\cm % add space for instrumentName
|
||
short-indent = 1\cm % add less space for shortInstrumentName
|
||
systems-per-page = #3
|
||
}
|
||
|
||
\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 GrandStaff \with { instrumentName = "Accordeon" shortInstrumentName = "Acc." midiInstrument = "Accordion" } <<
|
||
\new Staff \accordionRHMusic
|
||
\new Staff \accordionLHMusic
|
||
>>
|
||
|
||
\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 GrandStaff \with { instrumentName = "Accordeon" midiInstrument = "Accordion" } <<
|
||
\new Staff \accordionRHMusic
|
||
\new Staff \accordionLHMusic
|
||
>>
|
||
>>
|
||
\layout {}
|
||
\midi {}
|
||
}
|
||
}
|
||
|
||
\book {
|
||
\bookOutputSuffix "cello"
|
||
\header { instrument = "Cello" }
|
||
\score {
|
||
\compressMMRests
|
||
<<
|
||
\anonymousStaffVocals
|
||
\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
|
||
>>
|
||
>>
|
||
\layout {}
|
||
}
|
||
}
|