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

54 lines
732 B
Plaintext
Raw Normal View History

2016-02-19 11:57:29 +01:00
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
2016-02-19 11:57:29 +01:00
\score {
\new Staff {
\global
\pipeglobal
2016-02-19 11:57:29 +01:00
\repeat volta 2 {
\pipesA
}
\break
\repeat volta 2 {
\pipesA
} \alternative {
\pipesBA
\pipesBB
}
\bar "|."
2016-02-19 11:57:29 +01:00
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipesA
\pipesB
\pipesBA
\pipesB
\pipesBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
2016-02-19 11:57:29 +01:00
}
}