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