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

New Tune: Stumpie

This commit is contained in:
Eric-Teunis de Boone 2020-07-06 01:38:54 +02:00
parent 1e2127ced0
commit 074ae13720
3 changed files with 111 additions and 0 deletions

View file

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