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
17
sinterklaas/dag_sinterklaasje/config.ily
Normal file
17
sinterklaas/dag_sinterklaasje/config.ily
Normal 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"
|
21
sinterklaas/dag_sinterklaasje/notes.pipes.ily
Normal file
21
sinterklaas/dag_sinterklaasje/notes.pipes.ily
Normal 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 }
|
55
sinterklaas/dag_sinterklaasje/pipes.ly
Normal file
55
sinterklaas/dag_sinterklaasje/pipes.ly
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue