welkom/welkom.ly

47 lines
804 B
Text

\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 18)
#(set-default-paper-size "a4")
\paper {
%indent = 3.0\cm % add space for instrumentName
%short-indent = 1.5\cm % add less space for shortInstrumentName
}
meterAndTempo = {
\time 4/4
\tempo 4 = 130
}
stub = {
R1*16 | \bar "||"
}
\include "parts-keys.ly"
\include "parts-percussion.ly"
\include "parts-strings.ly"
\include "parts-vocals.ly"
\book {
\score {
\compressMMRests
<<
%\staffgroupPercussion
%\staffMelodica
%\staffPiano
\chordNames
\staffgroupVocals
%\staffgroupStrings
>>
\layout {
\context { \GrandStaff \accepts "Lyrics" }
}
\midi {}
}
}