mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Small fixes + new Tune: Castle Dangerous
This commit is contained in:
parent
dfc5f8a81b
commit
d27ca35b85
25 changed files with 842 additions and 57 deletions
|
@ -8,7 +8,7 @@ confTempo = {
|
|||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
part = { \partial 16 \grace{s4.} s16 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 2 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
|
|
@ -8,7 +8,7 @@ pipeglobal = {
|
|||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
A8 |
|
||||
A16 |
|
||||
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 = {
|
||||
e8 |
|
||||
e16 |
|
||||
\dblA A4 e8. A16 g16 A8. \hdble e8. g16 |
|
||||
\dblg g4 \grA d8. g16 \grA b16 g8. d8. e16 |
|
||||
}
|
||||
|
|
|
@ -11,16 +11,16 @@
|
|||
\pipeglobal
|
||||
|
||||
\repeat volta 2 {
|
||||
\partial 8
|
||||
\pipesA s8
|
||||
\partial 16
|
||||
\pipesA s16
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\partial 8
|
||||
\partial 16
|
||||
\pipesBA
|
||||
} \alternative {
|
||||
{ \pipesBBA }
|
||||
{ \pipesBBB s8 }
|
||||
{ \pipesBBB s16 }
|
||||
}
|
||||
\bar "|."
|
||||
}
|
||||
|
@ -36,7 +36,7 @@
|
|||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\partial 16
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue