mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
A few tunes resulted in errors, now fixed
This commit is contained in:
parent
a4fbc499aa
commit
81abc83c7a
11 changed files with 152 additions and 14 deletions
44
2-4_marches/point_of_war/pipes.ly
Normal file
44
2-4_marches/point_of_war/pipes.ly
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
}
|
||||
}%Format
|
||||
{
|
||||
\pipesA
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesA
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue