1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-10-31 17:43:32 +01:00
pipeband-music/4-4_marches/flett_from_flotta/pipes.ly
Eric Teunis de Boone c222ebaea3 Tune fixes
2016-12-02 08:41:40 +01:00

51 lines
662 B
Text

\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
{
\repeat volta 2 {
\partial 4 s4
\line \break
\line \break
}
\repeat volta 2 {
\partial 4 s4
\line \break
\line \break
}
}
{
\pipesA s4
\pipesB s4
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 4
\pipesA
\pipesA
\pipesB
\pipesB
}
\midi { \confTempo }
}