Added Riff: Ben E. King - Stand by Me
This commit is contained in:
parent
b4958cfef3
commit
293a178cb7
1 changed files with 57 additions and 0 deletions
57
ben_e_king - stand_by_me/bass.tabs.ly
Normal file
57
ben_e_king - stand_by_me/bass.tabs.ly
Normal file
|
@ -0,0 +1,57 @@
|
|||
\version "2.19.82"
|
||||
|
||||
\header {
|
||||
title = "Stand By Me"
|
||||
composer = "Ben E. King"
|
||||
instrument = "Electric Bass"
|
||||
}
|
||||
|
||||
global = {
|
||||
\key a \major
|
||||
\time 4/4
|
||||
}
|
||||
|
||||
electricBass_standbyme = \relative c, {
|
||||
\global
|
||||
\repeat volta 2 {
|
||||
\partial 4 e8 gis8 |
|
||||
a4. a4. e8 gis8 |
|
||||
a4. a4. a8 gis8 |
|
||||
fis4. fis4. cis4 |
|
||||
fis4. fis4. fis8 cis8 |
|
||||
d4. d4. d8 fis8 |
|
||||
e4. e4. e8 gis8 |
|
||||
a4. a4. e8 gis8
|
||||
a4. a4.
|
||||
}
|
||||
}
|
||||
|
||||
\score {
|
||||
\new StaffGroup \with {
|
||||
\consists "Instrument_name_engraver"
|
||||
instrumentName = "E.Bs."
|
||||
} <<
|
||||
\new Staff \with {
|
||||
midiInstrument = "electric bass (finger)"
|
||||
} { \clef "bass_8" \electricBass_standbyme }
|
||||
\new TabStaff \with {
|
||||
stringTunings = #bass-tuning
|
||||
%{
|
||||
minimumFret = #4
|
||||
restrainOpenStrings = ##t
|
||||
%}
|
||||
} \electricBass_standbyme
|
||||
>>
|
||||
\layout { }
|
||||
}
|
||||
\score {
|
||||
\new Staff \with {
|
||||
midiInstrument = "electric bass (finger)"
|
||||
instrumentName = "E.Bs."
|
||||
} {
|
||||
\unfoldRepeats { \electricBass_standbyme }
|
||||
}
|
||||
\midi {
|
||||
\tempo 4=100
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue