mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
38 lines
458 B
Text
38 lines
458 B
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.ily"
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipeglobal
|
|
<<
|
|
{
|
|
\repeat unfold 2 {
|
|
\partial 4 s4
|
|
\line
|
|
\break
|
|
\line
|
|
\bar "|."
|
|
\break
|
|
}
|
|
|
|
}
|
|
{
|
|
\pipesAA
|
|
\pipesAB s4
|
|
|
|
\pipesBA
|
|
\pipesBB
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
}
|
|
}
|