pipeband-music/4-4_marches/48th_highlanders_of_holland/pipes.ly

44 lines
768 B
Plaintext

\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
\partial 4 \pipesA s4 \bar "||" \break
\partial 4 \pipesB s4 \bar "||" \break
\partial 4 \pipesC s4 \bar "||" \break
\partial 4 \pipesD s4 \bar "|." \break
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 4
\pipesA
\pipesB
\pipesC
\pipesD
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}