pipeband-music/template/pipes.seconds.ly

46 lines
794 B
Plaintext
Raw Normal View History

\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.seconds.ily"
\score {
\new Staff {
\global
\pipessecndglobal
<<
2016-11-07 09:27:20 +01:00
\new NullVoice = "format" {
2022-10-12 02:24:22 +02:00
% \line
2016-11-07 09:27:20 +01:00
}%Format
\new Voice = "seconds" {
2022-10-12 02:24:22 +02:00
\repeat unfold 8 { \pipessecndA | \break } % Remove me
}%Pipes
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentSecnd
2016-10-20 01:28:16 +02:00
composer = \composerPipesSecnd
2016-12-02 08:41:40 +01:00
arranger = \arrangerPipesSecnd
}
}
\score {
\new Staff { \global \pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}
\midi { \confTempo }
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentSecnd
2016-10-20 01:28:16 +02:00
composer = \composerPipesSecnd
2016-12-02 08:41:40 +01:00
arranger = \arrangerPipesSecnd
}
}