mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
34 lines
460 B
Text
34 lines
460 B
Text
% 3/4 The Day Thou Gavest
|
|
% Pipes
|
|
\version "2.18.2"
|
|
composerPipes = ""
|
|
arrangerPipes = ""
|
|
pipeglobal = {
|
|
\key d \major
|
|
}
|
|
% Music
|
|
pipesA = {
|
|
a4
|
|
\grg f4 g4 \grA f4 |
|
|
\dblA A4 f4 e4 |
|
|
\thrwd d4 e4 b4 |
|
|
\dbld d4 c4 b4 |
|
|
|
|
\grg a2 \wbirl a4 |
|
|
\thrwd d4 e4 f4 |
|
|
\dble e2 d4 |
|
|
\dblc c2
|
|
}
|
|
|
|
pipesB = {
|
|
a4
|
|
\grg f4 g4 \grA f4 |
|
|
\dblA A4 f4 e4 |
|
|
\thrwd d4 e4 b4 |
|
|
\dbld d4 c4 b4 |
|
|
|
|
\grg a4 b4 \grd c4 |
|
|
\thrwd d4 f4 e4 |
|
|
\grg b4 d4 \grg c4 |
|
|
\thrwd d2
|
|
}
|