mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 10:03:32 +01:00
50 lines
629 B
Text
50 lines
629 B
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.ily"
|
|
|
|
part = { \partial 4. \grace {s4} s4. }
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipeglobal
|
|
<<
|
|
\new NullVoice = "format" {
|
|
\part
|
|
\line
|
|
\break
|
|
\line \bar "||"
|
|
\break
|
|
\part
|
|
\line
|
|
\break
|
|
\line \bar ".|:-||"
|
|
\break
|
|
\repeat volta 2 {
|
|
\part
|
|
\line
|
|
\break
|
|
\line
|
|
\measure
|
|
}
|
|
}%Format
|
|
{
|
|
r4 \pipesA s4.
|
|
|
|
\pipesB s4.
|
|
|
|
\pipesC s4.
|
|
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
}
|
|
}
|