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:
parent
164b8225bd
commit
66d70e9fac
17 changed files with 831 additions and 1 deletions
BIN
6-8_marches/the_steamboat/.config.ily.swp
Normal file
BIN
6-8_marches/the_steamboat/.config.ily.swp
Normal file
Binary file not shown.
16
6-8_marches/the_steamboat/config.ily
Normal file
16
6-8_marches/the_steamboat/config.ily
Normal 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 Steamboat / Hills of Caithness"
|
||||
meter = "March"
|
64
6-8_marches/the_steamboat/notes.pipes.ily
Normal file
64
6-8_marches/the_steamboat/notes.pipes.ily
Normal file
|
@ -0,0 +1,64 @@
|
|||
% 6/8 the Steamboat / Hills of Caithness
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "Trad., 1936, pts 3 & 4 by R. Petre" %Ruaraith Petre
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
e8 |
|
||||
\dblA A4 e8 \dblc c4 \gre a8 |
|
||||
\grg a8. [ \grd c16 e8 ] \dblA A4. |
|
||||
\grg A8. [ g16 f8 ] \dble e8. [ d16 c8 ] |
|
||||
\grg b8. [ c16 d8 ] \dblc c8. [ b16 \grd a8 ] |
|
||||
|
||||
\dblA A4 e8 \dblc c4 \gre a8 |
|
||||
\grg a8. [ \grd c16 e8 ] \dblA A4. |
|
||||
\grg A8. [ g16 f8 ] \dble e8. [ d16 c8 ] |
|
||||
\dble e8. [ c16 \grd a8 ] \wbirl a4
|
||||
}
|
||||
pipesB = {
|
||||
b8 |
|
||||
\dblc c4 e8 \grg e8. [ f16 e8 ] |
|
||||
\grg e8. [ f16 e8 ] \dblc c4 \gre a8 |
|
||||
\thrwd d4 f8 \grg f16 [ A8. f8 ] |
|
||||
\grg f8. [ g16 A8 ] \hdblf f4 e8 |
|
||||
|
||||
\dblc c4 e8 \grg e8. [ f16 e8 ] |
|
||||
\grg e8. [ f16 e8 ] \dblc c4 \gre a8 |
|
||||
A8. [ g16 f8 ] \dble e8. [ d16 c8 ] |
|
||||
\dble e8. [ c16 \grd a8 ] \wbirl a4
|
||||
}
|
||||
pipesC = {
|
||||
e8 |
|
||||
A8. [ g16 A8 ] e8. [ c16 e8 ] |
|
||||
\grg a8. [ c16 e8 ] \dblA A4. |
|
||||
\grg A8. [ g16 f8 ] \dble e8. [ d16 c8 ] |
|
||||
\grg b8. [ c16 d8 ] \dblc c8. [ b16 \grd a8 ] |
|
||||
|
||||
A8. [ g16 A8 ] e8. [ c16 e8 ] |
|
||||
\grg a8. [ c16 e8 ] \dblA A4. |
|
||||
\grg A8. [ g16 f8 ] \dble e8. [ d16 c8 ] |
|
||||
\dble e8. [ c16 \grd a8 ] \wbirl a4
|
||||
}
|
||||
pipesDA = {
|
||||
e8 |
|
||||
\grg a8. [ b16 c8 ] \grg b8. [ c16 d8 ] |
|
||||
\dblc c4 e8 \dblA A4. |
|
||||
\grg A8. [ g16 f8 ] \dble e8. [ d16 c8 ] |
|
||||
\grg b8. [ c16 d8 ] \dblc c8. [ b16 \grd a8 ]
|
||||
}
|
||||
|
||||
pipesDBA = {
|
||||
\grg a8. [ b16 c8 ] \grg b8. [ c16 d8 ] |
|
||||
\dblc c4 e8 \dblA A4. |
|
||||
\grg A8. [ g16 f8 ] \dble e8. [ d16 c8 ] |
|
||||
\dble e8. [ c16 \grd a8 ] \wbirl a4
|
||||
}
|
||||
pipesDBB = {
|
||||
A8. [ g16 A8 ] e8. [ c16 e8 ] |
|
||||
\grg a8. [ c16 e8 ] \dblA A4. |
|
||||
\grg A8. [ g16 f8 ] \dble e8. [ d16 c8 ] |
|
||||
\dble e8. [ c16 \grd a8 ] \wbirl a4.
|
||||
}
|
69
6-8_marches/the_steamboat/pipes.ly
Normal file
69
6-8_marches/the_steamboat/pipes.ly
Normal file
|
@ -0,0 +1,69 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {\part \line}
|
||||
\break
|
||||
\repeat volta 2 {\part \line}
|
||||
\break
|
||||
\repeat volta 2 {\part \line}
|
||||
\break
|
||||
\repeat volta 2 {\part \halfline}
|
||||
\alternative{ {\halfline}{\halfline }}
|
||||
\bar "|."
|
||||
}%Format
|
||||
{
|
||||
\pipesA s8
|
||||
|
||||
\pipesB s8
|
||||
|
||||
\pipesC s8
|
||||
|
||||
\pipesDA
|
||||
\pipesDBA s8
|
||||
\pipesDBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
\pipesB
|
||||
|
||||
\pipesC
|
||||
\pipesC
|
||||
|
||||
\pipesDA
|
||||
\pipesDBA
|
||||
\pipesDA
|
||||
\pipesDBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue