1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 12:44:42 +02:00
pipeband-music/2-4_marches/caller_herrin/pipes.ly
Eric Teunis de Boone 2da4ee09cb Small Tweaks to Gliding to Arnhem and 10th Btn HLI
Rewrote Caller Herrin'
2019-11-13 17:53:31 +01:00

39 lines
461 B
Text

\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
<<
{
\repeat volta 2 {
\part \halfline
\halfline
}
\break
\part \halfline
\break
\line
\bar "|."
}
{
\pipesA s8
\pipesB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}