diff options
author | rekado <rekado@elephly.net> | 2016-09-02 08:27:48 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-09-02 08:27:48 +0200 |
commit | 9b7d46c669c29ebaf731ce7e027480afba4792cc (patch) | |
tree | 8615706e95d032465cb2fcfd32a7fa01b2e1502d /02-song2 | |
parent | 497fd186644f37271267d015ecd8c0679b38f35e (diff) |
song2: stick: Add comment to show how to play final.
Diffstat (limited to '02-song2')
-rw-r--r-- | 02-song2/music/stick.ly | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/02-song2/music/stick.ly b/02-song2/music/stick.ly index d67ab8e..098a5ab 100644 --- a/02-song2/music/stick.ly +++ b/02-song2/music/stick.ly @@ -187,6 +187,16 @@ stickFinalRight = \relative c' { \change Staff = "stick left" e' } + %% |--X--|--X--|-----|-----|-----|------- + %% |-----|--X--|-----|--X--|-----|------- + %% |-----|-----|-----|--X--|-----|------- + %% |-----|--X--|-----|-----|--X--|------- + %% |-----|-----|-----|-----|-----|------- + %% |-----|-----|-----|-----|-----|------- + %% 9 10 11 12 13 + %% + %% fret+string-finger + %% 10+4-1 13+4-3 12+3-2 13+4-3 12+3-2 10+2-1 \change Staff = "stick right" \tuplet 6/4 { fis a cis a cis e } \tuplet 3/2 { cis e fis } |