diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-26 23:54:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-26 23:54:52 +0200 |
commit | 6e5df65278cabe0df02bdcf4f717286861cf387c (patch) | |
tree | bc334d31909a47128c24dcba497efbc72b37dcbe | |
parent | d905c53135f4425009dee3b3ba97fab2bd9e7992 (diff) |
song 1: bass: Add final notes.
-rw-r--r-- | 01-song1/music/bass.ly | 5 | ||||
-rw-r--r-- | TODO.org | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/01-song1/music/bass.ly b/01-song1/music/bass.ly index 6e8775c..fd58dfd 100644 --- a/01-song1/music/bass.ly +++ b/01-song1/music/bass.ly @@ -174,6 +174,11 @@ bassMusic = { \bassATransitionVariantPreOutro \mark \default \repeat volta 2 \bassEnd + + \relative fis, { + e8 b r b r b4. | r1 | + cis,1 ~ | cis1 ~ | cis1 ~ | cis1 | + } } bass = << @@ -1,5 +1,5 @@ * song 1 -** bass: final notes are missing +** stick: final notes are missing * song 2 marta-rekado: 4/4 * circus |