mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-16 00:13:32 +01:00
36 lines
408 B
Text
36 lines
408 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "config.ily"
|
||
|
\include "notes.pipes.ily"
|
||
|
\score {
|
||
|
\new Staff {
|
||
|
\global
|
||
|
\pipeglobal
|
||
|
<<
|
||
|
{
|
||
|
\repeat unfold 2 {
|
||
|
\part
|
||
|
\line
|
||
|
\break
|
||
|
\line
|
||
|
\break
|
||
|
}
|
||
|
|
||
|
}
|
||
|
{
|
||
|
\pipesAA
|
||
|
\pipesAB s4
|
||
|
|
||
|
\pipesBA
|
||
|
\pipesBB
|
||
|
}
|
||
|
>>
|
||
|
}
|
||
|
\header {
|
||
|
title = \title
|
||
|
meter = \meter
|
||
|
instrument = \instrumentPipes
|
||
|
composer = \composerPipes
|
||
|
}
|
||
|
}
|