mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
31 lines
397 B
Text
31 lines
397 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "bagpipe.ly"
|
||
|
|
||
|
\include "./config.ily"
|
||
|
\include "./notes.pipes.ily"
|
||
|
|
||
|
\score {
|
||
|
\transpose a d {
|
||
|
\new Staff {
|
||
|
\global
|
||
|
\pipeglobal
|
||
|
\repeat volta 2 {
|
||
|
\partial 4
|
||
|
\pipesA s4
|
||
|
}
|
||
|
\break
|
||
|
\repeat volta 2 {
|
||
|
\partial 4
|
||
|
\pipesB s4
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
\header {
|
||
|
title = \title
|
||
|
meter = \meter
|
||
|
instrument = \instrumentPipes
|
||
|
composer = \composerPipes
|
||
|
}
|
||
|
}
|