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

42 lines
655 B
Plaintext

vocalsIMusic = {
\meterAndTempo
\clef "treble"
\key f \major
\stub
}
vocalsIIMusic = {
\meterAndTempo
\clef "treble"
\key f \major
\stub
}
vocalsILyrics = \lyricmode {
}
vocalsIILyrics = \lyricmode {
}
staffgroupVocals = \new ChoirStaff <<
\new Staff \with {
instrumentName = "Zang 1"
shortInstrumentName = "Z1"
midiInstrument = "Alto Sax"
}
\new Voice = "vocals1" \vocalsIMusic
\new Lyrics \lyricsto "vocals1" \vocalsILyrics
\new Staff \with {
instrumentName = "Zang 2"
shortInstrumentName = "Z2"
midiInstrument = "Tenor Sax"
}
\new Voice = "vocals2" \vocalsIIMusic
\new Lyrics \lyricsto "vocals2" \vocalsIILyrics
>>