scores-tinwhistle/slides/denis_murphy_s_slide.ly

83 lines
1.3 KiB
Plaintext

\version "2.19.80"
\header {
title = "Denis Murphy's Slide"
meter = "Slide"
enteredby = "kastdeur"
number = "23"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key d \major
\time 12/8
}
bpm = \tempo 4. = 90
fluteA = \relative c'' {
b8 |
a4 d,8 fis8 e d fis4 a8 a4 \breathe fis'8 |
g4 e8 fis4 d8 e4 d8 b8 cis d |
a4 d,8 fis8 e d fis4 a8 a4 \breathe fis'8 |
a4 fis8 e8 fis e d4. d4
}
fluteB = \relative c'' {
a8 |
d4 e8 fis4 fis8 g8 fis e fis4 \breathe fis8 |
g8 fis e fis4 d8 e4 d8 b8 a b |
d4 e8 fis4 \breathe fis8 g8 fis e fis4 g8 |
a4 fis8 e8 fis e d4. d4 \breathe
}
flute = \relative c'' {
\global
\repeat volta 2 {\partial 8 \fluteA s8}
\repeat volta 2 {\partial 8 \fluteB s8}
}
chordA = \chordmode {
s8
d1. |
e2.:m a2. |
d1. |
a2. d2. |
}
chordB = \chordmode {
\chordA
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 {\partial 8 \chordA}
\repeat volta 2 {\partial 8 \chordB}
}
chordsPart = \new ChordNames \with {
chordChanges = ##t
} \chordNames
flutePart = \new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} \flute
\score {
<<
\chordsPart
\flutePart
>>
\layout { }
}
\score {
\unfoldRepeats \removeWithTag #'midiRemove <<
\chordsPart
\flutePart
>>
\midi {
\bpm
}
}