Added Sinterklaas songs

This commit is contained in:
Eric Teunis de Boone 2016-12-02 08:38:12 +01:00
parent 2c68877d37
commit 841101f3b8
37 changed files with 1127 additions and 0 deletions

View File

@ -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"

View File

@ -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 |
}

View File

@ -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
}
}

View File

@ -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"

View File

@ -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 |
}
}

View File

@ -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
}
}

View File

@ -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"

View File

@ -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 }

View File

@ -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
}
}

View File

@ -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"

View File

@ -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
}

View File

@ -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
}
}

View File

@ -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"

View File

@ -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.|
}

View File

@ -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
}
}

9
sinterklaas/set_1.ly Normal file
View File

@ -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"

8
sinterklaas/set_2.ly Normal file
View File

@ -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"

8
sinterklaas/set_3.ly Normal file
View File

@ -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"

8
sinterklaas/set_4.ly Normal file
View File

@ -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"

View File

@ -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"

View File

@ -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 |
}

View File

@ -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
}
}

View File

@ -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"

View File

@ -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.
}

View File

@ -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
}
}

View File

@ -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"

View File

@ -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
}

View File

@ -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
}
}

View File

@ -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"

View File

@ -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
}

View File

@ -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
}
}

View File

@ -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"

View File

@ -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
}

View File

@ -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
}
}

View File

@ -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"

View File

@ -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
}

View File

@ -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
}
}