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

Added new tunes for pipes

This commit is contained in:
Eric Teunis de Boone 2016-03-11 23:56:40 +01:00
parent 3d6f025aee
commit 9f9041c353
34 changed files with 877 additions and 399 deletions

View file

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