From cb83ccefc551fab566cb65a78d1e66141900c31e Mon Sep 17 00:00:00 2001 From: rekado Date: Fri, 9 Dec 2016 18:26:49 +0100 Subject: white noise: stick: Use Alto Stick. --- 04-white-noise/music/stick.ly | 6 +++--- 04-white-noise/parts/stick.ly | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to '04-white-noise') 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 -- cgit v1.2.3