mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Added some airs with lyrics, and updated templates accordingly
This commit is contained in:
parent
743099ea26
commit
39129866d8
59 changed files with 1544 additions and 693 deletions
|
@ -7,7 +7,7 @@
|
|||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{\formatA \formatB}
|
||||
{\repeat volta 2 {\line}\break\repeat volta 2 {\line}\break}
|
||||
{\bassA \bassB}
|
||||
>>
|
||||
}
|
||||
|
@ -17,4 +17,4 @@
|
|||
instrument = \instrumentBass
|
||||
composer = \composerBass
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,16 +3,15 @@
|
|||
global = {
|
||||
\time 6/8
|
||||
}
|
||||
|
||||
confTempo = {
|
||||
\tempo 2. = 45
|
||||
}
|
||||
%% Format
|
||||
formatA = { \repeat volta 2 { \repeat unfold 8 { s4. s4. } } \break }
|
||||
formatB = { \repeat volta 2 { \repeat unfold 8 { s4. s4. } } \break }
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Morag of Dunvegan"
|
||||
meter = "Slow Air"
|
||||
|
||||
composerSide = ""
|
||||
composerTenor = ""
|
||||
composerBass = ""
|
||||
composerPipes = ""
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
\global
|
||||
<<
|
||||
{ \formatA \formatB }
|
||||
{\repeat volta 2 {\line}\break\repeat volta 2 {\line}\break}
|
||||
{ \snareA \snareB }
|
||||
>>
|
||||
}
|
||||
|
@ -48,4 +48,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
89
airs/morag_of_dunvegan/full.ly
Normal file
89
airs/morag_of_dunvegan/full.ly
Normal file
|
@ -0,0 +1,89 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\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 {\line}\break\repeat volta 2 {\line}\break
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes"
|
||||
{
|
||||
\pipesA
|
||||
\pipesB
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
% \lyricsto "pipes" {
|
||||
% \verseA
|
||||
% }
|
||||
% }
|
||||
% \new Staff = "seconds" {
|
||||
% \pipessecndglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes Seconds }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd}
|
||||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
\snareA
|
||||
\snareB
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\tenorglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
\tenorA
|
||||
\tenorB
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\bassglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
\bassA
|
||||
\bassB
|
||||
}
|
||||
>>
|
||||
\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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,93 +0,0 @@
|
|||
|
||||
Bagpipe Reader:1.0
|
||||
|
||||
MIDINoteMappings,(54,56,58,59,61,63,64,66,68,56,58,60,61,63,65,66,68,70,55,57,59,60,62,64,65,67,69)
|
||||
|
||||
FrequencyMappings,(370,415,466,494,554,622,659,740,831,415,466,523,554,622,699,740,831,932,392,440,494,523,587,659,699,784,880)
|
||||
|
||||
InstrumentMappings,(71,71,45,33,1000,60,70)
|
||||
|
||||
GracenoteDurations,(20,40,30,50,100,200,800,1200,250,250,250,500,200)
|
||||
|
||||
FontSizes,(90,100,88,80,250)
|
||||
|
||||
TuneFormat,(1,0,F,L,500,300,500,500,L,1,0)
|
||||
|
||||
TuneTempo,40
|
||||
|
||||
" set 10 ",(T,L,0,0,Times New Roman,17,700,0,0,18,0,0,0)
|
||||
|
||||
" Slow March - Quick March",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0)
|
||||
|
||||
"N. Mathieson",(M,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
||||
|
||||
|
||||
|
||||
"The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
||||
"11",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
||||
"January 14th 2012",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
||||
|
||||
|
||||
"Morag of Dunvegan ",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0)
|
||||
|
||||
& sharpf sharpc 6_8 I!''
|
||||
|
||||
gg C_4 grp C_8 dbc Cr_8 eg Bl_8 strlg LAl_8
|
||||
! dbc C_4 E_8 echola E_4 'e
|
||||
! dbha HA_4 'ha gg HAr_8 Fl_8 HAl_8
|
||||
! hdbf F_4 E_8 echola E_4 'e !t
|
||||
|
||||
|
||||
|
||||
|
||||
& sharpf sharpc
|
||||
gg C_4 grp C_8 dbc Cr_8 eg Bl_8 dg Cl_8
|
||||
! dbf F_4 E_8 echola E_4 'e
|
||||
! gg F_4 HA_8 hdbf Fr_8 El_8 Cl_8
|
||||
! dbb B_4 'b strlg LA_4 'lg ''!I
|
||||
|
||||
|
||||
& sharpf sharpc I!''
|
||||
dbha HA_4 'ha gg HA_4 F_8
|
||||
! dbe E_4 LA_8 brl LA_4 'la
|
||||
! gg C_4 grp C_8 dbc Cr_8 eg Bl_8 dg Cl_8
|
||||
! dbf F_4 E_8 echola E_4 'e !t
|
||||
|
||||
& sharpf sharpc
|
||||
dbha HA_4 'ha gg HA_4 F_8
|
||||
! dbe E_4 LA_8 brl LA_4 'la
|
||||
! gg C_4 grp C_8 dbe E_4 C_8
|
||||
! dbb B_4 'b strlg LA_4 'la ''!I)
|
||||
|
||||
|
||||
|
||||
|
||||
"Bonnie Galloway",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0)
|
||||
& sharpf sharpc 4_4
|
||||
I! gg F_4 ^tf Fr_8 Cl_8 gg E_4 D_4
|
||||
! gg Br_8 Dl_8 ^td D_4 gg LA_2
|
||||
! gg LA_4 ^tla LAr_8 Bl_8 hvthrd D_4 F_4
|
||||
! gg E_4 ^tf Er_8 Fl_8 dbe E_4 LA_4 !t
|
||||
|
||||
& sharpf sharpc
|
||||
gg F_4 ^tf Fr_8 Cl_8 gg E_4 D_4
|
||||
! gg Br_8 Dl_8 ^td D_4 eg LA_2
|
||||
! gg LA_4 ^tla LAr_8 Bl_8 hvthrd D_4 F_4
|
||||
! gg E_4 ^te Er_8 Dl_8 lgstd D_2 !I
|
||||
|
||||
& sharpf sharpc
|
||||
dbha HA_4 ^tha HAr_8 gg HAl_8 F_4 hvthrd D_4
|
||||
! dbha HA_4 D_4 dbf F_2
|
||||
! dbha HA_4 ^tha HAr_8 gg HAl_8 F_4 hvthrd D_4
|
||||
! gg Cr_8 Bl_8 gg Cr_8 Dl_8 dbe E_4 LA_4 !t
|
||||
|
||||
& sharpf sharpc
|
||||
gg F_4 ^tf Fr_8 Cl_8 gg E_4 D_4
|
||||
! gg Br_8 Dl_8 ^td D_4 gg LA_2
|
||||
! gg LA_4 ^tla LAr_8 Bl_8 hvthrd D_4 F_4
|
||||
! gg E_4 ^te Er_8 Dl_8 lgstd D_4 !I
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
% 6/8 Morag of Dunvegan
|
||||
% Bass
|
||||
\version "2.18.2"
|
||||
bassglobal ={}
|
||||
bassA = \drummode {
|
||||
d4. d8 r8 g8 |
|
||||
d4. d8 g8 d8 |
|
||||
|
@ -20,4 +21,4 @@ bassB = \drummode {
|
|||
d4. g4. |
|
||||
d4 g8 d4 g8 |
|
||||
d8 g8 d8 g4. |
|
||||
}
|
||||
}
|
||||
|
|
30
airs/morag_of_dunvegan/notes.pipes.ily
Normal file
30
airs/morag_of_dunvegan/notes.pipes.ily
Normal file
|
@ -0,0 +1,30 @@
|
|||
% 6/8 Morag of Dunvegan
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "N. Mathieson"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg c4 \grip c8 \dblc c8 [ \gre b8 \grG a8 ] |
|
||||
\dblc c4 e8 \echoA e4. |
|
||||
\dblA A4. \grg A8 [ f8 A8 ] |
|
||||
\hdblf f4 e8 \echoA e4. |
|
||||
|
||||
\grg c4 \grip c8 \dblc c8 [ \gre b8 \grd c8 ] |
|
||||
\dblf f4 e8 \echoA e4. |
|
||||
\grg f4 A8 \hdblf f8 [ e8 c8 ] |
|
||||
\dblb b4. \grG a4.
|
||||
}
|
||||
pipesB = {
|
||||
\dblA A4. \grg A4 f8 |
|
||||
\dble e4 a8 \wbirl a4. |
|
||||
\grg c4 \grip c8 \dblc c8 [ \gre b8 \grd c8 ] |
|
||||
\dblf f4 e8 \echoA e4. |
|
||||
|
||||
\dblA A4. \grg A4 f8 |
|
||||
\dble e4 a8 \wbirl a4. |
|
||||
\grg c4 \grip c8 \dble e4 c8 |
|
||||
\dblb b4. \grG a4.
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
% 6/8 Morag of Dunvegan
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
sideglobal={}
|
||||
snareA = \drummode {
|
||||
\flamd d8 d8:32( g8) \flamd d8 r8 \flamd d8 |
|
||||
g8 d8:32( g8) g8 \tuplet 3/2 { d16 g d } g8 |
|
||||
|
@ -27,4 +28,4 @@ snareB = \drummode {
|
|||
|
||||
\flamd d8 d8:32( g8) \flamd d8 g16. d32-> g16. g32 |
|
||||
d4.:32( d4.)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
% 6/8 Morag of Dunvegan
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
tenorglobal = {}
|
||||
tenorA = \drummode {
|
||||
d8 g8 d8 g8 d8 g8 |
|
||||
d8 g8 d8 g4. |
|
||||
|
@ -26,4 +27,4 @@ tenorB = \drummode {
|
|||
|
||||
d8 g8 d8 g8 d8 g8 |
|
||||
d8 g8 d8 g4.
|
||||
}
|
||||
}
|
||||
|
|
50
airs/morag_of_dunvegan/pipes.ly
Normal file
50
airs/morag_of_dunvegan/pipes.ly
Normal file
|
@ -0,0 +1,50 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {\line }
|
||||
\break
|
||||
\repeat volta 2 {\line}
|
||||
\break
|
||||
|
||||
}%Format
|
||||
{
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{\formatA \formatB}
|
||||
{\repeat volta 2 {\line}\break\repeat volta 2 {\line}\break}
|
||||
{\snareA \snareB}
|
||||
>>
|
||||
}
|
||||
|
@ -17,4 +17,4 @@
|
|||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{\formatA \formatB}
|
||||
{\repeat volta 2 {\line}\break\repeat volta 2 {\line}\break}
|
||||
{\tenorA \tenorB}
|
||||
>>
|
||||
}
|
||||
|
@ -17,4 +17,4 @@
|
|||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue