mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-10 05:43:30 +01:00
30 lines
386 B
Text
30 lines
386 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "config.ily"
|
||
|
\include "notes.pipes.thirds.ily"
|
||
|
|
||
|
\score {
|
||
|
\new Staff {
|
||
|
\global
|
||
|
\pipesthrdglobal
|
||
|
<<
|
||
|
{
|
||
|
\repeat volta 2 { \line }
|
||
|
\break
|
||
|
\repeat volta 2 { \line }
|
||
|
}
|
||
|
{
|
||
|
\pipesthrdA
|
||
|
|
||
|
\pipesthrdB
|
||
|
}
|
||
|
>>
|
||
|
}
|
||
|
\header {
|
||
|
title = \title
|
||
|
meter = \meter
|
||
|
instrument = \instrumentPipesthrd
|
||
|
composer = \composerPipesthrd
|
||
|
}
|
||
|
}
|