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

New Tunes: Airs:

Going Home
The Day Thou Gavest
This commit is contained in:
Eric Teunis de Boone 2019-03-04 03:25:33 +01:00
parent 1973fa2c44
commit d2479024a6
9 changed files with 431 additions and 0 deletions

View file

@ -0,0 +1,50 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\line
\break
\line \bar "|."
}%Format
\new Voice = "pipes" {
\pipesA
\pipesB s4
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipesA
\pipesB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}