Update score

This commit is contained in:
Midgard 2020-10-04 20:21:39 +02:00
parent 6a5bed8355
commit 7dca831b59
Signed by: midgard
GPG key ID: 511C112F1331BBB4
3 changed files with 31 additions and 17 deletions

View file

@ -140,7 +140,7 @@ accordionRHMusic = {
b2. d4 | g2. fs4 |
a4. a fs4 | e2. d8 cs |
b2 r
b1
}
\bar "|."
}
@ -163,6 +163,6 @@ accordionLHMusic = {
\accordionChorusLHMusic
\accordionChorusLHMusic
\fixed c,, { \chordmode {
b2:m3.5.8_"b" r2
b1:m3.5.8_"b"
} }
}

View file

@ -7,36 +7,46 @@ violinMusic = {
}
celloVerse = \fixed c, {
b,1 | cs | d | cs |
b,1 | cs | d | cs |
celloVerse = \fixed c {
b,1 | a, | d | e |
b,1 | a, | fs | a |
}
celloChorusI = \fixed c, {
b,1 | fs | d | cs |
b,1 | fs | d | cs |
celloChorusI = \fixed c {
b,1 | d | <d a> | <cs a> |
<b, g>1 | <d fs> | <d a> | <cs a> |
<fs b> | R1 |
}
celloChorusII = \relative c, {
celloChorusII = \relative c {
b8 d4 d8 fs4 a, | g2. r4 |
a8 d r8 d fs4 d | cs4 r2. |
a8 d r8 d fs4 d | cs2. r4 |
b'8 d,4 d8 d4 fs, | g2. r4 |
fs2 fs4 g | a2. r4 |
}
celloChorusIII = \relative c {
b8 d4 d8 fs4 a, | g2. r4 |
a8 d r8 d fs4 d | cs2. r4 |
b'8 d,4 d8 d4 fs, | g2. r4 |
fs2 fs4 g | a1 |
}
celloMusic = {
\meterAndTempo
\clef "bass_8"
\clef "bass"
\key b \minor
\fixed c, { b,1 | cs | d | fs } |
\fixed c { <b, fs>1 | <cs fs> | <d fs> | e2. d8 cs } |
\celloVerse
\celloChorusI
R1*2
R1*8 % verse
\celloChorusI % Drop already included
R1*3 % verse
\fixed c { r2. b,8 a, | b,4 r2. | }
R1*3
\celloChorusII % bare chorus
R1*8 % bridge
R1*8 % chorus
\celloChorusII
\fixed c, { e,2 r }
\celloChorusIII
\fixed c { b,1 }
\bar "|."
}

View file

@ -38,6 +38,7 @@ anonymousStaffVocals = {
\new Staff \with {
instrumentName = "Zang"
% No MIDI instrument
\remove "Staff_performer"
\magnifyStaff #2/3
}
\new Voice \vocalsIMusic \addlyrics \vocalsILyrics
@ -126,6 +127,7 @@ anonymousStaffVocals = {
\new Staff \with { instrumentName = "Cello" midiInstrument = "Cello" } \celloMusic
>>
\layout {}
\midi {}
}
}
@ -143,6 +145,7 @@ anonymousStaffVocals = {
>>
>>
\layout {}
\midi {}
}
}
@ -157,5 +160,6 @@ anonymousStaffVocals = {
\new Voice \vocalsIMusic \addlyrics \vocalsILyrics
>>
\layout {}
\midi {}
}
}