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

New Tune: Gliding to Arnhem

This commit is contained in:
Eric Teunis de Boone 2019-09-20 01:42:53 +02:00
parent 5d8d6b96d4
commit 4abdf0dde3
3 changed files with 141 additions and 0 deletions

View file

@ -0,0 +1,63 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
\repeat volta 2 {
\partial 8 \pipesA
}
\break
\repeat volta 2 {
\partial 8 \pipesB
}
\break
\repeat volta 2 {
\partial 8 \pipesC
}
\break
\repeat volta 2 {
\partial 8 \pipesD
}
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesA \pipesA
\pipesB \pipesB
\pipesC \pipesC
\pipesD \pipesD
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}