Drop accordeon, add violin to full score, add credit

This commit is contained in:
Midgard 2020-11-03 03:29:19 +01:00
parent 7dca831b59
commit 018f475b3a
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -1,7 +1,7 @@
\include "english.ly" \include "english.ly"
\version "2.21.4" \version "2.21.4"
\header { \header {
composer = "Tekst en muziek door Felixiaan en Midgard" composer = \markup { \right-column { "Tekst door Felixiaan, Midgard en Robbe" "Muziek door Felixiaan en Midgard" } }
title = "Welkom" title = "Welkom"
subtitle = \markup{ \concat { "Voor de " \italic{on/off-generatie} } } subtitle = \markup{ \concat { "Voor de " \italic{on/off-generatie} } }
tagline = ##f tagline = ##f
@ -73,18 +73,18 @@ anonymousStaffVocals = {
%\new Voice = "vocals3" \vocalsIIIMusic \addlyrics \vocalsIIILyrics %\new Voice = "vocals3" \vocalsIIIMusic \addlyrics \vocalsIIILyrics
>> >>
\new PianoStaff \with { instrumentName = "Piano" shortInstrumentName = "P." midiInstrument = "Acoustic Grand" } << \new PianoStaff \with { instrumentName = "Piano" shortInstrumentName = "Pno." midiInstrument = "Acoustic Grand" } <<
\new Staff \pianoRHMusic \new Staff \pianoRHMusic
\new Staff \pianoLHMusic \new Staff \pianoLHMusic
>> >>
\new GrandStaff \with { instrumentName = "Accordeon" shortInstrumentName = "Acc." midiInstrument = "Accordion" } << %\new GrandStaff \with { instrumentName = "Accordeon" shortInstrumentName = "Acc." midiInstrument = "Accordion" } <<
\new Staff \accordionRHMusic %\new Staff \accordionRHMusic
\new Staff \accordionLHMusic %\new Staff \accordionLHMusic
>> %>>
\new StaffGroup << \new StaffGroup <<
%\new Staff \with { instrumentName = "Viool" shortInstrumentName = "Vln." midiInstrument = "Violin" } \violinMusic \new Staff \with { instrumentName = "Viool" shortInstrumentName = "Vln." midiInstrument = "Violin" } \violinMusic
\new Staff \with { instrumentName = "Cello" shortInstrumentName = "Vcl." midiInstrument = "Cello" } \celloMusic \new Staff \with { instrumentName = "Cello" shortInstrumentName = "Vcl." midiInstrument = "Cello" } \celloMusic
>> >>
@ -99,17 +99,14 @@ anonymousStaffVocals = {
} }
\book { \book {
\bookOutputSuffix "accordeon" \bookOutputSuffix "viool"
\header { instrument = "Accordeon" } \header { instrument = "Viool" }
\paper { ragged-bottom = ##f ragged-last-bottom = ##f } \paper { ragged-bottom = ##f ragged-last-bottom = ##f }
\score { \score {
\compressMMRests \compressMMRests
<< <<
\anonymousStaffVocals \anonymousStaffVocals
\new GrandStaff \with { instrumentName = "Accordeon" midiInstrument = "Accordion" } << \new Staff \with { instrumentName = "Viool" midiInstrument = "Violin" } \violinMusic
\new Staff \accordionRHMusic
\new Staff \accordionLHMusic
>>
>> >>
\layout {} \layout {}
\midi {} \midi {}