diff options
author | rekado <rekado@elephly.net> | 2016-12-09 18:26:49 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-12-09 18:26:49 +0100 |
commit | cb83ccefc551fab566cb65a78d1e66141900c31e (patch) | |
tree | 26912579dafd0a231102d4cfb25315a7a5cf1c0f /04-white-noise | |
parent | 388ec5e7f9f290d0f588c3fb29278d6225ef1202 (diff) |
white noise: stick: Use Alto Stick.
Diffstat (limited to '04-white-noise')
-rw-r--r-- | 04-white-noise/music/stick.ly | 6 | ||||
-rw-r--r-- | 04-white-noise/parts/stick.ly | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/04-white-noise/music/stick.ly b/04-white-noise/music/stick.ly index 095fdb1..be626a2 100644 --- a/04-white-noise/music/stick.ly +++ b/04-white-noise/music/stick.ly @@ -144,7 +144,7 @@ stickShifterRight = \relative c { stickLeft = { \key fis \minor - \clef "bass_8" + \clef "bass" \stickIntro \time 4/4 r1 \whiteNoise @@ -186,11 +186,11 @@ stick = << \set PianoStaff.pedalSustainStyle = #'bracket \new StaffTab = "stick right" { - \set Staff.stringTunings = #stick-matched-reciprocal-tuning + \set Staff.stringTunings = #alto-stick-bobs-expanded-tuning \stickRight } \new StaffTab = "stick left" { - \set Staff.stringTunings = #stick-matched-reciprocal-tuning + \set Staff.stringTunings = #alto-stick-bobs-expanded-tuning \stickLeft } >> diff --git a/04-white-noise/parts/stick.ly b/04-white-noise/parts/stick.ly index f74dfd8..e70bce6 100644 --- a/04-white-noise/parts/stick.ly +++ b/04-white-noise/parts/stick.ly @@ -2,7 +2,7 @@ \header { title = "White Noise" - subtitle = "Grand Stick" + subtitle = "Alto Stick" composer = "The very pretentious elephlies" copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } @@ -12,7 +12,7 @@ \include "../music/stick.ly" \score { - \new PianoStaff = "grand stick" \with { + \new PianoStaff = "alto stick" \with { pedalSustainStyle = #'bracket } { \compressMMRests \stick |