mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Updated/Fixed 2/4 Marches and 3/4 Marches (+ template)
This commit is contained in:
parent
a63a7cdc6c
commit
27b5a9f0c8
52 changed files with 648 additions and 433 deletions
|
@ -12,7 +12,7 @@
|
|||
\lyricsglobal
|
||||
<<
|
||||
\new NullVoice = "format"
|
||||
{
|
||||
{
|
||||
\line
|
||||
\bar "||"
|
||||
\break
|
||||
|
@ -30,7 +30,7 @@
|
|||
\lyricsAB
|
||||
}
|
||||
\new Lyrics = "lyrics" {
|
||||
\lyricsto "song" {
|
||||
\lyricsto "song" {
|
||||
\verseA
|
||||
}
|
||||
}
|
||||
|
@ -58,10 +58,15 @@
|
|||
\fill-line{
|
||||
\column {
|
||||
\verseAblock
|
||||
\combine \null \vspace #0.5
|
||||
}
|
||||
\combine \null \vspace #0.5
|
||||
\column {
|
||||
\verseBblock
|
||||
}
|
||||
\combine \null \vspace #0.5
|
||||
\verseCblock
|
||||
\column {
|
||||
\verseCblock
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ lyricsAA = {
|
|||
c8 [ c8 ] c4. a8 |
|
||||
b8 [ b8 ] a2 |
|
||||
e8 [ e8 ] e4. e8 |
|
||||
f8 e8 e2 |
|
||||
f8 e8 e2 |
|
||||
|
||||
A8 [ A8 ] A4. f8 |
|
||||
d8 [ f8 ] e2 |
|
||||
|
@ -19,25 +19,25 @@ lyricsAB = {
|
|||
c8 [ c8 ] c4. a8 |
|
||||
b8 [ b8 ] a2 |
|
||||
e8 [ e8 ] e4. e8 |
|
||||
\tuplet 3/2 { f8 f8 e8 } e2 |
|
||||
\tuplet 3/2 { f8 f8 e8 } e4. e8 |
|
||||
|
||||
A8 [ A8 ] A4. f8 |
|
||||
d8 [ f8 ] e2 |
|
||||
d8 [ f8 ] e4. e8 |
|
||||
c8 [ c8 ] b4. c16 [ c16 ] |
|
||||
b8. a16 a2 |
|
||||
}
|
||||
|
||||
verseA = \lyricmode {
|
||||
\set stanza = #"1."
|
||||
Fight- ing sol- diers from the sky
|
||||
Fear- less men who jump and die
|
||||
Fight -- ing sol -- diers from the sky
|
||||
Fear -- less men who jump and die
|
||||
Men who mean just what they say
|
||||
The brave men of the Green Ber- et
|
||||
The brave men of the Green Ber -- et
|
||||
|
||||
Sil- ver wings u- pon their chest
|
||||
These are men, the Neth- er- lands' best
|
||||
One hun- dred men will test today
|
||||
But only three win the Green Ber- et
|
||||
Sil -- ver wings u -- pon their chest
|
||||
These are men, the Neth -- er -- lands' best
|
||||
One hun -- dred men will test to -- day
|
||||
But on -- ly three win the Green Ber- et
|
||||
}
|
||||
verseAblock = \markup \column {
|
||||
\line{ \bold "1." }
|
||||
|
@ -57,7 +57,7 @@ verseBblock = \markup \column {
|
|||
\line{Trained in combat, hand-to-hand}
|
||||
\line{Men who fight by night and day}
|
||||
\line{Courage peak from the Green Berets}
|
||||
|
||||
|
||||
\line{Silver wings upon their chest}
|
||||
\line{These are men, the Netherlands' best}
|
||||
\line{One hundred men will test today}
|
||||
|
@ -69,7 +69,7 @@ verseCblock = \markup \column {
|
|||
\line{Her Green Beret has met his fate}
|
||||
\line{He has died for those oppressed}
|
||||
\line{Leaving her his last request}
|
||||
|
||||
|
||||
\line{Put silver wings on my son's chest}
|
||||
\line{Make him one of the Netherlands' best}
|
||||
\line{He'll be a man they'll test one day}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
% 3/4 Balmoral (seconds)
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipessecnd = ""
|
||||
composerPipesSecnd = ""
|
||||
pipessecndglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
% 3/4 Balmoral (thirds)
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipesthrd = ""
|
||||
composerPipesThrd = ""
|
||||
pipesthrdglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
|
|
|
@ -7,44 +7,54 @@
|
|||
\include "./notes.pipes.seconds.ily"
|
||||
\include "./notes.pipes.thirds.ily"
|
||||
|
||||
\layout {
|
||||
indent = 8.0
|
||||
short-indent = 2.0
|
||||
}
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff = "pipes" {
|
||||
\new Staff = "pipes" \with{
|
||||
instrumentName = \markup{ \instrumentPipes }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
} {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set Staff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
{
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 { \line }
|
||||
\break
|
||||
\repeat volta 2 { \line }
|
||||
}%Format
|
||||
{
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
|
||||
\pipesB
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\new Staff = "seconds" {
|
||||
\new Staff = "seconds" \with {
|
||||
instrumentName = \markup{ \instrumentPipesSecnd }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd}
|
||||
} {
|
||||
\pipessecndglobal
|
||||
\set Staff.instrumentName = \markup{ \instrumentPipes Seconds }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd}
|
||||
|
||||
|
||||
\pipessecndA
|
||||
|
||||
\pipessecndB
|
||||
|
||||
}
|
||||
\new Staff = "thirds" {
|
||||
\new Staff = "thirds" \with {
|
||||
instrumentName = \markup{ \instrumentPipesThrd }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipesThrd}
|
||||
} {
|
||||
\pipesthrdglobal
|
||||
\set Staff.instrumentName = \markup{ \instrumentPipes Thirds }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 3rd }
|
||||
|
||||
\pipesthrdA
|
||||
|
||||
\pipesthrdB
|
||||
}
|
||||
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
|
@ -63,3 +73,48 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\global
|
||||
\new Staff = "pipes" \with {
|
||||
midiInstrument = #"bagpipe"
|
||||
instrumentName = \markup{ \instrumentPipes }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
} {
|
||||
\pipeglobal
|
||||
%%Tune
|
||||
\pipesA
|
||||
\pipesB
|
||||
|
||||
}
|
||||
\new Staff = "seconds" \with {
|
||||
midiInstrument = #"bagpipe"
|
||||
instrumentName = \markup{ \instrumentPipesSecnd }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
|
||||
} {
|
||||
\pipessecndglobal
|
||||
%% Seconds
|
||||
\pipessecndA
|
||||
\pipessecndB
|
||||
|
||||
}
|
||||
\new Staff = "thirds" \with {
|
||||
midiInstrument = #"bagpipe"
|
||||
instrumentName = \markup{ \instrumentPipesThrd }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipesThrd }
|
||||
} {
|
||||
\pipesthrdglobal
|
||||
%% Thirds
|
||||
\pipesthrdA
|
||||
\pipesthrdB
|
||||
|
||||
}
|
||||
>>
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,3 +29,24 @@
|
|||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\repeat unfold 2 {
|
||||
\pipesA
|
||||
}
|
||||
\repeat unfold 2 {
|
||||
\pipesB
|
||||
}
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,7 +25,28 @@
|
|||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipessecnd
|
||||
composer = \composerPipessecnd
|
||||
instrument = \instrumentPipesSecnd
|
||||
composer = \composerPipesSecnd
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipessecndglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\repeat unfold 2 {
|
||||
\pipessecndA
|
||||
}
|
||||
\repeat unfold 2 {
|
||||
\pipessecndB
|
||||
}
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSecnd
|
||||
composer = \composerPipesSecnd
|
||||
arranger = \arrangerPipesSecnd
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -25,7 +25,28 @@
|
|||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipesthrd
|
||||
composer = \composerPipesthrd
|
||||
instrument = \instrumentPipesThrd
|
||||
composer = \composerPipesThrd
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipesthrdglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\repeat unfold 2 {
|
||||
\pipesthrdA
|
||||
}
|
||||
\repeat unfold 2 {
|
||||
\pipesthrdB
|
||||
}
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentThrd
|
||||
composer = \composerPipesthrd
|
||||
arranger = \arrangerPipesthrd
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
|
@ -14,7 +15,7 @@ pipesA = {
|
|||
\dble e8. [ d16 ] \grg c4 \dble e4 |
|
||||
\dblc c8 [ \gre a8 ] \grg b4 \grip c4 |
|
||||
\dblA A8. [ f16 ] \dble e4 \dblc c8 [ \gre a8 ] |
|
||||
\dblb b4 \grG a2
|
||||
\dblb b4 \grG a2
|
||||
}
|
||||
pipesB = {
|
||||
\grg c8. [ d16 ] \dble e4 \gra e4 |
|
||||
|
@ -25,6 +26,6 @@ pipesB = {
|
|||
a8. [ b16 ] \grip c4 \dblb b4 |
|
||||
\grG a4 \grg b4 \grip c4 |
|
||||
\dblA A8. [ f16 ] \dble e4 \dblc c8 [ \gre a8 ] |
|
||||
\dblb b4 \grG a2
|
||||
\dblb b4 \grG a2
|
||||
}
|
||||
|
||||
|
|
|
@ -26,5 +26,27 @@
|
|||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\repeat unfold 2 {
|
||||
\pipesA
|
||||
}
|
||||
\repeat unfold 2 {
|
||||
\pipesB
|
||||
}
|
||||
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "R. Watt"
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
|
@ -10,7 +11,7 @@ pipesA = {
|
|||
\grg a8. [ b16 ] \grip c4 \dblc c8 [ a8 ] |
|
||||
\dblb b8 [ a8 ] \grg f4 \gre f4 |
|
||||
\dblA A8. [ f16 ] \grg e4 e8 [ f8 ] |
|
||||
\dble e8. [ c16 ] \dblb b2 |
|
||||
\dble e8. [ c16 ] \dblb b2 |
|
||||
|
||||
\grg a8. [ b16 ] \grip c4 \dblc c8 [ a8 ] |
|
||||
\dblb b8 [ a8 ] \grg f4 \gre f4 |
|
||||
|
@ -27,21 +28,21 @@ pipesBA = {
|
|||
\grg \tuplet 3/2 { b8 [ c8 e8 ] } \grg f4 \grg f8 [ e8 ] |
|
||||
\dblA A8. [ e16 ] \grg c4 \grip c4 |
|
||||
\dblA A8. [ f16 ] \grg e4 e8 [ f8 ] |
|
||||
\dble e8. [ c16 ] \dblb b4. \grG a8 |
|
||||
\dble e8. [ c16 ] \dblb b4. \grG a8 |
|
||||
}
|
||||
pipesBBA = {
|
||||
\dble e8. [ c16 ] \dblb b4. \grG a8 |
|
||||
\dble e8. [ c16 ] \dblb b4. \grG a8 |
|
||||
|
||||
\grg \tuplet 3/2 { b8 [ c8 e8 ] } \grg f4 \grg f8 [ e8 ] |
|
||||
\dblA A8. [ e16 ] \grg c4 \grip c4 |
|
||||
\dblA A8. [ f16 ] \grg e4 e8 [ c8 ] |
|
||||
\dblb b8. [ \grG a16 ] a4. \wbirl a8 |
|
||||
\dblb b8. [ \grG a16 ] a4. \wbirl a8 |
|
||||
}
|
||||
pipesBBB = {
|
||||
\dble e8. [ c16 ] \dblb b2 |
|
||||
\dble e8. [ c16 ] \dblb b2 |
|
||||
|
||||
\grg a8. [ b16 ] \grip c4 \dblc c8 [ a8 ] |
|
||||
\dblb b8 [ a8 ] \grg f4 \gre f4 |
|
||||
\grg e8. [ f16 ] \dble e4 e8 [ c8 ] |
|
||||
\dblb b8. [ \grG a16. ] a4. \wbirl a8
|
||||
\dblb b8. [ \grG a16. ] a4. \wbirl a8
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "PM J. MacLellan, DCM"
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
|
@ -10,8 +11,8 @@ pipesA = {
|
|||
\thrwd d8. [ e16 ] \grg f4 \dblf f8 [ A8 ] |
|
||||
\grf g8 [ \grA e8 ] \dblf f4 \thrwd d4 |
|
||||
A8. [ f16 ] \thrwd d4 \dbld d8. [ e16 ] |
|
||||
\grg f8 [ \birl a8 ] \grg f4 \dble e4 |
|
||||
|
||||
\grg f8 [ \birl a8 ] \grg f4 \dble e4 |
|
||||
|
||||
\grg e8. [ d16 ] \dblc c4 \grip c8 [ A8 ] |
|
||||
\grf g8 [ \grA e8 ] \thrwd d4 \gre a4 |
|
||||
\grg e8. [ f16 ] \dblg g4 \grA g8 [ b8 ] |
|
||||
|
@ -22,7 +23,7 @@ pipesB = {
|
|||
\dbld d8. [ f16 ] \dblA A4 \grg A8. [ g16 ] |
|
||||
\grA f8. [ g16 ] \dblA A4 \hdblf f4 |
|
||||
\thrwd d8 [ \gre a8 ] \grip b4 \dblg g8. [ f16 ] |
|
||||
\grg e8 [ \thrwd d8 ] \grg f4 \dble e4 |
|
||||
\grg e8 [ \thrwd d8 ] \grg f4 \dble e4 |
|
||||
|
||||
\grg e8. [ d16 ] \dblc c4 \grip c8 [ A8 ] |
|
||||
\grf g8 [ \grA e8 ] \thrwd d4 \gre a4 |
|
||||
|
@ -33,7 +34,7 @@ pipesC = {
|
|||
\dblc c8. [ b16 ] \grb a4 \wbirl a8 [ \grd c8 ] |
|
||||
\grg e8 [ g8 ] \hdblf f4 \thrwd d4 |
|
||||
\dblc c8. [ b16 ] \grb a4 \wbirl a8 [ \grd c8 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f4 \dble e8 [ a8 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f4 \dble e8 [ a8 ] |
|
||||
|
||||
\thrwd d8. [ f16 ] \dblA A4 \hdblf f8 [ A8 ] |
|
||||
g16. [ f32 ] \grg e16. [ d32 ] \dblc c4 \slurb b4 |
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
|||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
|
@ -57,5 +58,6 @@
|
|||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
|||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
|
@ -50,5 +51,6 @@
|
|||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,13 +9,19 @@
|
|||
\include "./notes.side.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\layout {
|
||||
indent = 5.0
|
||||
short-indent = 2.0
|
||||
}
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\new Staff \with {
|
||||
instrumentName = \markup{ \instrumentPipes }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
} {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \line } \break
|
||||
|
@ -37,10 +43,11 @@
|
|||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\new PipeBandDrumStaff = "side" \with {
|
||||
instrumentName = \markup { \instrumentSide }
|
||||
shortInstrumentName = \markup { \shortInstrumentSide }
|
||||
} {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\snareAA
|
||||
\snareAB
|
||||
|
@ -67,14 +74,14 @@
|
|||
\column \right-align {
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
|
||||
%$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
|
||||
%$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
|
||||
}
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||
%$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||
%$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,14 +11,21 @@
|
|||
\include "./notes.lyrics.ily"
|
||||
|
||||
|
||||
\layout {
|
||||
indent = 7.0
|
||||
short-indent = 5.0
|
||||
}
|
||||
|
||||
#(set-default-paper-size "a4" 'portrait)
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\new Staff \with {
|
||||
instrumentName = \markup{ \instrumentPipes }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
} {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \line } \break
|
||||
|
@ -40,7 +47,7 @@
|
|||
}%Pipes
|
||||
\new NullVoice = "tune" {
|
||||
\lyricstuneA
|
||||
|
||||
|
||||
\lyricstuneBA
|
||||
\lyricstuneBBA
|
||||
\lyricstuneBBB
|
||||
|
@ -50,11 +57,11 @@
|
|||
\new Lyrics = "lyrics1" {
|
||||
\lyricsto "tune" {
|
||||
\verseAA
|
||||
|
||||
|
||||
\verseBAA
|
||||
\verseBAB
|
||||
\verseBBB
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
\new Lyrics = "lyrics-voltad2" {
|
||||
|
@ -63,11 +70,11 @@
|
|||
\verseBBA
|
||||
}
|
||||
}
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\new PipeBandDrumStaff = "side" \with {
|
||||
instrumentName = \markup { \instrumentSide }
|
||||
shortInstrumentName = \markup { \shortInstrumentSide }
|
||||
} {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\snareAA
|
||||
\snareAB
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
\bar "|."
|
||||
}
|
||||
{
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
\pipesBA
|
||||
|
@ -36,3 +36,23 @@
|
|||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesA \pipesA
|
||||
|
||||
\pipesB \pipesBA
|
||||
\pipesB \pipesBB
|
||||
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
|
@ -13,5 +13,5 @@ halfline = { \repeat unfold 4 { \measure } }
|
|||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Red Hackle"
|
||||
title = "Red Hackle Pipeband"
|
||||
meter = "Retreat"
|
||||
|
|
|
@ -6,24 +6,24 @@ pipeglobal = {
|
|||
\bagpipeKey
|
||||
}
|
||||
pipesA = {
|
||||
\grg a8. [ c16 ] \grg e4 \dblc c8 [ \gre a8 ] \bar "|"
|
||||
\thrwd d8 [ f8 ] \dblf f4 \grg e4 \bar "|"
|
||||
\grg c8. [ d16 ] \dble e4 \dblc c8 [ e8 ] \bar "|"
|
||||
\thrwd d8. [ c16 ] \dblb b2 \bar "|" \break
|
||||
\grg a8. [ c16 ] \grg e4 \dblc c8 [ \gre a8 ] |
|
||||
\thrwd d8 [ f8 ] \dblf f4 \grg e4 |
|
||||
\grg c8. [ d16 ] \dble e4 \dblc c8 [ e8 ] |
|
||||
\thrwd d8. [ c16 ] \dblb b2 |
|
||||
|
||||
\grg a8. [ c16 ] \grg e4 \dblc c8 [ \gre a8 ] \bar "|"
|
||||
\thrwd d8 [ f8 ] \dblf f4 \grg e4 \bar "|"
|
||||
\grg c8. [ d16 ] \dble e4 \dblc c8 [ e8 ] \bar "|"
|
||||
\thrwd d8. [ b16 ] \grG a2
|
||||
\grg a8. [ c16 ] \grg e4 \dblc c8 [ \gre a8 ] |
|
||||
\thrwd d8 [ f8 ] \dblf f4 \grg e4 |
|
||||
\grg c8. [ d16 ] \dble e4 \dblc c8 [ e8 ] |
|
||||
\thrwd d8. [ b16 ] \grG a2 |
|
||||
}
|
||||
pipesB = {
|
||||
A8 [ c8 ] \grip c4 \grg a8 [ \grd c8 ] \bar "|"
|
||||
\thrwd d8 [ f8 ] \dblf f4 \grg e4 \bar "|"
|
||||
A8 [ c8 ] \grip c4 \grg a8 [ f8 ] \bar "|"
|
||||
\grg e8. [ d16 ] \dblb b2 \bar "|" \break
|
||||
A8 [ c8 ] \grip c4 \grg a8 [ \grd c8 ] |
|
||||
\thrwd d8 [ f8 ] \dblf f4 \grg e4 |
|
||||
A8 [ c8 ] \grip c4 \grg a8 [ f8 ] |
|
||||
\grg e8. [ d16 ] \dblb b2 |
|
||||
|
||||
A8 [ c8 ] \grip c4 \grg a8 [ \grd c8 ] \bar "|"
|
||||
\thrwd d8 [ f8 ] \dblf f4 \grg e4 \bar "|"
|
||||
\grg c8. [ d16 ] \dble e4 \dblc c8 [ e8 ] \bar "|"
|
||||
\thrwd d8. [ b16 ] \grG a2
|
||||
A8 [ c8 ] \grip c4 \grg a8 [ \grd c8 ] |
|
||||
\thrwd d8 [ f8 ] \dblf f4 \grg e4 |
|
||||
\grg c8. [ d16 ] \dble e4 \dblc c8 [ e8 ] |
|
||||
\thrwd d8. [ b16 ] \grG a2 |
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
% <<TimeSig>> <<Title>>
|
||||
% 3/4 Shoals of Herring
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
|
@ -9,13 +9,13 @@ pipesA = {
|
|||
\grg a8. [ c16 ] \dble e4 \dblc c8 [ e8 ] |
|
||||
\grg f8 [ A8 ] \hdblf f8. [ e16 ] \dblc c4 |
|
||||
\grg a8. [ c16 ] \dble e4 \dblc c8 [ e8 ] |
|
||||
\dblA A8 [ c8 ] \dblc c4 \gre b4
|
||||
\dblA A8 [ c8 ] \dblc c4 \gre b4
|
||||
}
|
||||
pipesAB = {
|
||||
\grg a8. [ c16 ] \dble e4 \dblc c8 [ e8 ] |
|
||||
\grg f8 [ A8 ] \hdblf f8. [ e16 ] \dblc c4 |
|
||||
\grg a8. [ c16 ] \dble e4 \dblc c8 [ \gre a8 ] |
|
||||
\thrwd d8. [ c16 ] \dblb b4 \grG a4
|
||||
\thrwd d8. [ c16 ] \dblb b4 \grG a4
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
|
@ -28,5 +28,5 @@ pipesBA = {
|
|||
A8. [ g16 ] \grA f4 A8. [ g16 ] |
|
||||
\grA f8 [ A8 ] \hdblf f8. [ e16 ] \dblc c4 |
|
||||
a8. [ c16 ] \dble e4 \dblc c8 [ \gre a8 ] |
|
||||
\thrwd d8. [ c16 ] \dblb b4 \grG a4
|
||||
\thrwd d8. [ c16 ] \dblb b4 \grG a4
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue