Added Riff: Pink Floyd - Money

This commit is contained in:
Eric Teunis de Boone 2019-09-08 20:18:42 +02:00
parent 2d95f7b396
commit 0b1b0ff5ca
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
\version "2.19.82"
\header {
title = "Money"
composer = "Pink Floyd"
}
global = {
\key c \major
}
electricBass_pinkfloyd_money = \relative c, {
\time 7/4
% Muziek volgt hier.
\repeat volta 4 {
b4 b'8 fis8 b,8 r8 fis4 a b d |
}
}
\score {
\new StaffGroup \with {
\consists "Instrument_name_engraver"
instrumentName = "E.Bs."
} <<
\new Staff \with {
midiInstrument = "electric bass (finger)"
} { \clef "bass_8" \electricBass_pinkfloyd_money }
\new TabStaff \with {
stringTunings = #bass-tuning
} \electricBass_pinkfloyd_money
>>
\layout { }
\midi {
\tempo 4=100
}
}