projects
/
music
/
pretentious.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2585208
)
circus: bass: Add dummy for "beauty" section
author
rekado
<rekado@elephly.net>
Thu, 22 Oct 2015 16:28:50 +0000
(18:28 +0200)
committer
rekado
<rekado@elephly.net>
Thu, 22 Oct 2015 16:28:50 +0000
(18:28 +0200)
03-circus/parts/bass.ly
patch
|
blob
|
history
diff --git
a/03-circus/parts/bass.ly
b/03-circus/parts/bass.ly
index 7effad8b82bec9982c55df96a89dbe5a69ecfa57..eba13843708eedeb862b4cbe3aa5f107d819e8ab 100644
(file)
--- a/
03-circus/parts/bass.ly
+++ b/
03-circus/parts/bass.ly
@@
-57,6
+57,15
@@
bassDance = \relative cis, {
e2. | fis8-. r fis, r r4_"D.S." \bar "|." |
}
+bassBeauty = \relative cis, {
+ \repeat unfold 3 {
+ \time 4/4 { b,1 | }
+ %% TODO: natural harmonics
+ \time 3/4 { r8 r r r r r | }
+ }
+ d-. d-. d-. cis-. cis-. cis-. |
+}
+
bass = {
\set Staff.midiInstrument = #"electric bass (finger)"
\clef "bass_8"
@@
-87,4
+96,5
@@
bass = {
\bassDance
}
+ \repeat volta 2 { \bassBeauty }
}