mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
14f0332b28
Most are fixing (gracing) alignment by restructuring the Staff.
33 lines
436 B
Text
33 lines
436 B
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipeglobal
|
|
<<
|
|
{
|
|
\repeat volta 2 { \part \halfline } \break
|
|
|
|
\part \halfline \break
|
|
\halfline \bar "|."
|
|
}
|
|
{
|
|
\pipesA s8
|
|
|
|
\pipesBA
|
|
\pipesBB s8
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
}
|
|
}
|