2016-11-28 08:27:26 +01:00
|
|
|
% 2/4 Maries Wedding
|
|
|
|
% Pipes
|
|
|
|
\version "2.18.2"
|
2019-01-21 02:07:22 +01:00
|
|
|
composerPipes = "Trad."
|
|
|
|
arrangerPipes = ""
|
2016-11-28 08:27:26 +01:00
|
|
|
pipeglobal = {
|
2019-03-23 06:49:37 +01:00
|
|
|
\key a \mixolydian
|
2019-03-02 22:24:38 +01:00
|
|
|
}
|
2016-11-28 08:27:26 +01:00
|
|
|
% Music
|
|
|
|
pipesA = {
|
|
|
|
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
|
|
|
|
\thrwd d8. [ e16 ] \dblf f4 |
|
|
|
|
\dble e8 [ d8 ] \dblb b8 [ d8 ] |
|
2019-01-21 02:07:22 +01:00
|
|
|
\dblf f8 [ e8 ] \dblf f8 [ A8 ] |
|
2016-11-28 08:27:26 +01:00
|
|
|
|
|
|
|
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
|
|
|
|
\thrwd d8. [ e16 ] \dblf f4 |
|
|
|
|
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
|
|
|
|
\grg a4 \wbirl a4
|
|
|
|
}
|
|
|
|
|
|
|
|
pipesBA = {
|
|
|
|
\grg f8 [ A8 ] \grg A4 |
|
|
|
|
\grip A8. [ g16 ] \dblf f4 |
|
|
|
|
\dble e8 [ d8 ] \dblb b8 [ d8 ] |
|
2019-01-21 02:07:22 +01:00
|
|
|
\dblf f8 [ e8 ] \dblf f4
|
2016-11-28 08:27:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
pipesBBA = {
|
|
|
|
\grg f8 [ A8 ] \grg A4 |
|
|
|
|
\grip A8. [ g16 ] \dblf f4 |
|
|
|
|
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
|
|
|
|
\grg a4 \wbirl a4
|
|
|
|
}
|
|
|
|
|
|
|
|
pipesBBB = {
|
|
|
|
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
|
|
|
|
\thrwd d8. [ e16 ] \dblf f4 |
|
|
|
|
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
|
|
|
|
\grg a4 \wbirl a4
|
|
|
|
}
|