mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02: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
16
2-4_marches/point_of_war/config.ily
Normal file
16
2-4_marches/point_of_war/config.ily
Normal file
|
@ -0,0 +1,16 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
halfline = { \repeat unfold 4 { s1 | } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "The Point of War"
|
||||
meter = "March"
|
20
2-4_marches/point_of_war/notes.pipes.ily
Normal file
20
2-4_marches/point_of_war/notes.pipes.ily
Normal file
|
@ -0,0 +1,20 @@
|
|||
% 2/4 Point of War
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg e16. [ d32 ] |
|
||||
\grg c32 [ d16. ] \grg b32 [ \slurd c16. ] \grg a8 [ A8 ] |
|
||||
f32 [ A16. ] f32 [ A16. ] \hdble e8. [ d16 ] |
|
||||
\grg c32 [ d16. ] \grg b32 [ \slurd c16. ] a8 [ A8 ] |
|
||||
f32 [ A16. ] f32 [ A16. ] \hdble e8 [ \grg f16 g16 ] |
|
||||
|
||||
A16. [ e32 \grg c32 \slurd a16. ] \dblf f8 [ \grg e16 f16 ] |
|
||||
A16. [ f32 ] \grg e16. [ c32 ] \slurd b8 [ \grg e16. d32 ] |
|
||||
\grg c32 [ d16. ] \grg b32 [ \slurd c16. ] a8 [ A16. f32 ] |
|
||||
\grg e16. [ c32 ] \dbld d16. [ b32 ] a8
|
||||
}
|
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