welkom/welkom.ly
2020-09-19 16:49:05 +02:00

48 lines
798 B
Plaintext

\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 = 102
}
stub = {
R1*4 | \bar "|."
}
\include "parts-keys.ly"
\include "parts-percussion.ly"
\include "parts-strings.ly"
\include "parts-vocals.ly"
\book {
\score {
\compressMMRests
<<
\staffgroupPercussion
\staffMelodica
\staffPiano
\staffgroupVocals
\staffGuitar
\staffgroupStrings
>>
\layout {
\context { \GrandStaff \accepts "Lyrics" }
}
\midi {}
}
}