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

Added a side for the Crusaders March

This commit is contained in:
Eric-Teunis de Boone 2016-08-16 11:16:30 +02:00
parent 9b7709bf0b
commit dcc37c88f4
6 changed files with 128 additions and 0 deletions

View file

@ -0,0 +1,39 @@
\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
{
\part \line \bar "|."
\break
\line \bar "|."
}
{
\pipesA
\pipesB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipesA
\pipesB
}
\midi { \confTempo }
}