1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-16 04:49:22 +02:00

Old stash with some a few random fixes

Stash was created in November 2019..
This commit is contained in:
Eric-Teunis de Boone 2022-03-15 23:44:29 +01:00
parent cb2e11cc6a
commit 413fb31eb8
7 changed files with 27 additions and 32 deletions

View file

@ -8,7 +8,7 @@ pipeglobal = {
}
% Music
pipesA = {
A16 |
A8 |
c16 \grd a8. \grg e8 a8 \grg c16 \grd a8. \dblg g4 |
b16 \grd a8. \dbld d8 a8 \grg b8. \grd b16 \gre b8 A8 |
c16 \grd a8. \grg e8 a8 \grg c16 \grd a8. \dblg g4 |
@ -16,7 +16,7 @@ pipesA = {
}
pipesBA = {
e16 |
e8 |
\dblA A4 e8. A16 g16 A8. \hdble e8. g16 |
\dblg g4 \grA d8. g16 \grA b16 g8. d8. e16 |
}
@ -27,4 +27,4 @@ pipesBBA = {
pipesBBB = {
A8 f g e \grg f8 d \grg e16 A8. |
g8 e \grg d b \gra c8. \grd a16 \gre a8
}
}

View file

@ -11,16 +11,16 @@
\pipeglobal
\repeat volta 2 {
\partial 16
\pipesA s16
\partial 8
\pipesA s8
}
\break
\repeat volta 2 {
\partial 16
\partial 8
\pipesBA
} \alternative {
{ \pipesBBA }
{ \pipesBBB s16 }
{ \pipesBBB s8 }
}
\bar "|."
}