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.
52 lines
722 B
Text
52 lines
722 B
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipeglobal
|
|
|
|
\repeat volta 2 { \pipesA }
|
|
\break
|
|
\repeat volta 2 { \pipesB }
|
|
\break
|
|
\repeat volta 2 { \pipesC }
|
|
\break
|
|
\repeat volta 2 { \pipesD }
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
}
|
|
}
|
|
\score {
|
|
\new Staff { \global \pipeglobal
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
%%Tune
|
|
|
|
\pipesA
|
|
\pipesA
|
|
|
|
\pipesB
|
|
\pipesB
|
|
|
|
\pipesC
|
|
\pipesC
|
|
|
|
\pipesD
|
|
\pipesD
|
|
}
|
|
\midi { \confTempo }
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
}
|
|
}
|