1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 12:29:22 +02:00

A lot of new Tunes

Still work to do on the Anthems and Jim Thomson of flagstaff
This commit is contained in:
Eric Teunis de Boone 2016-11-07 23:33:04 +01:00
parent f24876228f
commit 76e6d0ffa1
53 changed files with 2225 additions and 7 deletions

View file

@ -0,0 +1,17 @@
\version "2.19.0"
%% Globals
global = {
\time 2/4
}
confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 4 \grace {s1} s4 }
measure = { \grace {s1} s2 | }
halfline = { \repeat unfold 4 \measure }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "Wilhelmus"
meter = "Dutch National Anthem"

View file

@ -0,0 +1,40 @@
% 2/4 Wilhelmus
% Pipes
\version "2.18.2"
composerPipes = ""
pipeglobal = {
\bagpipeKey
}
% Music
pipesA = {
\grg a4 |
\thrwd d4 \dbld d4 |
\grg e8 [ f8 ] \dblg g8 [ e8 ] |
\dblf f4 \grg e8 [ f8 ] |
\dblg g4 f4 |
\dble e8 [ d8 ] \grg e4 |
\thrwd d2~ |
d4
}
pipesB = {
\grg f8 [ g8 ]
\grA a2
\dblb b4 \gre a4~
a4 g4
\grA f4 e8 [ f8 ]
\dblg g4 f4
\dble e4 d4
\grg e2~
e4 a4
\thrwd d8 [ c8 ] \grg d8 [ e8 ]
\grg f4 \dble e4~
e4 d4
\dblc c4 \gre a4
\grg b8 [ c8 ] \grg d8 [ \gre d8 ]
\grg d4 \dblc c4
\thrwd d2~
d4
}

View file

@ -0,0 +1,48 @@
% 2/4 Wilhelmus
% Pipes (Seconds)
\version "2.18.2"
composerPipessecnd = "PM Michael J. Evans"
pipessecndglobal = {
\bagpipeKey
}
pipessecndAA = {
\grg a4 |
\thrwd d4 a4 |
\grg c8 [ d8 ] \hdble e8 [ c8 ] |
\dbld d4 \grg c8 [ a8 ] |
b4 c4 |
a8 [ b8 ] \grg c4 |
\dblf f2 |
g4
}
pipessecndAB = {
A4 |
f2 |
\grg c8 [ d8 ] \grg e8 [ c8 ] |
d4 \grg c8 [ a8 ] |
b4 c4 |
a8 [ b8 ] \grg c4 |
f2 |
g4
}
pipessecndB = {
\grg f8 [ g8 ] |
A8 [ f8 ] d4~ |
d4 c4 |
d4 \grg c4 |
d4 \grg c8 [ d8 ] |
e4 d4 |
\grg c4 b4 |
c8 [ b8 ] a4 |
b4 c4 |
\thrwd d8 [ c8 ] \grg d8 [ e8 ] |
\grg d4 \grg c4 |
b4 a4 |
\wbirl a4 \gre c4 |
\grg G8 [ a8 ] \grg b8 [ \gre a8 ] |
\grg a4 \dble e4 |
f2~ |
f4
}

View file

@ -0,0 +1,108 @@
\version "2.19.0"
\include "config.ily"
\include "notes.pipes.ily"
\include "notes.pipes.seconds.ily"
%\include "notes.pipes.thirds.ily"
\score {
\new StaffGroup <<
\new Staff = "pipes" {
\global
\pipeglobal
\set Staff.instrumentName = \markup{ \instrumentPipes }
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
<<
\new NullVoice = "format" {
\part
\repeat unfold 7 \measure
\bar "||"
\break
\part
\repeat unfold 7 \measure
\bar "|."
\break
\part
\line
\break
\line
\bar "|."
}%Format
\new Voice = "pipes" {
\pipesA s4
\pipesA s4
\pipesB
}%Pipes
>>
}
\new Staff = "seconds" {
\pipessecndglobal
\set Staff.instrumentName = \markup{ \instrumentSecnd }
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd}
\pipessecndAA s4
\pipessecndAB s4
\pipessecndB s4
}
% \new Staff = "thirds" {
% \pipesthrdglobal
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentThrd }
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentThrd }
%
% }
>>
\header {
title = \title
meter = \meter
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \composerPipesthrd ":" }} #} )
}
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \instrumentPipesthrd }}#} )
}
}
}
}
\score {
\new StaffGroup <<
\global
\new Staff = "pipes" {
\pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipesA
\pipesA
\pipesB
}
\new Staff = "seconds" {
\pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%% Seconds
\pipessecndAA
\pipessecndAB
\pipessecndB
}
% \new Staff = "thirds" {
% \pipesthrdglobal
% \set Staff.midiInstrument = #"bagpipe"
% %% Thirds
%
% }
>>
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}

53
other/wilhelmus/pipes.ly Normal file
View file

@ -0,0 +1,53 @@
\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\repeat unfold 7 \measure
}
\break
\part
\line
\break
\line
\bar "|."
}%Format
\new Voice = "pipes" {
\pipesA s4
\pipesB s4
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipesA
\pipesB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}

View file

@ -0,0 +1,60 @@
\version "2.18.2"
\include "config.ily"
\include "notes.pipes.seconds.ily"
\score {
\new Staff {
\global
\pipessecndglobal
<<
\new NullVoice = "format" {
\part
\repeat unfold 7 \measure
\bar "||"
\break
\part
\repeat unfold 7 \measure
\bar "|."
\break
\part
\line
\break
\line
\bar "|."
}%Format
\new Voice = "seconds" {
\pipessecndAA s4
\pipessecndAB s4
\pipessecndB s4
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
}
}
\score {
\new Staff { \global \pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipessecndAA
\pipessecndAB
\pipessecndB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
}
}