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:
a3156b5
)
white noise: stick: Use StaffTab notation.
author
rekado
<rekado@elephly.net>
Tue, 6 Dec 2016 13:29:58 +0000
(14:29 +0100)
committer
rekado
<rekado@elephly.net>
Tue, 6 Dec 2016 13:29:58 +0000
(14:29 +0100)
04-white-noise/music/stick.ly
patch
|
blob
|
history
diff --git
a/04-white-noise/music/stick.ly
b/04-white-noise/music/stick.ly
index a1af61002435b99cd7142195c52be3c27bde9c70..bd6a84e11a480dbe5f2ff21c46ab68aff1acc57a 100644
(file)
--- a/
04-white-noise/music/stick.ly
+++ b/
04-white-noise/music/stick.ly
@@
-1,3
+1,5
@@
+\include "../stafftab.ly"
+
stickIntro = {
\time 4/4 { R1*8 }
%% silly but I have to mimick the repeats for the other voices to
stickIntro = {
\time 4/4 { R1*8 }
%% silly but I have to mimick the repeats for the other voices to
@@
-218,6
+220,12
@@
stick = <<
\set PianoStaff.midiInstrument = #"electric guitar (jazz)"
\set PianoStaff.pedalSustainStyle = #'bracket
\set PianoStaff.midiInstrument = #"electric guitar (jazz)"
\set PianoStaff.pedalSustainStyle = #'bracket
- \new Staff \stickRight
- \new Staff \stickLeft
+ \new StaffTab = "stick right" {
+ \set Staff.stringTunings = #stick-matched-reciprocal-tuning
+ \stickRight
+ }
+ \new StaffTab = "stick left" {
+ \set Staff.stringTunings = #stick-matched-reciprocal-tuning
+ \stickLeft
+ }
>>
>>