mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Changed a lot of dr's and fr's to tutti {}'s + changed some unisons + added 2 hornpipe scores
This commit is contained in:
parent
30523d7b9a
commit
f3d16b9b2e
41 changed files with 1431 additions and 390 deletions
20
hornpipes/young_pipers/config.ily
Normal file
20
hornpipes/young_pipers/config.ily
Normal file
|
@ -0,0 +1,20 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s2 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
twoOfTwo = \markup { \text \fontsize #2 { 2 of 2 } }
|
||||
twoOfFour = \markup { \text \fontsize #2 { 2 of 4 }}
|
||||
|
||||
%% Headers
|
||||
title = "Young Pipers"
|
||||
meter = "Hornpipe"
|
156
hornpipes/young_pipers/full.ly
Normal file
156
hornpipes/young_pipers/full.ly
Normal file
|
@ -0,0 +1,156 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
%\include "./notes.bass.ily"
|
||||
%\include "./notes.tenor.ily"
|
||||
\include "./notes.side.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
%\include "./notes.pipes.seconds.ily"
|
||||
%\include "./notes.lyrics.ily"
|
||||
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new Voice = "format"
|
||||
{
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
% \break
|
||||
|
||||
\set Score.repeatCommands = #(list (list 'volta twoOfTwo ))
|
||||
\halfline
|
||||
\set Score.repeatCommands = #'((volta #f))
|
||||
}
|
||||
\break
|
||||
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
% \break
|
||||
\halfline
|
||||
}
|
||||
\break
|
||||
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
% \break
|
||||
\set Score.repeatCommands = #(list (list 'volta twoOfFour))
|
||||
\halfline
|
||||
\set Score.repeatCommands = #'((volta #f))
|
||||
}
|
||||
\break
|
||||
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
% \break
|
||||
\halfline
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes"
|
||||
{
|
||||
s8 \pipesAA
|
||||
\pipesAB
|
||||
|
||||
s8 \pipesBA
|
||||
\pipesBBA
|
||||
|
||||
s8 \pipesCA
|
||||
\pipesCB
|
||||
|
||||
s8 \pipesDA
|
||||
\pipesDBA
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Staff = "song" {
|
||||
% \lyricsglobal
|
||||
% \new Voice = "lyrics"
|
||||
% {}
|
||||
% }
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
% \lyricsto "lyrics" {
|
||||
% \verseA
|
||||
% }
|
||||
% }
|
||||
% \new Staff = "seconds" {
|
||||
% \pipessecndglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentTrd}
|
||||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\snareAA
|
||||
\snareAB
|
||||
\snareAC
|
||||
\snareAD s8
|
||||
|
||||
\snareBA
|
||||
\snareBB
|
||||
\snareBC
|
||||
\snareAD s8
|
||||
|
||||
\snareCA
|
||||
\snareCB
|
||||
\snareCC
|
||||
\snareAD s8
|
||||
|
||||
\snareDA
|
||||
\snareDB
|
||||
\snareDC
|
||||
\snareAD s8
|
||||
}
|
||||
% \new PipeBandDrumStaff = "tenor" {
|
||||
% \tenorglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
%
|
||||
% }
|
||||
% \new PipeBandDrumStaff = "bass" {
|
||||
% \bassglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
composer = \markup \large {
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
|
||||
}
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
85
hornpipes/young_pipers/notes.pipes.ily
Normal file
85
hornpipes/young_pipers/notes.pipes.ily
Normal file
|
@ -0,0 +1,85 @@
|
|||
% 2/4 Young Pipers
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "J. Teerlinck-Wiegerinck"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% LOL: In total 296 notes
|
||||
% Music
|
||||
pipesEndTwoMeas = {
|
||||
\grg a16 c \grG c \grg c~ c e \gra e c |
|
||||
\grg a e c \grg d~ d4 |
|
||||
}
|
||||
|
||||
pipesAAFirstTwoMeas = {
|
||||
\grg a8 d8 \grg a16 d \grc d a |
|
||||
\grg G16 b \grG b \grg b~ b e \grg d b |
|
||||
}
|
||||
|
||||
pipesAA = {
|
||||
\pipesAAFirstTwoMeas
|
||||
\grg a8 \gre d \grg a16 c \grG c a~ |
|
||||
a16 d \grc d \grg e f e \grg d b |
|
||||
}
|
||||
|
||||
pipesAB = {
|
||||
\pipesAAFirstTwoMeas
|
||||
\pipesEndTwoMeas
|
||||
}
|
||||
|
||||
pipesBAFirstTwoMeas = {
|
||||
\grg a8 A \grg a16 f \gre f a |
|
||||
\grg G16 b \grG b \grg b~ b e \grg d b |
|
||||
}
|
||||
pipesBA = {
|
||||
\pipesBAFirstTwoMeas
|
||||
\grg a8 \grd c \grg c16 e \gra e \grg a~ |
|
||||
a16 d \grc d e \grg f A f d |
|
||||
}
|
||||
|
||||
pipesBBA = {
|
||||
\pipesBAFirstTwoMeas
|
||||
\pipesEndTwoMeas
|
||||
}
|
||||
|
||||
pipesBBB = {
|
||||
\pipesAAFirstTwoMeas
|
||||
\pipesEndTwoMeas
|
||||
}
|
||||
|
||||
pipesCAFirstTwoMeas = {
|
||||
\grg a8 d \grg f16 e \grg d a |
|
||||
\grg G16 b \grG b a \grg G e d b |
|
||||
}
|
||||
pipesCA = {
|
||||
\pipesCAFirstTwoMeas
|
||||
\grg a8 \grd c \grg c16 e \gra e a |
|
||||
\grg d16 c \grg d e \grg f A f e |
|
||||
}
|
||||
|
||||
pipesCB = {
|
||||
\pipesCAFirstTwoMeas
|
||||
\pipesEndTwoMeas
|
||||
}
|
||||
|
||||
pipesDAFirstTwoMeas = {
|
||||
\grg a8 A a16 A f d |
|
||||
\grg G16 b \grG b a \grg G e \grg d b |
|
||||
}
|
||||
|
||||
pipesDA = {
|
||||
\pipesDAFirstTwoMeas
|
||||
\grg c16 e~ e c \grg b c~ c b |
|
||||
\grg a16 f~ f A f A f d |
|
||||
}
|
||||
|
||||
pipesDBA = {
|
||||
\pipesDAFirstTwoMeas
|
||||
\pipesEndTwoMeas
|
||||
}
|
||||
|
||||
pipesDBB = {
|
||||
\pipesCAFirstTwoMeas
|
||||
\pipesEndTwoMeas
|
||||
}
|
87
hornpipes/young_pipers/notes.side.ily
Normal file
87
hornpipes/young_pipers/notes.side.ily
Normal file
|
@ -0,0 +1,87 @@
|
|||
% 2/4 Young Pipers
|
||||
% Side
|
||||
\version "2.18.2"
|
||||
composerSide = "E.T. de Boone, 2016"
|
||||
sideglobal = { \eighthBeaming }
|
||||
% Music
|
||||
snareAC = \drummode {
|
||||
\flam d8 \flam g8 \fr
|
||||
\flam d16 g d g
|
||||
|
|
||||
\flam d16 g d g:64(\dr
|
||||
g16:64 d) g g
|
||||
|
|
||||
}
|
||||
snareAA = \drummode {
|
||||
d16 \dr g |
|
||||
\snareAC
|
||||
}
|
||||
snareAB = \drummode {
|
||||
\flam d8\fr d8:32(
|
||||
g16) \flam d g g
|
||||
|
|
||||
d32 d g16 d \flamdr g
|
||||
d16 g d32 g d g
|
||||
|
|
||||
}
|
||||
snareAD = \drummode {
|
||||
\flam d16\fr g d \flamdr g \fr
|
||||
d16 g \flamdr d\fr g
|
||||
|
|
||||
d32 g d g d16\dr g
|
||||
\flam d8 \fr
|
||||
}
|
||||
|
||||
snareBC = \drummode {
|
||||
d8:32( g:32)(->\fr
|
||||
d32) g d g d16-> g
|
||||
|
|
||||
d16:64( d) g d:64(\dr
|
||||
g16:64 g) d g
|
||||
|
|
||||
}
|
||||
snareBA = \drummode {
|
||||
d16\dr g |
|
||||
\snareBC
|
||||
}
|
||||
snareBB = \drummode {
|
||||
\snareAB
|
||||
}
|
||||
|
||||
|
||||
snareCC = \drummode {
|
||||
d8:32(\fr \> g16)\! d:64(\<
|
||||
d16)\! \flam d g g\dr
|
||||
|
|
||||
d32 g d g d16 g:64(
|
||||
g16:64 d) g g
|
||||
|
|
||||
}
|
||||
snareCA = \drummode {
|
||||
g8 |
|
||||
\snareCC
|
||||
}
|
||||
snareCB = \drummode {
|
||||
\snareAB
|
||||
}
|
||||
|
||||
snareDC = \drummode {
|
||||
\flam d16 \flam g \flam d8
|
||||
g16 d:64( d) g
|
||||
|
|
||||
d32 g d g d16 g:64(
|
||||
g16:64 d) g g
|
||||
|
|
||||
}
|
||||
snareDA = \drummode {
|
||||
g8 |
|
||||
\snareDC
|
||||
}
|
||||
snareDB = \drummode {
|
||||
d16 g32 g d16 g
|
||||
d32 g d g d16 g32 g
|
||||
|
|
||||
d16 g8.:32(
|
||||
d16) g d32 g d g
|
||||
|
|
||||
}
|
100
hornpipes/young_pipers/pipes.ly
Normal file
100
hornpipes/young_pipers/pipes.ly
Normal file
|
@ -0,0 +1,100 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
%\break
|
||||
\halfline
|
||||
}
|
||||
\break
|
||||
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
%\break
|
||||
}\alternative{
|
||||
{\halfline}
|
||||
{\halfline}
|
||||
}\bar "|."
|
||||
\break
|
||||
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
%\break
|
||||
\halfline
|
||||
}
|
||||
\break
|
||||
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
%\break
|
||||
}\alternative{
|
||||
{\halfline}
|
||||
{\halfline}
|
||||
}\bar "|."
|
||||
}%Format
|
||||
{
|
||||
\pipesAA
|
||||
\pipesAB
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA
|
||||
\pipesBBB
|
||||
|
||||
\pipesCA
|
||||
\pipesCB
|
||||
|
||||
\pipesDA
|
||||
\pipesDBA
|
||||
\pipesDBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesAA
|
||||
\pipesAB
|
||||
\pipesAA
|
||||
\pipesAB
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA
|
||||
\pipesBA
|
||||
\pipesBBB
|
||||
|
||||
\pipesCA
|
||||
\pipesCB
|
||||
\pipesCA
|
||||
\pipesCB
|
||||
|
||||
\pipesDA
|
||||
\pipesDBA
|
||||
\pipesDA
|
||||
\pipesDBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
77
hornpipes/young_pipers/side.ly
Normal file
77
hornpipes/young_pipers/side.ly
Normal file
|
@ -0,0 +1,77 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff
|
||||
{
|
||||
\global
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
%\break
|
||||
\set Score.repeatCommands = #(list (list 'volta twoOfTwo ))
|
||||
\halfline
|
||||
\set Score.repeatCommands = #'((volta #f ))
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
%\break
|
||||
\halfline
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
%\break
|
||||
\set Score.repeatCommands = #(list (list 'volta twoOfFour ))
|
||||
\halfline
|
||||
\set Score.repeatCommands = #'((volta #f ))
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
%\break
|
||||
\halfline
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\sideglobal
|
||||
\snareAA
|
||||
\snareAB
|
||||
\snareAC
|
||||
\snareAD s8
|
||||
|
||||
\snareBA
|
||||
\snareBB
|
||||
\snareBC
|
||||
\snareAD s8
|
||||
|
||||
\snareCA
|
||||
\snareCB
|
||||
\snareCC
|
||||
\snareAD s8
|
||||
|
||||
\snareDA
|
||||
\snareDB
|
||||
\snareDC
|
||||
\snareAD s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue