mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 10:03:32 +01:00
62 lines
927 B
Text
62 lines
927 B
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.ily"
|
|
\include "./notes.pipes.seconds.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipessecndglobal
|
|
<<
|
|
\new NullVoice = "format" {
|
|
\repeat unfold 2 {
|
|
\line
|
|
}
|
|
\bar "||"
|
|
\break
|
|
\repeat unfold 2 {
|
|
\line
|
|
}
|
|
\bar "|."
|
|
}%Format
|
|
|
|
\new Voice = "pipes" {
|
|
\pipesA
|
|
\pipessecndA
|
|
|
|
\pipesB
|
|
\pipessecndB
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentSecnd
|
|
composer = \composerPipesSecnd
|
|
arranger = \arrangerPipesSecnd
|
|
}
|
|
}
|
|
\score {
|
|
\new Staff { \global \pipessecndglobal
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
%%Tune
|
|
\pipesA
|
|
\pipessecndA
|
|
|
|
\pipesB
|
|
\pipessecndB
|
|
}
|
|
\midi { \confTempo }
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentSecnd
|
|
composer = \composerPipesSecnd
|
|
arranger = \arrangerPipesSecnd
|
|
}
|
|
|
|
}
|