1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-06-18 05:06:37 +02:00

New Tune: Piper of Drummond

This commit is contained in:
Eric-Teunis de Boone 2023-05-03 23:51:33 +02:00
parent 44eef0cc37
commit ba4e95f07a
3 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1,62 @@
\version "2.24.1"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part \line
}
\break
\part
\line
\break
\line
\fine
}%Format
\new Voice = "pipes" {
\pipesA s16
\pipesBA
\pipesBB s16
}%Pipes
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 16
\pipesA
\pipesA
\pipesBA
\pipesBB
}
\midi { \confTempo }
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}