1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-27 20:24:42 +02:00
pipeband-music/template/pipes.seconds.ly
2016-11-07 09:27:20 +01:00

40 lines
589 B
Text

\version "2.18.2"
\include "config.ily"
\include "notes.pipes.seconds.ily"
\score {
\new Staff {
\global
\pipessecndglobal
<<
\new NullVoice = "format" {
}%Format
\new Voice = "seconds" {
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
}
}
\score {
\new Staff { \global \pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
}
}