mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-05 03:33:30 +01:00
aef0f5b65a
This needs to be done for every file New Scores for Tenor mostly (not fully integrated yet) Some bugfixes in layout
102 lines
1.3 KiB
Text
102 lines
1.3 KiB
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipeglobal
|
|
<<
|
|
\new NullVoice = "format" {
|
|
\repeat volta 2 {
|
|
\part
|
|
\line
|
|
}
|
|
\break
|
|
\repeat volta 2 {
|
|
\part
|
|
\halfline
|
|
}\alternative{
|
|
\halfline
|
|
\halfline
|
|
}
|
|
\bar "|."
|
|
\break
|
|
\repeat volta 2 {
|
|
\part
|
|
\line
|
|
}
|
|
\break
|
|
\repeat volta 2 {
|
|
\part
|
|
\halfline
|
|
}\alternative{
|
|
\halfline
|
|
\halfline
|
|
}
|
|
\bar "|."
|
|
|
|
}%Format
|
|
|
|
\new Voice = "pipes" {
|
|
\pipesAA
|
|
\pipesAB s8
|
|
|
|
\pipesBA
|
|
\pipesBB s8
|
|
\pipesAB s8
|
|
|
|
\pipesCA
|
|
\pipesCB s8
|
|
|
|
\pipesDA
|
|
\pipesDB s8
|
|
\pipesCB s8
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
arranger = \arrangerPipes
|
|
}
|
|
}
|
|
\score {
|
|
\new Staff { \global \pipeglobal
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
%%Tune
|
|
\partial 8
|
|
\pipesAA
|
|
\pipesAB
|
|
\pipesAA
|
|
\pipesAB
|
|
|
|
\pipesBA
|
|
\pipesBB
|
|
\pipesBA
|
|
\pipesAB
|
|
|
|
\pipesCA
|
|
\pipesCB
|
|
\pipesCA
|
|
\pipesCB
|
|
|
|
\pipesDA
|
|
\pipesDB
|
|
\pipesDA
|
|
\pipesCB
|
|
}
|
|
\midi { \confTempo }
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
arranger = \arrangerPipes
|
|
}
|
|
}
|