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
16
sinterklaas/sinterklaas_goedheiligman/config.ily
Normal file
16
sinterklaas/sinterklaas_goedheiligman/config.ily
Normal 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"
|
29
sinterklaas/sinterklaas_goedheiligman/notes.pipes.ily
Normal file
29
sinterklaas/sinterklaas_goedheiligman/notes.pipes.ily
Normal 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 |
|
||||
}
|
47
sinterklaas/sinterklaas_goedheiligman/pipes.ly
Normal file
47
sinterklaas/sinterklaas_goedheiligman/pipes.ly
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue