Add more music

This commit is contained in:
Midgard 2020-09-21 18:03:46 +02:00
parent d66ada1549
commit 68529b1539
Signed by: midgard
GPG key ID: 511C112F1331BBB4
4 changed files with 199 additions and 32 deletions

View file

@ -13,19 +13,97 @@ pianoRHMusic = {
\clef "treble"
\key b \minor
\fixed f' {
\stub
\repeat volta 2 {
\relative c'' {
b8 d fs b, d fs b, d
| % 2
a cs e a, cs e a, cs
| % 3
g b d g, b d g, b
| % 4
a fs' cs a fs' cs a cs
| % 5
b d fs b, d fs b, d
| % 6
a cs e a, cs e a, cs
| % 7
g d' b g d' b g b
| % 8
a fs' cs a fs' cs a cs
| % 9
b8 d fs b, d a' b, d
|
b d a' b, d g b, d
|
a d fs a, d g a, d
|
a cs e a, cs fs a, cs
|
b d fs b, d a' b, d
|
b d a' b, d g b, d
|
a d fs a, d e a, d
|
a cs e a, cs fs a, cs
|
}
}
}
pianoLHMusic = {
\meterAndTempo
\clef "bass"
\clef "bass_8"
\key b \minor
\fixed f' {
\stub
\repeat volta 2 {
\relative c {
b4. b b4
| % 2
a2 r4 a
| % 3
g2 r4 g
| % 4
a2 r4 a
| % 5
b4. b b4
| % 6
a4. a a4
| % 7
g4. g g4
| % 8
a4. a a4
| % 9
b,1 | g | d' | a |
b1 | g | d' | a |
}
}
}
accordionMusic = {
\meterAndTempo
\clef "treble"
\key b \minor
\repeat volta 2 {
\relative c'' {
R1*8 |
\grace {b,8 d fs} b2. r4 |
\grace {g,8 b d} g2. r4 |
\grace {d8 fs a} d2. r4 |
\grace {a,8 cs e} a2. r4 |
\grace {b,8 d fs} b2. a4 |
\grace {g,8 b d} g2. fs4 |
\grace {d8 fs a} d2. cs4 |
\grace {a,8 cs e} a2. g4 |
}
}
fs'4
\bar "|."
}
@ -36,6 +114,13 @@ staffMelodica = \new Staff \with {
} \melodicaMusic
staffAccordion = \new Staff \with {
instrumentName = "Accordion"
shortInstrumentName = "Acc."
midiInstrument = "Accordion"
} \accordionMusic
staffPiano = \new PianoStaff \with {
instrumentName = "Piano"
shortInstrumentName = "P."

View file

@ -9,10 +9,36 @@ violinMusic = {
celloMusic = {
\meterAndTempo
\clef "bass"
\clef "bass_8"
\key b \minor
\stub
\repeat volta 2 {
\fixed c, {
b1 | e | d | a |
b1 | e | d | a |
}
\relative c, {
b8 d4 d8 fs4 a,
| % 2
g2. r4
| % 3
a8 d r8 d fs4 d
| % 4
cs4 r2. |
b'8 d,4 d8 d4 fs,
| % 2
g2. r4
| % 3
fs2 fs4 g
| % 4
a2. r4
|
}
}
}
@ -20,6 +46,7 @@ guitarMusic = {
\meterAndTempo
\key b \minor
\repeat volta 2 {
\chordmode {
\repeat unfold 2 {
b,1:m | a,:9 | g, | a, |
@ -28,6 +55,7 @@ guitarMusic = {
b,:m | g, | d, | a, |
}
}
}
}
@ -56,5 +84,4 @@ staffGuitar = \new Staff \with {
staffgroupStrings = \new StaffGroup <<
\staffViolin
\staffCello
\staffGuitar
>>

View file

@ -3,20 +3,26 @@ vocalsIMusic = {
\clef "treble"
\key b \minor
\repeat volta 2 {
\relative c' {
r4 b'8 a b a b a | b a~a e~e
e e e | d d~d d~d e d4 | cs8 d~d cs~cs4 r | \break
e e e | d d~d d~d e d4 | cs8 d~d cs~cs4 r |
% \break
r4 b'8 a b a b a | b a~a e~e
e e e | d d d d d d e d | cs d~d cs~cs4 r | \break
e e e | d d d d d d e d | cs d~d cs~cs4 r |
% \break
}
\relative c'' {
b4 b8 b~b b~4 | d8 b b b~b b~4 |
d4~8 d~d4 d | e cs8 cs~4 r | \break
d8 d~8 d~d4 d | e cs8 cs~4 r |
% \break
b4 b8 b~b b~4 | d8 d d a~a a~4 |
fs8 fs~fs fs~4 fs | a4 a8 a8~a4 r | \break
fs4 fs8 fs~4 fs | a4 a8 a8~a4 r |
% \break
}
}
}
vocalsIIMusic = {
\meterAndTempo
@ -26,6 +32,14 @@ vocalsIIMusic = {
\stub
}
vocalsIIIMusic = {
\meterAndTempo
\clef "treble"
\key b \minor
\stub
}
vocalsILyrics = \lyricmode {
\set stanza = "1. "
@ -36,29 +50,64 @@ vocalsILyrics = \lyricmode {
\set stanza = "C. "
Wel -- kom, wel -- kom, kom naar de kel -- der,
(zo gaat mijn me -- lo -- die).
in het echt of di -- gi -- taal.
Wel -- kom, wel -- kom, kom naar de kel -- der,
Han -- nes, schrijf meer tekst voor mij.
start van -- daag je Zeus -- ver -- haal.
}
vocalsILyricsStII = \lyricmode {
\set stanza = "2. "
In die kel -- der heb ik veel ge -- leerd __ _
en tot diep in de nacht ge -- prog -- ram -- meerd.
Al die tijd ben~'k nooit al -- leen ge -- weest, __ _
die mo -- men -- ten met mijn vrien -- den koes -- ter ik het meest.
}
vocalsIILyrics = \lyricmode {
}
vocalsIILyricsStII = \lyricmode {
}
vocalsIIILyrics = \lyricmode {
}
vocalsIIILyricsStII = \lyricmode {
}
staffgroupVocals = \new ChoirStaff <<
%\new Staff \with {
%instrumentName = "Zang"
%midiInstrument = "Alto Sax"
%}
%\new Voice \vocalsIMusic
%\addlyrics \vocalsILyrics
%\addlyrics \vocalsILyricsStII
% --------------------------------
\new Staff \with {
%instrumentName = "Zang 1"
%shortInstrumentName = "Z1"
instrumentName = "Felixiaan"
shortInstrumentName = "Fxn."
midiInstrument = "Alto Sax"
}
\new Voice = "vocals1" \vocalsIMusic
\new Lyrics \lyricsto "vocals1" \vocalsILyrics
\new Voice \vocalsIMusic
\addlyrics \vocalsILyrics
\addlyrics \vocalsILyricsStII
%\new Staff \with {
%instrumentName = "Zang 2"
%shortInstrumentName = "Z2"
%midiInstrument = "Tenor Sax"
%}
%\new Voice = "vocals2" \vocalsIIMusic
%\new Lyrics \lyricsto "vocals2" \vocalsIILyrics
\new Staff \with {
instrumentName = "Midgard"
shortInstrumentName = "Mid."
midiInstrument = "Tenor Sax"
}
\new Voice \vocalsIIMusic
\addlyrics \vocalsIILyrics
\addlyrics \vocalsIILyricsStII
\new Staff \with {
instrumentName = "Noctua"
shortInstrumentName = "Noc."
midiInstrument = "Tenor Sax"
}
\new Voice = "vocals3" \vocalsIIIMusic
\addlyrics \vocalsIIILyrics
\addlyrics \vocalsIIILyricsStII
>>

View file

@ -6,11 +6,14 @@
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
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 = {
@ -19,7 +22,9 @@ meterAndTempo = {
}
stub = {
R1*16 | \bar "||"
\repeat volta 2 {
R1*16
}
}
\include "parts-keys.ly"
@ -32,12 +37,13 @@ stub = {
\score {
\compressMMRests
<<
%\staffgroupPercussion
%\staffMelodica
%\staffPiano
\chordNames
\staffgroupVocals
%\staffgroupStrings
\staffPiano
\staffgroupStrings
\staffMelodica
\staffAccordion
\staffgroupPercussion
>>
\layout {
\context { \GrandStaff \accepts "Lyrics" }