welkom/welkom.ly

48 lines
804 B
Text
Raw Normal View History

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
}
#(set-global-staff-size 18)
#(set-default-paper-size "a4")
\paper {
2020-09-20 00:13:28 +02:00
%indent = 3.0\cm % add space for instrumentName
%short-indent = 1.5\cm % add less space for shortInstrumentName
2020-09-19 16:46:15 +02:00
}
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-20 00:13:28 +02:00
R1*16 | \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"
\book {
\score {
\compressMMRests
<<
2020-09-20 00:13:28 +02:00
%\staffgroupPercussion
%\staffMelodica
%\staffPiano
\chordNames
2020-09-19 16:46:15 +02:00
\staffgroupVocals
2020-09-20 00:13:28 +02:00
%\staffgroupStrings
2020-09-19 16:46:15 +02:00
>>
\layout {
\context { \GrandStaff \accepts "Lyrics" }
}
\midi {}
}
}