mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 10:03:32 +01:00
52 lines
778 B
Text
52 lines
778 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "bagpipe.ly"
|
||
|
|
||
|
\include "./config.ily"
|
||
|
\include "./notes.pipes.ily"
|
||
|
|
||
|
\score {
|
||
|
\new Staff {
|
||
|
\global
|
||
|
\pipeglobal
|
||
|
<<
|
||
|
\new NullVoice = "format" {
|
||
|
\line \bar "||" \break
|
||
|
\line \bar "||" \break
|
||
|
\line \bar "|."
|
||
|
|
||
|
}%Format
|
||
|
|
||
|
\new Voice = "pipes" {
|
||
|
\pipesA
|
||
|
\pipesB
|
||
|
\pipesC
|
||
|
}
|
||
|
>>
|
||
|
}
|
||
|
\header {
|
||
|
title = \title
|
||
|
meter = \meter
|
||
|
instrument = \instrumentPipes
|
||
|
composer = \composerPipes
|
||
|
arranger = \arrangerPipes
|
||
|
}
|
||
|
}
|
||
|
\score {
|
||
|
\new Staff { \global \pipeglobal
|
||
|
\set Staff.midiInstrument = #"bagpipe"
|
||
|
%%Tune
|
||
|
\pipesA
|
||
|
\pipesB
|
||
|
\pipesC
|
||
|
}
|
||
|
\midi { \confTempo }
|
||
|
\header {
|
||
|
title = \title
|
||
|
meter = \meter
|
||
|
instrument = \instrumentPipes
|
||
|
composer = \composerPipes
|
||
|
arranger = \arrangerPipes
|
||
|
}
|
||
|
}
|