1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 20:54:40 +02:00
pipeband-music/airs/bells_of_dunblane/pipes.ly
Eric Teunis de Boone 1c05f8ba65 CMPD: Side scores update
Highland Laddie
Auld Lang Syne
Green Glens of Antrim
When the Pipers play
Bells of Dunblane
Rose of Kelvingrove
Cullen Bay
Standards
2019-02-04 00:01:59 +01:00

67 lines
873 B
Text

\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\line
}
\break
\part
\line
\bar "||"
\line
\bar "|."
\break
\part
\line
\bar "|."
}%Format
\new Voice = "pipes" {
\pipesA s4
\pipesBA \pipesBB s4
\pipesC s4
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 4
\pipesA \pipesA
\pipesBA \pipesBB
\pipesC
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}