mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Added Sinterklaas songs
This commit is contained in:
parent
2c68877d37
commit
841101f3b8
37 changed files with 1127 additions and 0 deletions
|
@ -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"
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue