mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
45 lines
782 B
Text
45 lines
782 B
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.thirds.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipesthrdglobal
|
|
<<
|
|
\new NullVoice = "format" {
|
|
% \line
|
|
}%Format
|
|
\new Voice = "thirds" {
|
|
\repeat unfold 8 { \pipesthrdA | \break } % Remove me
|
|
}%Pipes
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
subtitle = \subtitle
|
|
meter = \meter
|
|
instrument = \instrumentThrd
|
|
composer = \composerPipesthrd
|
|
arranger = \arrangerPipesthrd
|
|
}
|
|
}
|
|
\score {
|
|
\new Staff { \global \pipesthrdglobal
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
%%Tune
|
|
}
|
|
\midi { \confTempo }
|
|
\header {
|
|
title = \title
|
|
subtitle = \subtitle
|
|
meter = \meter
|
|
instrument = \instrumentThrd
|
|
composer = \composerPipesthrd
|
|
arranger = \arrangerPipesthrd
|
|
}
|
|
|
|
}
|