1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

Fixed a few tunes

Template for seconds and thirds and a 'full' for pipes added
This commit is contained in:
Eric Teunis de Boone 2016-03-21 01:29:43 +01:00
parent 16d7896465
commit 35bf4dc8f3
51 changed files with 1090 additions and 517 deletions

View file

@ -11,16 +11,19 @@
{
\repeat volta 2 {
\part \line \break
\line \break
\line \bar "|." \break
}
\repeat volta 2 {
\part \line \break
\line \break
\line \bar "|." \break
}
}
{
\pipesA s4
\pipesB s4
\pipesAA
\pipesAB s4
\pipesBA
\pipesBB s4
}
>>
}
@ -36,8 +39,8 @@
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 4
\repeat volta 2 { \pipesA }
\repeat volta 2 { \pipesB }
\repeat volta 2 { \pipesAA \pipesAB }
\repeat volta 2 { \pipesBA \pipesBB }
}
\midi { \confTempo }
}