1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-10-05 07:24:41 +02:00
pipeband-music/2-4_marches/black_bear/pipes.ly
Eric Teunis de Boone aef0f5b65a Removed a few double includes for "bagpipe.ly" and "lilydrum"
This needs to be done for every file

New Scores for Tenor mostly (not fully integrated yet)

Some bugfixes in layout
2016-12-21 01:41:50 +01:00

54 lines
739 B
Text

\version "2.18.2"
\include "bagpipe.ly"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
{
\repeat volta 2 {
\part \line
}\break
\part \line \bar "||" \break
\line \bar "|."
}
{
\pipesA s8
\pipesB
\pipesCA
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesA
\pipesA
\pipesB
\pipesCA
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}