mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-13 06:53:32 +01:00
35bf4dc8f3
Template for seconds and thirds and a 'full' for pipes added
34 lines
491 B
Text
34 lines
491 B
Text
\version "2.18.2"
|
|
|
|
\include "config.ily"
|
|
\include "notes.pipes.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipeglobal
|
|
<<
|
|
{ }%Format
|
|
{ }
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
}
|
|
}
|
|
\score {
|
|
\new Staff { \global \pipeglobal
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
%%Tune
|
|
}
|
|
\midi { \confTempo }
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
}
|
|
}
|