scores-tinwhistle/polkas/john_ryans_polka.ly

89 lines
1.4 KiB
Plaintext

\version "2.19.80"
\header {
title = "John Ryan's Polka"
meter = "Polka"
enteredby = "kastdeur"
number = "34"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key d \major
\time 2/4
}
bpm = \tempo 4 = 80
fluteA = \relative c'' {
d8-\staccato d-\staccato b16 cis d b |
a8 fis a8 fis |
d'8-\staccato d-\staccato b16 cis d b |
a8 fis e4 |
d'8-\staccato d-\staccato b16 cis d b |
a8 fis a8[ \breathe d16 e] |
fis8 d e8 d |
d4 d4 \breathe |
}
fluteB = \relative c'' {
fis8 d d8 e16 fis |
g8 fis e8 d16 e |
fis8 d a8 d |
fis8 a a8. \breathe g16 |
fis8 d d8 e16 fis |
g8 fis e8 d16 e |
fis8 d e8 d |
d4 d4 \breathe |
}
flute = \relative c'' {
\global
\slurUp
\tupletUp
\repeat volta 2 { \fluteA }
\break
\repeat volta 2 { \fluteB }
}
chordA = \chordmode {
d4 g4 | d2 | d4 g4 | d4 a4 |
d4 g4 | d2 | d4 a4 | d2 |
}
chordB = \chordmode {
d2 | g2 | d2 | a2 |
d2 | g2 | d4 a4 | d2
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 { \chordA }
\repeat volta 2 { \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
}
}