1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-27 12:24:40 +02:00
pipeband-music/other/wilhelmus/pipes.seconds.ly
Eric Teunis de Boone 76e6d0ffa1 A lot of new Tunes
Still work to do on the Anthems and Jim Thomson of flagstaff
2016-11-07 23:33:04 +01:00

60 lines
878 B
Text

\version "2.18.2"
\include "config.ily"
\include "notes.pipes.seconds.ily"
\score {
\new Staff {
\global
\pipessecndglobal
<<
\new NullVoice = "format" {
\part
\repeat unfold 7 \measure
\bar "||"
\break
\part
\repeat unfold 7 \measure
\bar "|."
\break
\part
\line
\break
\line
\bar "|."
}%Format
\new Voice = "seconds" {
\pipessecndAA s4
\pipessecndAB s4
\pipessecndB s4
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
}
}
\score {
\new Staff { \global \pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipessecndAA
\pipessecndAB
\pipessecndB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
}
}