pipeband-music/airs/abide_with_me/pipes.ly

45 lines
590 B
Plaintext
Raw Normal View History

2016-10-25 08:17:17 +02:00
\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
{
\line
\line
\break
\line
\line
\bar "|."
}%Format
{
\pipes
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipes
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}