mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-12 14:43:31 +01:00
29 lines
386 B
Text
29 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
|
|
}
|
|
}
|