mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Quick fix for Pikeman's March Tenor
This commit is contained in:
parent
3d6f025aee
commit
ac4c9758fc
3 changed files with 30 additions and 5 deletions
|
@ -7,14 +7,20 @@
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
{\repeat volta 2 { \part \line \break \line} \break
|
{
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
\break
|
||||||
|
\line
|
||||||
|
}
|
||||||
|
\break
|
||||||
\part \line \break
|
\part \line \break
|
||||||
\line \break
|
\line \break
|
||||||
\line \bar "|."
|
\line \bar "|."
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
\tenorAA
|
\tenorAA
|
||||||
\tenorAB
|
\tenorAB s8
|
||||||
|
|
||||||
\tenorBA
|
\tenorBA
|
||||||
\tenorBB
|
\tenorBB
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
global = {
|
global = {
|
||||||
\time 4/4
|
\time 4/4
|
||||||
}
|
}
|
||||||
|
confTempo = { \tempo 4 = 108 }
|
||||||
%% Format
|
%% Format
|
||||||
part = { \partial 16 s16 }
|
part = { \partial 16 s16 }
|
||||||
line = { \repeat unfold 4 { s1 | } }
|
line = { \repeat unfold 4 { s1 | } }
|
||||||
|
|
||||||
%% Headers
|
%% Headers
|
||||||
title = "Lady MacKenzie of Fairburn"
|
title = "Lady MacKenzie of Fairburn"
|
||||||
meter = "Strathspey"
|
meter = "Strathspey"
|
||||||
|
|
|
@ -18,4 +18,23 @@
|
||||||
instrument = \instrumentPipes
|
instrument = \instrumentPipes
|
||||||
composer = \composerPipes
|
composer = \composerPipes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
\score {
|
||||||
|
\midi { \confTempo }
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\bagpipeKey
|
||||||
|
\partial 8
|
||||||
|
\pipesA
|
||||||
|
\pipesA
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue