mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
New Bass score for Flower of Scotland, Small edit to the Walrus and Steam Train to Mallaig
This commit is contained in:
parent
ee63cd518c
commit
14b78e594b
9 changed files with 150 additions and 15 deletions
|
@ -4,7 +4,7 @@
|
||||||
composerPipes = "W. Denholm"
|
composerPipes = "W. Denholm"
|
||||||
arrangerPipes = ""
|
arrangerPipes = ""
|
||||||
pipeglobal = {
|
pipeglobal = {
|
||||||
\bagpipeKey
|
\key d \major
|
||||||
}
|
}
|
||||||
% Music
|
% Music
|
||||||
pipesA = {
|
pipesA = {
|
||||||
|
|
32
airs/flower_of_scotland/bass.ly
Normal file
32
airs/flower_of_scotland/bass.ly
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.bass.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new PipeBandDrumStaff {
|
||||||
|
\global
|
||||||
|
\bassglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format"
|
||||||
|
{
|
||||||
|
|
||||||
|
\repeat volta 2 {
|
||||||
|
\repeat unfold 2 { \line \line \break }
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
\new DrumVoice {
|
||||||
|
\bassA
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentBass
|
||||||
|
composer = \composerBass
|
||||||
|
arranger = \arrangerBass
|
||||||
|
}
|
||||||
|
}
|
69
airs/flower_of_scotland/drums.ly
Normal file
69
airs/flower_of_scotland/drums.ly
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.bass.ily"
|
||||||
|
%\include "./notes.tenor.ily"
|
||||||
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 5.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new PipeBandDrumStaff = "side" \with {
|
||||||
|
instrumentName = \markup{ \instrumentSide }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||||
|
} {
|
||||||
|
\global
|
||||||
|
\sideglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part
|
||||||
|
\repeat unfold 2 { \line \line \break }
|
||||||
|
}
|
||||||
|
}%End of Format
|
||||||
|
\new DrumVoice = "side" {
|
||||||
|
\snareA s8
|
||||||
|
}%End of side
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
%{ \new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
|
\tenorglobal
|
||||||
|
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||||
|
} {
|
||||||
|
\bassglobal
|
||||||
|
|
||||||
|
s8 \bassA
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
composer = \markup {
|
||||||
|
\column \right-align {
|
||||||
|
$(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=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||||
|
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||||
|
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -4,7 +4,7 @@
|
||||||
\include "lilydrum.ly"
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
%\include "./notes.bass.ily"
|
\include "./notes.bass.ily"
|
||||||
%\include "./notes.tenor.ily"
|
%\include "./notes.tenor.ily"
|
||||||
\include "./notes.side.ily"
|
\include "./notes.side.ily"
|
||||||
\include "./notes.pipes.ily"
|
\include "./notes.pipes.ily"
|
||||||
|
@ -59,12 +59,13 @@
|
||||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
%
|
%
|
||||||
% }
|
% }
|
||||||
% \new PipeBandDrumStaff = "bass" {
|
\new PipeBandDrumStaff = "bass" {
|
||||||
% \bassglobal
|
\bassglobal
|
||||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||||
%
|
|
||||||
% }
|
s8 \bassA
|
||||||
|
}
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
title = \title
|
title = \title
|
||||||
|
|
31
airs/flower_of_scotland/notes.bass.ily
Normal file
31
airs/flower_of_scotland/notes.bass.ily
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
% 6/8 Flower of Scotland
|
||||||
|
% Bass
|
||||||
|
\version "2.18.2"
|
||||||
|
composerBass = "E.T. de Boone, 2019"
|
||||||
|
arrangerBass = ""
|
||||||
|
bassglobal = {}
|
||||||
|
% Music
|
||||||
|
bassA = \drummode {
|
||||||
|
|
|
||||||
|
d4. g4. |
|
||||||
|
d4. r4 g8 |
|
||||||
|
d4 d8 g4. |
|
||||||
|
d4. d4 g8 |
|
||||||
|
d4. g4
|
||||||
|
|
||||||
|
g8|
|
||||||
|
d4 d8 g4.
|
||||||
|
d4. g4 g8 |
|
||||||
|
d4. g4 g8|
|
||||||
|
d4 g8 d4. |
|
||||||
|
g4. r4
|
||||||
|
|
||||||
|
g8 |
|
||||||
|
d4 g8 d4. |
|
||||||
|
d4. r4 g8 |
|
||||||
|
d4 g8 d4. |
|
||||||
|
g4. r4
|
||||||
|
g8 |
|
||||||
|
d4 d8 g4. |
|
||||||
|
d4. g4. |
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
% 6/8 Flower of Scotland
|
% 6/8 Flower of Scotland
|
||||||
% Side
|
% Side
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerSide = ""
|
composerSide = "E.T. de Boone, 2017"
|
||||||
sideglobal = { \eighthCompoundBeaming }
|
sideglobal = { \eighthCompoundBeaming }
|
||||||
snareA = \drummode {
|
snareA = \drummode {
|
||||||
g8 |
|
g8 |
|
||||||
|
|
|
@ -47,13 +47,13 @@ pipesCA = {
|
||||||
\dble e8 [ g16 e16 ] \grg d16 [ b16 \grg c16 d16 ] | \break
|
\dble e8 [ g16 e16 ] \grg d16 [ b16 \grg c16 d16 ] | \break
|
||||||
}
|
}
|
||||||
pipesCBA = {
|
pipesCBA = {
|
||||||
\grg e16 [ a16 \grg a16 \grd a16 ] A16 [ a16 \grg a16 g16 ] |
|
\grg e16 [ a16 \grg a16 \grd a16 ] A16 [ a16 \grg a16 g16 ]~ |
|
||||||
g16 [ a16 \grg f16 a16 ] \dble e8 [ \grg d16 b16 ] |
|
g16 [ a16 \grg f16 a16 ] \dble e8 [ \grg d16 b16 ] |
|
||||||
\grg G16 [ \grd G16 \grg b16 d16 ] \grg e16 [ d16 \grg b16 \grd G16 ] |
|
\grg G16 [ \grd G16 \grg b16 d16 ] \grg e16 [ d16 \grg b16 \grd G16 ] |
|
||||||
\grg a8 [ \wbirl a8 ] \grg a8
|
\grg a8 [ \wbirl a8 ] \grg a8
|
||||||
}
|
}
|
||||||
pipesCBB = {
|
pipesCBB = {
|
||||||
\grg e16 [ a16 \grg a16 \grd a16 ] A16 [ a16 \grg a16 g16 ] |
|
\grg e16 [ a16 \grg a16 \grd a16 ] A16 [ a16 \grg a16 g16 ]~ |
|
||||||
g16 [ a16 \grg f16 a16 ] \dble e8 [ \grg d16 b16 ] |
|
g16 [ a16 \grg f16 a16 ] \dble e8 [ \grg d16 b16 ] |
|
||||||
\grg d16 [ \slurc d16 \grg e16 f16 ] \grA g16 [ f16 \grg e16 d16 ] |
|
\grg d16 [ \slurc d16 \grg e16 f16 ] \grA g16 [ f16 \grg e16 d16 ] |
|
||||||
\grg e8 [ \gra e8 ] \dble e8
|
\grg e8 [ \gra e8 ] \dble e8
|
||||||
|
@ -73,8 +73,8 @@ pipesDBA = {
|
||||||
\grg a8 [ \wbirl a8 ] \grg a8
|
\grg a8 [ \wbirl a8 ] \grg a8
|
||||||
}
|
}
|
||||||
pipesDBB = {
|
pipesDBB = {
|
||||||
\grg e16 [ a16 \grg a16 \grd a16 ] A16 [ a16 \grg a16 g16 ] |
|
\grg e16 [ a16 \grg a16 \grd a16 ] A16 [ a16 \grg a16 g16 ]~ |
|
||||||
g16 [ a16 \grg f16 a16 ] \dble e8 [ \grg d16 b16 ] |
|
g16 [ a16 \grg f16 a16 ] \dble e8 [ \grg d16 b16 ] |
|
||||||
\grg G16 [ \grd G16 \grg b16 d16 ] \grg e16 [ d16 \grg b16 \grd G16 ] |
|
\grg G16 [ \grd G16 \grg b16 d16 ] \grg e16 [ d16 \grg b16 \grd G16 ] |
|
||||||
\grg a8 [ \wbirl a8 ] \grg a4
|
\grg a8 [ \wbirl a8 ] \grg a8
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
\repeat volta 2 { \part \halfline}
|
\repeat volta 2 { \part \halfline}
|
||||||
\alternative{ {\halfline} {\halfline}}
|
\alternative{ {\halfline} {\halfline}}
|
||||||
|
|
||||||
|
\bar "|."
|
||||||
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
\pipesA s8
|
\pipesA s8
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
composerPipes = "Mary-Ann MacKinnon"
|
composerPipes = "Mary-Ann MacKinnon"
|
||||||
arrangerPipes = ""
|
arrangerPipes = ""
|
||||||
pipeglobal = {
|
pipeglobal = {
|
||||||
\bagpipeKey
|
\key a \mixolydian
|
||||||
}
|
}
|
||||||
% Music
|
% Music
|
||||||
pipesIntro = {
|
pipesIntro = {
|
||||||
|
@ -92,4 +92,4 @@ pipesF = {
|
||||||
\thrwd d4~ d4~ |
|
\thrwd d4~ d4~ |
|
||||||
d16 \grg G16 G16 \gre G16 \grg a4~ |
|
d16 \grg G16 G16 \gre G16 \grg a4~ |
|
||||||
a4~ a4
|
a4~ a4
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue