diff --git a/sinterklaas/bonne_bonne_bonne/config.ily b/sinterklaas/bonne_bonne_bonne/config.ily new file mode 100644 index 0000000..8f5b06d --- /dev/null +++ b/sinterklaas/bonne_bonne_bonne/config.ily @@ -0,0 +1,17 @@ +\version "2.19.0" +%% Globals +global = { + \time 2/4 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +part = { \partial 8 \grace{s4.} s8 } +measure = { \grace {s4} s2 | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "Sinterklaasje, bonne bonne bonne" +meter = "Sinterklaaslied" diff --git a/sinterklaas/bonne_bonne_bonne/notes.pipes.ily b/sinterklaas/bonne_bonne_bonne/notes.pipes.ily new file mode 100644 index 0000000..4714cc7 --- /dev/null +++ b/sinterklaas/bonne_bonne_bonne/notes.pipes.ily @@ -0,0 +1,26 @@ +% 2/4 Sinterklaasje bonne bonne bonne +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "Seaforth Highlanders of Holland" +pipeglobal = { + \bagpipeKey +} +% Music +pipesAA = \repeat unfold 2 { + \grg e4 \gra e4 | + \grg f4 \gre f4 | + \grg e8[ f8] \grg e8[ d8] | + \dblc c4 \grG a4 | +} +pipesAB = { + \grg d4 \grd d4 | + \dbld d4 b4 | + \dbld d2 | + \grG d2 | + + \grg f4 \grd e4 | + \thrwd d4 c4 | + \dble b2 | + \grG a2 | +} diff --git a/sinterklaas/bonne_bonne_bonne/pipes.ly b/sinterklaas/bonne_bonne_bonne/pipes.ly new file mode 100644 index 0000000..1ae2278 --- /dev/null +++ b/sinterklaas/bonne_bonne_bonne/pipes.ly @@ -0,0 +1,47 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \line \break + \line \bar "|." + }%Format + + \new Voice = "pipes" { + \pipesAA + \pipesAB + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \pipesAA + \pipesAB + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/sinterklaas/daar_wordt_aan_de_deur_geklopt/config.ily b/sinterklaas/daar_wordt_aan_de_deur_geklopt/config.ily new file mode 100644 index 0000000..874060a --- /dev/null +++ b/sinterklaas/daar_wordt_aan_de_deur_geklopt/config.ily @@ -0,0 +1,17 @@ +\version "2.19.0" +%% Globals +global = { + \time 3/4 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +part = { \partial 8 \grace{s4.} s8 } +measure = { \grace {s1} s2. | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "Daar wordt aan de deur geklopt" +meter = "Sinterklaaslied" diff --git a/sinterklaas/daar_wordt_aan_de_deur_geklopt/notes.pipes.ily b/sinterklaas/daar_wordt_aan_de_deur_geklopt/notes.pipes.ily new file mode 100644 index 0000000..c4860a2 --- /dev/null +++ b/sinterklaas/daar_wordt_aan_de_deur_geklopt/notes.pipes.ily @@ -0,0 +1,27 @@ +% 3/4 Daar wordt aan de deur geklopt +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "Seaforth Highlanders of Holland" +pipeglobal = { + \bagpipeKey +} +% Music +pipesAA = { + \grg e4. f8 e[ d] | + \grg c4 \grd a \gre a | + \grg b4 \grd b \gre b | + \grg c4 \grd a \gre a | +} +pipesAB = { + \grg e4. f8 e[ d] | + \grg c4 \grd a \gre a | + \grg b4 \grd b \gre b | + \grG a2. | +} +pipesBA = { + \repeat unfold 2 { + \grg b4 \grd b \gre b | + \grg c4 \grd a \gre a | + } +} diff --git a/sinterklaas/daar_wordt_aan_de_deur_geklopt/pipes.ly b/sinterklaas/daar_wordt_aan_de_deur_geklopt/pipes.ly new file mode 100644 index 0000000..6c0581f --- /dev/null +++ b/sinterklaas/daar_wordt_aan_de_deur_geklopt/pipes.ly @@ -0,0 +1,49 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \line \bar "|." \break + \line \bar "|." \break + }%Format + + \new Voice = "pipes" { + \pipesAA \pipesAB + + \pipesBA \pipesAB + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \pipesAA \pipesAB + + \pipesBA \pipesAB + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/sinterklaas/dag_sinterklaasje/config.ily b/sinterklaas/dag_sinterklaasje/config.ily new file mode 100644 index 0000000..e16b967 --- /dev/null +++ b/sinterklaas/dag_sinterklaasje/config.ily @@ -0,0 +1,17 @@ +\version "2.19.0" +%% Globals +global = { + \time 2/4 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +part = { \partial 8 \grace{s4.} s8 } +measure = { \grace {s4} s2 | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "Dag, Sinterklaasje" +meter = "Sinterklaasliedje" diff --git a/sinterklaas/dag_sinterklaasje/notes.pipes.ily b/sinterklaas/dag_sinterklaasje/notes.pipes.ily new file mode 100644 index 0000000..b0b07db --- /dev/null +++ b/sinterklaas/dag_sinterklaasje/notes.pipes.ily @@ -0,0 +1,21 @@ +% 2/4 Dag Sinterklaasje +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "Seaforth Highlanders of Holland" +pipeglobal = { + \bagpipeKey +} +% Music +pipesA = { + \grg e4 d8. c16 | + \gra b4 e4 | + \grg f4 d4 | + \dble e4 c4 | + + \grg d4 b4 | + \dblc c4 a4 | + \grg b4 c4 | +} +pipesABA = { \dblb b2 } +pipesABB = { \grG a2 } diff --git a/sinterklaas/dag_sinterklaasje/pipes.ly b/sinterklaas/dag_sinterklaasje/pipes.ly new file mode 100644 index 0000000..9738806 --- /dev/null +++ b/sinterklaas/dag_sinterklaasje/pipes.ly @@ -0,0 +1,55 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \repeat volta 2 { + \halfline + \repeat unfold 3 { + \measure + } + } \alternative { + \measure + \measure + }\bar "|." + }%Format + + \new Voice = "pipes" { + \pipesA + \pipesABA + \pipesABB + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \pipesA \pipesABA + \pipesA \pipesABB + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/sinterklaas/de_zak_van_sinterklaas/config.ily b/sinterklaas/de_zak_van_sinterklaas/config.ily new file mode 100644 index 0000000..59e62ac --- /dev/null +++ b/sinterklaas/de_zak_van_sinterklaas/config.ily @@ -0,0 +1,17 @@ +\version "2.19.0" +%% Globals +global = { + \time 4/4 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +part = { \partial 4 \grace{s4.} s4 } +measure = { \grace {s1} s1 | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "De Zak van Sinterklaas" +meter = "Sinterklaaslied" diff --git a/sinterklaas/de_zak_van_sinterklaas/notes.pipes.ily b/sinterklaas/de_zak_van_sinterklaas/notes.pipes.ily new file mode 100644 index 0000000..f4ca615 --- /dev/null +++ b/sinterklaas/de_zak_van_sinterklaas/notes.pipes.ily @@ -0,0 +1,31 @@ +% 4/4 De Zak van Sinterklaas +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "Seaforth Highlanders of Holland" +pipeglobal = { + \bagpipeKey +} +% Music +pipesA = { + e4 | + \grg e8[ \gra e] f8[ g] \hdblA A4 c8[ d] | + \hdblf f4 e8[ d] \dblc c4. e8 | + \gra e8[ \grg e] f8[ g] A8[ c] d8[ e] | + \grg f8[ e] d8[ b] \grG a4. +} +pipesB = { + c8 | + \grg b8 \grd b4 \grg e8 c8 \grd c4 e8 | + \grg d8[ \grc d] e8[ b] \dblc c4. \grg c8 | + \grg b8 \grd b4 \grg e8 c8 \grd c4 A8 | + \grf g8[ f] \grg e8[ d] \dble e4. +} + +pipesC = { + \gra e8 | + \grg e8[ \gra e] f8[ g] \hdblA A4 c8[ d] | + \hdblf f4 e8[ d] \dblc c4. e8 | + \gra e8[ \grg e] f8[ g] A8[ c] d8[ e] | + \grg f8[ e] d8[ b] \grG a2 +} diff --git a/sinterklaas/de_zak_van_sinterklaas/pipes.ly b/sinterklaas/de_zak_van_sinterklaas/pipes.ly new file mode 100644 index 0000000..aa07f70 --- /dev/null +++ b/sinterklaas/de_zak_van_sinterklaas/pipes.ly @@ -0,0 +1,51 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \part \halfline \break + \halfline \bar "||" \break + \halfline \bar "|." + }%Format + + \new Voice = "pipes" { + \pipesA + \pipesB + \pipesC + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \partial 4 + \pipesA + \pipesB + \pipesC + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/sinterklaas/o_kom_er_eens_kijken/config.ily b/sinterklaas/o_kom_er_eens_kijken/config.ily new file mode 100644 index 0000000..9756569 --- /dev/null +++ b/sinterklaas/o_kom_er_eens_kijken/config.ily @@ -0,0 +1,17 @@ +\version "2.19.0" +%% Globals +global = { + \time 6/8 + } +confTempo = { + \tempo 4. = 80 + } +%% Format +part = { \partial 8 \grace{s4.} s8 } +measure = { \grace {s1} s2. | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "O, kom er eens kijken" +meter = "Sinterklaaslied" diff --git a/sinterklaas/o_kom_er_eens_kijken/notes.pipes.ily b/sinterklaas/o_kom_er_eens_kijken/notes.pipes.ily new file mode 100644 index 0000000..eaa8dfa --- /dev/null +++ b/sinterklaas/o_kom_er_eens_kijken/notes.pipes.ily @@ -0,0 +1,38 @@ +% 6/8 O, kom er eens kijken +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "Seaforth Highlanders of Holland" +pipeglobal = { + \bagpipeKey +} +% Music +pipesAA = { + \grg c4. \thrwd d8[ c d] | + \dble e4. \hdblA A4. | + a4 \taor a8 \grg b8[ a b] | + \grg c8[ d c] \dblb b4. | + + \grg c4. \thrwd d8[ c d] | + \dble e4. \hdblA A4. | + a4 \taor a8 \grg c4 b8 | +} +pipesA = { + \pipesAA + \grG a4.~ a4 e8 | +} +pipesB = { + \gra e4 d8 \grg b8[ c d] | + \dble e4 c8 \grg a4 e8 | + \gra e4 d8 \grg b8[ c d] | + \dble e4 c8 \grg a4 e8 | + + \grg f4 \gre f8 A8[ g f] | + \dble e4 \gra e8 A4 e8 | + \gra e8[ f e] \grg e8[ d c] | + \dblc c4. \dblc c4. | +} +pipesC = { + \pipesAA + \grG a2.| +} diff --git a/sinterklaas/o_kom_er_eens_kijken/pipes.ly b/sinterklaas/o_kom_er_eens_kijken/pipes.ly new file mode 100644 index 0000000..a5b99ec --- /dev/null +++ b/sinterklaas/o_kom_er_eens_kijken/pipes.ly @@ -0,0 +1,51 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \line \bar "||" \break + \line \bar "||" \break + \line \bar "|." + + }%Format + + \new Voice = "pipes" { + \pipesA + \pipesB + \pipesC + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \pipesA + \pipesB + \pipesC + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/sinterklaas/set_1.ly b/sinterklaas/set_1.ly new file mode 100644 index 0000000..524c658 --- /dev/null +++ b/sinterklaas/set_1.ly @@ -0,0 +1,9 @@ +\version "2.18.2" + +\paper {#(define page-breaking ly:minimal-breaking)} + + +%Scores +\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/dag_sinterklaasje/pipes.ly" +\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/bonne_bonne_bonne/pipes.ly" +\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/sinterklaas_goedheiligman/pipes.ly" diff --git a/sinterklaas/set_2.ly b/sinterklaas/set_2.ly new file mode 100644 index 0000000..ac525e0 --- /dev/null +++ b/sinterklaas/set_2.ly @@ -0,0 +1,8 @@ +\version "2.18.2" + +\paper {#(define page-breaking ly:minimal-breaking)} + + +%Scores +\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/zachtjes_gaan_de_paardenvoetjes/pipes.ly" +\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/zie_ginds_komt_de_stoomboot/pipes.ly" diff --git a/sinterklaas/set_3.ly b/sinterklaas/set_3.ly new file mode 100644 index 0000000..08a38b3 --- /dev/null +++ b/sinterklaas/set_3.ly @@ -0,0 +1,8 @@ +\version "2.18.2" + +\paper {#(define page-breaking ly:minimal-breaking)} + + +%Scores +\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/sinterklaasje_kom_maar_binnen_met_je_knecht/pipes.ly" +\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/de_zak_van_sinterklaas/pipes.ly" diff --git a/sinterklaas/set_4.ly b/sinterklaas/set_4.ly new file mode 100644 index 0000000..91eb410 --- /dev/null +++ b/sinterklaas/set_4.ly @@ -0,0 +1,8 @@ +\version "2.18.2" + +\paper {#(define page-breaking ly:minimal-breaking)} + + +%Scores +\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/sinterklaas_is_jarig/pipes.ly" +\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/o_kom_er_eens_kijken/pipes.ly" diff --git a/sinterklaas/sinterklaas_goedheiligman/config.ily b/sinterklaas/sinterklaas_goedheiligman/config.ily new file mode 100644 index 0000000..5f12171 --- /dev/null +++ b/sinterklaas/sinterklaas_goedheiligman/config.ily @@ -0,0 +1,16 @@ +\version "2.19.0" +%% Globals +global = { + \time 2/4 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +part = { \partial 8 \grace{s4.} s8 } +measure = { \grace {s4} s2 | } +line = { \repeat unfold 7 { \measure } } + +%% Headers +title = "Sinterklaas, goedheiligman" +meter = "Sinterklaaslied" diff --git a/sinterklaas/sinterklaas_goedheiligman/notes.pipes.ily b/sinterklaas/sinterklaas_goedheiligman/notes.pipes.ily new file mode 100644 index 0000000..452383d --- /dev/null +++ b/sinterklaas/sinterklaas_goedheiligman/notes.pipes.ily @@ -0,0 +1,29 @@ +% 2/4 Sinterklaas goed Heiligman +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "Seaforth Highlanders of Holland" +pipeglobal = { + \bagpipeKey +} +% Music +pipesAA = { + \repeat unfold 2 { + \grg e8 \gra e \grg f8 \gre f | + \grg e8 \gra e \dblc c4 | + } + + \repeat unfold 3 { + \grg d8 \grc d \grg d b | + } +} +pipesAB = { + \grg d4 \grG d | + \grg d16 \grc d \gre d8 \grg d8 b | + \dbld d4 \grG d4 | + \grg a8 b \grg c d | + + \dble e4 \grG e | + A8 f \dbld d c | + \dblb b4 \grG a | +} diff --git a/sinterklaas/sinterklaas_goedheiligman/pipes.ly b/sinterklaas/sinterklaas_goedheiligman/pipes.ly new file mode 100644 index 0000000..1ae2278 --- /dev/null +++ b/sinterklaas/sinterklaas_goedheiligman/pipes.ly @@ -0,0 +1,47 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \line \break + \line \bar "|." + }%Format + + \new Voice = "pipes" { + \pipesAA + \pipesAB + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \pipesAA + \pipesAB + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/sinterklaas/sinterklaas_is_jarig/config.ily b/sinterklaas/sinterklaas_is_jarig/config.ily new file mode 100644 index 0000000..c03b37c --- /dev/null +++ b/sinterklaas/sinterklaas_is_jarig/config.ily @@ -0,0 +1,17 @@ +\version "2.19.0" +%% Globals +global = { + \time 6/8 + } +confTempo = { + \tempo 4. = 80 + } +%% Format +part = { \partial 8 \grace{s4.} s8 } +measure = { \grace {s1} s2. | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "Sinterklaas is jarig" +meter = "Sinterklaaslied" diff --git a/sinterklaas/sinterklaas_is_jarig/notes.pipes.ily b/sinterklaas/sinterklaas_is_jarig/notes.pipes.ily new file mode 100644 index 0000000..b397b71 --- /dev/null +++ b/sinterklaas/sinterklaas_is_jarig/notes.pipes.ily @@ -0,0 +1,31 @@ +% 6/8 Sinterklaas is Jarig +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "Seaforth Highlanders of Holland" +pipeglobal = { + \bagpipeKey +} +% Music +pipesA = { + \grg a4 c8 \dble e4 \gra e8 | + A4. \dble e4. | + \grg f4 \gre f8 A8[ g f] | + \dble e2. | + + \grg b4 c8 \thrwd d4 f8 | + \dble e4. \dblc c4. | + \grg b4 \grG b8 A8[ g f] | + \dble e2. | +} +pipesB = { + \grg c4 d8 \grg e4 f8 | + \dbld d4. \dblb b4. | + \grg d4 e8 \grg f4 g8 | + \hdble e2. | + + \grg c4 e8 A4 g8 | + \grf g4. \dblf f4. | + \grg b4 c8 \grg e8[ d b] | + \grG a4. \wbirl a4. +} diff --git a/sinterklaas/sinterklaas_is_jarig/pipes.ly b/sinterklaas/sinterklaas_is_jarig/pipes.ly new file mode 100644 index 0000000..3f51e4d --- /dev/null +++ b/sinterklaas/sinterklaas_is_jarig/pipes.ly @@ -0,0 +1,48 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \line \bar "||" + \break + \line \bar "|." + }%Format + + \new Voice = "pipes" { + \pipesA + \pipesB + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \pipesA + \pipesB + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/sinterklaas/sinterklaasje_kom_maar_binnen_met_je_knecht/config.ily b/sinterklaas/sinterklaasje_kom_maar_binnen_met_je_knecht/config.ily new file mode 100644 index 0000000..0920323 --- /dev/null +++ b/sinterklaas/sinterklaasje_kom_maar_binnen_met_je_knecht/config.ily @@ -0,0 +1,16 @@ +\version "2.19.0" +%% Globals +global = { + \time 4/4 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +measure = { \grace {s1} s1 | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "Sinterklaasje, Kom maar binnen met je knecht" +meter = "Sinterklaaslied" diff --git a/sinterklaas/sinterklaasje_kom_maar_binnen_met_je_knecht/notes.pipes.ily b/sinterklaas/sinterklaasje_kom_maar_binnen_met_je_knecht/notes.pipes.ily new file mode 100644 index 0000000..536f66e --- /dev/null +++ b/sinterklaas/sinterklaasje_kom_maar_binnen_met_je_knecht/notes.pipes.ily @@ -0,0 +1,33 @@ +% 4/4 Sinterklaasje, kom maar binnen met je knecht +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "Seaforth Highlanders of Holland" +pipeglobal = { + \bagpipeKey +} +% Music +pipesA = { + \grg e4. f8 \grg e8[ d] c[ b] | + \grG a8[ \grg a] \grd a[ \grg a] \wbirl a4 \grg c8[ \grd c] | + \gre b4 d4 \grg a8[ \grd a8] b4 | + \grG a4 \grd c4 \dble e4. c8 | + + \grg b4. c8 \thrwd d4. b8 | + \grd c4 d4 \dble e4. c8 | + \grg b4. c8 \thrwd d4. b8 | + \grd c4 d4 \dble e2 | +} +pipesBA = { + \grg e4 \gra e8[ f8] \grg e8[ d] c[ b] | + \grG a4 \grg a4 \wbirl a8[ \grg c] \grd c8[ \grd c] | + \grg b4 d8[ \grc d8] a4 b4 | + \grG a2. +} +pipesBB = { + \grd a8[ \gre a] | + \grd a8[ \gre a] \grd a8[ \gre a] \grd a8[ \gre a] \grd a8[ \gre a] | + \grd a4 f4 \dblf f4 \grg f8[ \gre f] | + e4 g4 b4 c4 | + \thrwd d4 f4 \thrwd d4 +} diff --git a/sinterklaas/sinterklaasje_kom_maar_binnen_met_je_knecht/pipes.ly b/sinterklaas/sinterklaasje_kom_maar_binnen_met_je_knecht/pipes.ly new file mode 100644 index 0000000..eb9fd81 --- /dev/null +++ b/sinterklaas/sinterklaasje_kom_maar_binnen_met_je_knecht/pipes.ly @@ -0,0 +1,57 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \line \bar "|." \break + \halfline + \repeat volta 2 { + \partial 4 \grace{s4} s4 + \halfline + }\bar "|." + + }%Format + + \new Voice = "pipes" { + \pipesA + + \pipesBA s4 + \pipesBB s4 + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \pipesA + + \pipesBA + \pipesBB + \pipesBB + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/sinterklaas/zachtjes_gaan_de_paarden_voetjes/config.ily b/sinterklaas/zachtjes_gaan_de_paarden_voetjes/config.ily new file mode 100644 index 0000000..0bcd7de --- /dev/null +++ b/sinterklaas/zachtjes_gaan_de_paarden_voetjes/config.ily @@ -0,0 +1,17 @@ +\version "2.19.0" +%% Globals +global = { + \time 3/4 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +part = { \partial 4 \grace{s4.} s4 } +measure = { \grace {s1} s2. | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "Zachtjes gaan de Paardenvoetjes" +meter = "Sinterklaaslied" diff --git a/sinterklaas/zachtjes_gaan_de_paarden_voetjes/notes.pipes.ily b/sinterklaas/zachtjes_gaan_de_paarden_voetjes/notes.pipes.ily new file mode 100644 index 0000000..3c78cf4 --- /dev/null +++ b/sinterklaas/zachtjes_gaan_de_paarden_voetjes/notes.pipes.ily @@ -0,0 +1,30 @@ +% 3/4 Zachtjes gaan de paardenvoetjes +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "Seaforth Highlanders of Holland" +pipeglobal = { + \bagpipeKey +} +% Music +pipesAAA = { + \grg a8 \grd a | + \thrwd d4 \dbld d4 \grg d8 e | + \grg d8 c \dblc c2 | + \grg e8[ a] \grg e[ a] \grg e[ f] | + \thrwd d2 +} +pipesABA = { + \grg d8 c | + \dblb b4. c8 d[ b] | + \grG a2 \grg a8 \grG a | + G4. a8 \grg b[ G] | + a2 +} +pipesABB = { + \grg a8 \grd a | + b4 c4 d8 e | + \dblf f2 d8 e | + \dble e4 b4 \grc c8 e8 | + \thrwd d2 +} diff --git a/sinterklaas/zachtjes_gaan_de_paarden_voetjes/pipes.ly b/sinterklaas/zachtjes_gaan_de_paarden_voetjes/pipes.ly new file mode 100644 index 0000000..8b2a87a --- /dev/null +++ b/sinterklaas/zachtjes_gaan_de_paarden_voetjes/pipes.ly @@ -0,0 +1,52 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \part \line \break + \line \bar "|." + }%Format + + \new Voice = "pipes" { + \pipesAAA + \pipesAAA + \pipesABA + \pipesABB s8 + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \partial 4 + \pipesAAA + \pipesAAA + \pipesABA + \pipesABB + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/sinterklaas/zie_de_maan_schijnt_door_de_bomen/config.ily b/sinterklaas/zie_de_maan_schijnt_door_de_bomen/config.ily new file mode 100644 index 0000000..267a0bc --- /dev/null +++ b/sinterklaas/zie_de_maan_schijnt_door_de_bomen/config.ily @@ -0,0 +1,17 @@ +\version "2.19.0" +%% Globals +global = { + \time 3/4 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +part = { \partial 4 \grace{s4.} s4 } +measure = { \grace {s4} s2. | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "Zie de Maan schijnt door de Bomen" +meter = "Sinterklaaslied" diff --git a/sinterklaas/zie_de_maan_schijnt_door_de_bomen/notes.pipes.ily b/sinterklaas/zie_de_maan_schijnt_door_de_bomen/notes.pipes.ily new file mode 100644 index 0000000..d33f06c --- /dev/null +++ b/sinterklaas/zie_de_maan_schijnt_door_de_bomen/notes.pipes.ily @@ -0,0 +1,30 @@ +% 3/4 Zie de Maan schijnt door de Bomen +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "Seaforth Highlanders of Holland" +pipeglobal = { + \bagpipeKey +} +% Music +pipesA = { + \grg a8 \grG a | + \thrwd d4 \grc d4 \grg d8[ e] | + \grg f4 \thrwd d4 | % Note this is 2/4 + \grg e8[ \gra e8] \grg e8[ \gra e] \grg f[ e] | + \thrwd d2 +} +pipesBA = { + \grg d8 \grc d | + g4 \grf g f8 e | + \grg f2 \gre f8 \grg f | + \dble e4 A f8 e | + \thrwd d2 +} +pipesBB = { + \grg d8 \grc d | + \grg d8[ \grc d] \grg d[ e] \grg f4~ | + f4 \grg f8 \gre f \dble e4 | + d4 \grg c8 \grG c8 \thrwd d4~ | + d2 +} diff --git a/sinterklaas/zie_de_maan_schijnt_door_de_bomen/pipes.ly b/sinterklaas/zie_de_maan_schijnt_door_de_bomen/pipes.ly new file mode 100644 index 0000000..3b04250 --- /dev/null +++ b/sinterklaas/zie_de_maan_schijnt_door_de_bomen/pipes.ly @@ -0,0 +1,65 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \repeat volta 2 { + \part + \measure + \time 2/4 + \grace {s4} s2 + \time 3/4 + \measure + \measure + } + \break + \part + \line \bar "|." + + }%Format + + \new Voice = "pipes" { + \pipesA s4 + + \pipesBA + \pipesBB + + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \partial 4 + \pipesA + \pipesA + + \pipesBA + \pipesBB + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/sinterklaas/zie_ginds_komt_de_stoomboot/config.ily b/sinterklaas/zie_ginds_komt_de_stoomboot/config.ily new file mode 100644 index 0000000..6ba6127 --- /dev/null +++ b/sinterklaas/zie_ginds_komt_de_stoomboot/config.ily @@ -0,0 +1,17 @@ +\version "2.19.0" +%% Globals +global = { + \time 3/4 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +part = { \partial 4 \grace{s4.} s4 } +measure = { \grace {s1} s2. | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "Zie ginds komt de Stoomboot" +meter = "Sinterklaaslied" diff --git a/sinterklaas/zie_ginds_komt_de_stoomboot/notes.pipes.ily b/sinterklaas/zie_ginds_komt_de_stoomboot/notes.pipes.ily new file mode 100644 index 0000000..0a25b75 --- /dev/null +++ b/sinterklaas/zie_ginds_komt_de_stoomboot/notes.pipes.ily @@ -0,0 +1,37 @@ +% 3/4 Zie ginds komt de Stoomboot +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "Seaforth Highlanders of Holland" +pipeglobal = { + \bagpipeKey +} +% Music +pipesAA = { + a4 | + \thrwd d4 \grc d f | + \dble e4 \gra e g | + c4 \grG c e | + \thrwd d2 +} +pipesAB = { + a4 | + \thrwd d4 \grc d f | + \grg e8 \gra e \grg e4 g | + \dblc c4 \grG c e | + \thrwd d2 +} +pipesBA = { + A4 | + \dble e4 \gra e A | + \dblf f4 \gre f A | + g4 \grg g f | + \dble e2 +} +pipesBB = { + a4 | + \thrwd d4 \grc d8[ e] \grg f[ g] | + \hdblA A4 \dblf f d | + \hdblg g4 \hdble e c | + \thrwd d2 +} diff --git a/sinterklaas/zie_ginds_komt_de_stoomboot/pipes.ly b/sinterklaas/zie_ginds_komt_de_stoomboot/pipes.ly new file mode 100644 index 0000000..1fda11d --- /dev/null +++ b/sinterklaas/zie_ginds_komt_de_stoomboot/pipes.ly @@ -0,0 +1,54 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \part \line \break + \line \bar "|." + }%Format + + \new Voice = "pipes" { + \pipesAA + \pipesAB + + \pipesBA + \pipesBB + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \partial 4 + \pipesAA + \pipesAB + + \pipesBA + \pipesBB + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +}