mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-05 19:43:31 +01:00
28 lines
318 B
Text
28 lines
318 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "config.ily"
|
||
|
\include "notes.pipes.ily"
|
||
|
|
||
|
\score {
|
||
|
\new Staff {
|
||
|
\global
|
||
|
\bagpipeKey
|
||
|
<<
|
||
|
{
|
||
|
\line
|
||
|
\line
|
||
|
}
|
||
|
{
|
||
|
\pipesA
|
||
|
\pipesB
|
||
|
}
|
||
|
>>
|
||
|
}
|
||
|
\header {
|
||
|
title = \title
|
||
|
meter = \meter
|
||
|
instrument = \instrumentPipes
|
||
|
composer = \composerPipes
|
||
|
}
|
||
|
}
|