pipeband-music/template/pipes.ly

47 lines
677 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
2016-01-07 14:47:02 +01:00
\score {
\new Staff {
\global
2016-02-19 11:57:29 +01:00
\pipeglobal
2016-01-07 14:47:02 +01:00
<<
2016-11-07 09:27:20 +01:00
\new NullVoice = "format" {
2016-11-07 09:27:20 +01:00
}%Format
2016-11-07 09:27:20 +01:00
\new Voice = "pipes" {
2016-11-07 09:27:20 +01:00
}
2016-01-07 14:47:02 +01:00
>>
}
\header {
title = \title
subtitle = \subtitle
2016-01-07 14:47:02 +01:00
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
2016-12-02 08:41:40 +01:00
arranger = \arrangerPipes
2016-01-07 14:47:02 +01:00
}
2016-02-19 11:57:29 +01:00
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}
\midi { \confTempo }
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
2016-12-02 08:41:40 +01:00
arranger = \arrangerPipes
}
}