scores-tinwhistle/reels/rolling_on_the_rye_grass.ly

106 lines
1.2 KiB
Plaintext

\version "2.19.80"
\header {
title = "Rolling on the Rye Grass"
meter = "Reel"
enteredby = "kastdeur"
number = "22"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key g \major
\time 4/4
}
bpm = \tempo 2 = 60
flute = \relative c'' {
\global
% Muziek volgt hier.
a4 a8 fis
d8 fis a fis
|
g4 b8 g8
d'8 g, b g
|
a4 \breathe a8 fis
d8 fis a fis
|
g8 b a fis
e4
d8 fis
|
a b a fis
d fis a fis
|
g4 \breathe b8 g
d'8 g, b g
|
a4 a8 fis
d8 fis a fis
|
g8 b a fis
e4 d4 \breathe
\bar "||"
\break
a'8 b d e
fis4 d8 fis
|
g4 e8 g
fis8 e d b
|
a8 b d e
fis4 \breathe d8 fis
|
a8 fis d fis
e4
d8 b
|
a8 b d e
fis4 \breathe d8 fis
|
g8 e e g
fis8 e d b
|
a8 b d e
fis4 \breathe d8 fis
|
a8 fis d fis
e4 d4
\bar "|."
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
d1 g1 d1 g2 a2
d1 g1 d1 g2 a4 d4
d1 g2 a2 d1 a2 g2
d1 g2 a2 d1 a2 g4 d4
}
chordsPart = \new ChordNames \with {
chordChanges = ##t
} \chordNames
flutePart = \new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} \flute
\score {
<<
\chordsPart
\flutePart
>>
\layout { }
\midi {
\bpm
}
}