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

65 lines
902 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
<<
\new NullVoice = "format" {
2016-02-19 11:57:29 +01:00
\repeat volta 2 {
\line
}
\break
\repeat volta 2 {
\halfline
}
2016-02-19 11:57:29 +01:00
\alternative {
{ \halfline }
{ \halfline }
2016-02-19 11:57:29 +01:00
}
\bar "|."
}%Format
2016-02-19 11:57:29 +01:00
\new Voice = "pipes" {
\pipesA
\pipesB
\pipesBA
\pipesBB
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
}
}