1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 20:39:20 +02:00

Written 6/8s

Fix for strange gracenote placement. Every empty measure starts with a 'empty' gracenote.
Needs to be implemented in every tune
This commit is contained in:
Eric-Teunis de Boone 2016-06-07 19:07:01 +02:00
parent 164b8225bd
commit 66d70e9fac
17 changed files with 831 additions and 1 deletions

View file

@ -0,0 +1,16 @@
\version "2.19.0"
%% Globals
global = {
\time 6/8
}
confTempo = {
\tempo 4. = 80
}
%% Format
part = { \partial 8 s8 }
halfline = { \repeat unfold 2 { s1. | } }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "The 10th Btn. Highland Light Infantry Crossing the Rhine"
meter = "March"

View file

@ -0,0 +1,61 @@
% /6/8 10th Btn HLI Crossing the Rhine
% Pipes
\version "2.18.2"
composerPipes = ""
pipeglobal = {
\bagpipeKey
}
% Music
pipesAA = {
\grg a8 |
\thrwd d8. [ f16 \grg a8 ] \thrwd d4 f8 |
\grg f8. [ g16 A8 ] \hdblf f8. [ e16 d8 ] |
\grg c4 \grip e8 \grg a8. [ \grd c16 e8 ] |
\grg e8. [ f16 g8 ] \hdblf f8. [ e16 d8 ] |
}
pipesAB = {
\slurd d8. [ f16 \grg a8 ] \thrwd d4 f8 |
\grg f8. [ g16 A8 ] \hdblf f8. [ e16 d8 ] |
\grg c4 \grip e8 \grg a8. [ \grd c16 e8 ] |
\thrwd d4. \slurd d4
}
pipesBA = {
\dblg g8 |
A4 f8 \thrwd d4 f8 |
\grg f16 [ A8. f8 ] \grg f8. [ e16 d8 ] |
\grg c4 \grip e8 \grg a8. [ \grd c16 e8 ] |
\grg e8. [ f16 g8 ] \hdblf f8. [ e16 d8 ] |
}
pipesBB = {
A4 f8 \thrwd d4 f8 |
\grg f16 [ A8. f8 ] \grg f8. [ e16 d8 ] |
\grg c4 \grip e8 \grg a8. [ \grd c16 e8 ] |
\thrwd d4. \slurd d4
}
pipesCA = {
\grg a8 |
\thrwd d4. \grg a8. [ d16 f8 ] |
\grg f16 [ A8. f8 ] \grg f8. [ e16 d8 ] |
\dblc c4. \grg a8. [ \grd c16 e8 ] |
\grg e8. [ f16 g8 ] \hdblf f8. [ e16 d8 ] |
}
pipesCB = {
\slurd d4. \grg a8. [ d16 f8 ] |
\grg f16 [ A8. f8 ] \grg f8. [ e16 d8 ] |
\grg c4 \grip e8 \grg a8. [ \grd c16 e8 ] |
\thrwd d4. \slurd d4
}
pipesDA = {
\dblg g8 |
A4 \grip A8 a8. [ d16 f8 ] |
\grg f16 [ A8. f8 ] \grg f8. [ e16 d8 ] |
\grg c4 \grip e8 \grg a8. [ \grd c16 e8 ] |
\grg e8. [ f16 g8 ] \hdblf f8. [ e16 d8 ] |
}
pipesDB = {
A4 \grip A8 a8. [ d16 f8 ] |
\grg f16 [ A8. f8 ] \grg f8. [ e16 d8 ] |
\grg c4 \grip e8 \grg a8. [ \grd c16 e8 ] |
\thrwd d4. \slurd d4
}

View file

@ -0,0 +1,135 @@
\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
{
\repeat volta 2 {
\part \halfline
\set Score.repeatCommands = #'((volta "2 of 2"))
\halfline
\set Score.repeatCommands = #'((volta #f)) \bar "|"
}
\break
\repeat volta 2 {
\part \halfline
\set Score.repeatCommands = #'((volta "1 of 2"))
\halfline
\set Score.repeatCommands = #'((volta #f)) \bar "|"
}
\break
\repeat volta 2 {
\part \halfline
\set Score.repeatCommands = #'((volta "2 of 4"))
\halfline
\set Score.repeatCommands = #'((volta #f)) \bar "|"
}
\break
\repeat volta 2 {
\part \halfline
\set Score.repeatCommands = #'((volta "1 of 4"))
\halfline
\set Score.repeatCommands = #'((volta #f)) \bar "|"
}
}%Format
{
\pipesAA
\pipesAB s8
\pipesBA
\pipesBB s8
\pipesCA
\pipesCB s8
\pipesDA
\pipesDB s8
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff {
\global
\pipeglobal
<<
{
\repeat volta 2 { \part \line }
\break
\repeat volta 2 { \part \halfline}
\alternative{ {\halfline} {\halfline} }
\break
\repeat volta 2 { \part \line }
\break
\repeat volta 2 { \part \halfline }
\alternative{ {\halfline} {\halfline} }
}%Format
{
\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
}
}
\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
}
}