mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-16 08:23:31 +01:00
35bf4dc8f3
Template for seconds and thirds and a 'full' for pipes added
35 lines
532 B
Text
35 lines
532 B
Text
\version "2.18.2"
|
|
|
|
\include "config.ily"
|
|
\include "notes.pipes.seconds.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipessecndglobal
|
|
<<
|
|
{ }%Format
|
|
{ }
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentpipessecnd
|
|
composer = \composerpipessecnd
|
|
}
|
|
}
|
|
\score {
|
|
\new Staff { \global \pipessecndglobal
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
%%Tune
|
|
}
|
|
\midi { \confTempo }
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentpipessecnd
|
|
composer = \composerpipessecnd
|
|
}
|
|
|
|
}
|