pipeband-music/2-4_marches/high_road_to_gairloch/pipes.ly

29 lines
416 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
\pipeglobal
\set Staff.midiInstrument = #"bagpipe"
2016-01-07 14:47:02 +01:00
\pipesA
\bar "||"
2016-01-07 14:47:02 +01:00
\pipesB
\bar "|."
2016-01-07 14:47:02 +01:00
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
2016-01-07 14:47:02 +01:00
}
\layout { }
\midi { \confTempo }
2016-01-07 14:47:02 +01:00
}