90 lines
1.4 KiB
Text
90 lines
1.4 KiB
Text
\version "2.19.81"
|
|
|
|
\version "2.19.80"
|
|
|
|
\include "../book/book.sly"
|
|
|
|
\header {
|
|
title = "The Ballydesmond Polka (2)"
|
|
meter = "Polka"
|
|
enteredby = "kastdeur"
|
|
number = "26"
|
|
source = "Ireland's Best Tin Whistle Tunes Volume 1"
|
|
}
|
|
|
|
global = {
|
|
\key g \major
|
|
\time 2/4
|
|
}
|
|
|
|
bpm = \tempo 4 = 80
|
|
|
|
fluteA = \relative c'' {
|
|
c8 d16 c b8 c16 b |
|
|
a8 b16 a g8. a16 |
|
|
b8 d e8 d |
|
|
g4. \breathe d8 |
|
|
|
|
e8 a g8. e16 |
|
|
d8 b g8 a16 b |
|
|
c8 e d8 b |
|
|
a4 a4 \breathe |
|
|
}
|
|
fluteB = \relative c'' {
|
|
e8 a a8 g16 e |
|
|
d8 g g8. d16 |
|
|
e8 a a8 b |
|
|
g4 \breathe e8 d |
|
|
|
|
e8 a g8. e16 |
|
|
d8 b g8 a16 b |
|
|
c8 e d8 b |
|
|
a4 a4 \breathe
|
|
}
|
|
|
|
flute = \relative c'' {
|
|
\global
|
|
\slurUp
|
|
\tupletUp
|
|
\repeat volta 2 { \fluteA }
|
|
\break
|
|
\repeat volta 2 { \fluteB }
|
|
}
|
|
chordA = \chordmode {
|
|
c4 g4 | a4:m e4:m | g2 | g2 | a2:m | g2 | c4 e4:m | a2:m
|
|
}
|
|
chordB = \chordmode {
|
|
a2:m | g2 | a2:m | e2:m | a2:m | g2 | a4:m e4:m | a2:m
|
|
}
|
|
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
|
|
}
|
|
}
|