mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 10:03:32 +01:00
081caa3cbb
3-4_marches/ 4-4_marches/ 5-4_marches/ 6-8_marches/ 9-8_marches/ airs/ hornpipes/ jigs/ others/ reels/ sinterklaas/
45 lines
624 B
Text
45 lines
624 B
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipeglobal
|
|
|
|
\repeat volta 2 {
|
|
\pipesA
|
|
}
|
|
\break
|
|
\repeat volta 2 {
|
|
\pipesB
|
|
}
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
}
|
|
}
|
|
\score {
|
|
\new Staff { \global \pipeglobal
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
%%Tune
|
|
\pipesA
|
|
\pipesA
|
|
|
|
\pipesB
|
|
\pipesB
|
|
}
|
|
\midi { \confTempo }
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
}
|
|
}
|