mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
Compare commits
3 commits
1429966189
...
c31f2e05e6
Author | SHA1 | Date | |
---|---|---|---|
c31f2e05e6 | |||
26a39a89c1 | |||
f0ee9bfd5e |
10 changed files with 454 additions and 51 deletions
|
@ -1,31 +1,52 @@
|
||||||
% 2/4 Black Bear
|
% 2/4 Black Bear
|
||||||
% Pipes
|
% Pipes
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerPipes = "1936"
|
composerFacsimilePipes = "1936"
|
||||||
|
composerPipes = ""
|
||||||
|
arrangerPipes = "M. Bain" % PM Mike Bain, SHoC
|
||||||
pipeglobal = {
|
pipeglobal = {
|
||||||
\bagpipeKey
|
\bagpipeKey
|
||||||
}
|
}
|
||||||
pipesA = {
|
pipesSourceA = {
|
||||||
\tag #'upbeat { \grg a16. [ b32 ] | }
|
\tag #'upbeat { \grg a16. [ b32 ] | }
|
||||||
\thrwd d8 [ \dbld d8 ] \grg f16.[ d32 A16. f32 ]|
|
\repeat unfold 2 {
|
||||||
\thrwd d8 [ \dbld d8 ] \grg f16.[ d32 A16. f32 ]|
|
\thrwd d8 [ \tag #'facsimile {\dbld} \tag #'current {\slurd} d8 ] \grg f16.[ d32 A16. f32 ]|
|
||||||
\dble e8 [ \grg b8 ] \grip b8 [ \grg e16 d16 ] |
|
\thrwd d8 [ \tag #'facsimile {\dbld} \tag #'current {\slurd} d8 ] \grg f16.[ d32 A16. f32 ]|
|
||||||
\grg c32 [ d16. \grg b32 \grd c16. ] \grg a16. [ b32 \grg c32 \grd a16. ]
|
} \alternative {
|
||||||
|
{
|
||||||
\thrwd d8 [ \dbld d8 ] \grg f16. [ d32 A16. f32 ] |
|
\dble e8 [ \grg b8 ] \grip b8 [ \tag #'facsimile {\grg e16 d16 ]} \tag #'current {\grg e16. d32]} |
|
||||||
\thrwd d8 [ \dbld d8 ] \grg f16. [ d32 A16. f32 ] |
|
\grg c32 [ d16. \tag #'facsimile {\grg b32 \grd c16. ]} \tag #'current {\grg b16. \grd c32 ]} \grg a16. [ b32 \grg c32 \grd a16. ]
|
||||||
\dble e8 [ \grip e8 ] \grg e16. [ g32 \grA f32 e16. ] |
|
}
|
||||||
|
{
|
||||||
|
\dble e8 [ \grip e8 ] \grg e16. [ g32 \tag #'facsimile {\grA f32 e16. ]} \tag #'current {f16. e32 ]} |
|
||||||
\thrwd d8 [ \grg f8 ] \thrwd d8
|
\thrwd d8 [ \grg f8 ] \thrwd d8
|
||||||
}
|
}
|
||||||
pipesB = {
|
}
|
||||||
|
}
|
||||||
|
pipesSourceB = {
|
||||||
e8 |
|
e8 |
|
||||||
\grg a16. [ \grd a32 a16 \grd b16 ] \thrwd d8 [ \grg d16 e16 ] |
|
\repeat unfold 2 {
|
||||||
\dblg g8 [ \grA f16 e16 ] \grg f32 [ A16. f16. d32 ] |
|
\grg a16. [ \grd a32 \tag #'facsimile {a16 \grd b16 ]} \tag #'current {\gre a16. b32 ]} \thrwd d8 [ \tag #'facsimile {\grg d16 e16 ]} \tag #'current {\slurd d16. e32 ]} |
|
||||||
\grg a16. [ \grd a32 a16 ] \grd b16 ] \thrwd d8 [ \grg d16 e16 ] |
|
\dblg g8 [ \tag #'facsimile {\grA f16 e16 ]} \tag #'current {f16. e32 ]} \grg f32 [ A16. \tag #'facsimile {f16. d32 ]} \tag #'current {f32 d16. ]} |
|
||||||
\dblg g8 [ \grA f16 e16 ] \grg f32 [ A16. f16. d32 ] |
|
}
|
||||||
|
|
||||||
|
\tag #'facsimile {
|
||||||
A8 [ a16 \dbla a16 ] \grg c8 [ \grd a16 \dbla a16 ] |
|
A8 [ a16 \dbla a16 ] \grg c8 [ \grd a16 \dbla a16 ] |
|
||||||
\grg d8 [ b16 \dblb b16 ] \grg e8 [ c16 \dblc c16 ] |
|
\grg d8 [ b16 \dblb b16 ] \grg e8 [ c16 \dblc c16 ] |
|
||||||
\grg d32 [ f16. \grg d32 f16. ] e16. [ g32 \grA f32 g16. ] |
|
\grg d32 [ f16. \grg d32 f16. ] e16. [ g32 \grA f32 g16. ] |
|
||||||
|
}
|
||||||
|
\tag #'current {
|
||||||
|
A32 [ a16. \grg a32 \grd a16. ] \grg c32 [ a16. \grg a32 \grd a16. ] |
|
||||||
|
\grg d32 [ b16. \grg b32 \grd b16. ] \grg e32 [ c16. \grg c32 \grd c16. ] |
|
||||||
|
\grg d16. [ f32 \grg d16. f32 ] \grg e16. [ g32 \grA f16. g32 ] |
|
||||||
|
}
|
||||||
A8 [ \grip A8 ] \grg A16. [ g32 f16. e32 ]
|
A8 [ \grip A8 ] \grg A16. [ g32 f16. e32 ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
pipesFacsimileA = { \removeWithTag #'current \pipesSourceA }
|
||||||
|
pipesFacsimileB = { \removeWithTag #'current \pipesSourceB }
|
||||||
|
|
||||||
|
pipesA = { \removeWithTag #'facsimile \pipesSourceA }
|
||||||
|
pipesB = { \removeWithTag #'facsimile \pipesSourceB }
|
||||||
|
|
||||||
|
|
55
2-4_marches/black_bear/pipes.1936.ly
Normal file
55
2-4_marches/black_bear/pipes.1936.ly
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
markTextEol = #(define-music-function (parser location text) (string?) #{
|
||||||
|
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
|
||||||
|
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
|
||||||
|
\mark \markup $text
|
||||||
|
#})
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line \markTextEol "Fine"
|
||||||
|
}\break
|
||||||
|
\part \line \markTextEol "D.C. al Fine" \bar "||"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
\pipesFacsimileA s8
|
||||||
|
\pipesFacsimileB
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerFacsimilePipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
\partial 8
|
||||||
|
\pipesFacsimileA
|
||||||
|
\pipesFacsimileA
|
||||||
|
\pipesFacsimileB
|
||||||
|
\removeWithTag #'upbeat \pipesFacsimileA
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
|
}
|
|
@ -33,6 +33,7 @@ markTextEol = #(define-music-function (parser location text) (string?) #{
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentPipes
|
instrument = \instrumentPipes
|
||||||
composer = \composerPipes
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\score {
|
\score {
|
||||||
|
|
|
@ -2,14 +2,17 @@
|
||||||
% Pipes
|
% Pipes
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerPipes = "Trad."
|
composerPipes = "Trad."
|
||||||
arrangerPipes = "A.M. Cairns"
|
arrangerPipesvI = "A.M. Cairns"
|
||||||
|
arrangerPipesvII = "M. Bain" % PM Mike Bain, SHoC
|
||||||
pipeglobal = {
|
pipeglobal = {
|
||||||
\key d \major
|
\key d \major
|
||||||
}
|
}
|
||||||
pipesA = {
|
pipesAvI = {
|
||||||
\grg a8 |
|
\tag #'fineRemove {
|
||||||
|
\tag #'upbeat {\grg a8 |}
|
||||||
\grg d4 \grg d8 [ \grG e8 ] |
|
\grg d4 \grg d8 [ \grG e8 ] |
|
||||||
\dblc c4 \thrwd d8. [ e16 ] |
|
\dblc c4 \thrwd d8. [ e16 ] |
|
||||||
|
}
|
||||||
\dblf f8 [ b8 ] \dble e8. [ d16 ] |
|
\dblf f8 [ b8 ] \dble e8. [ d16 ] |
|
||||||
\dblc c8 [ \gre a8 ] \dblb b8 [ c8 ] |
|
\dblc c8 [ \gre a8 ] \dblb b8 [ c8 ] |
|
||||||
|
|
||||||
|
@ -18,21 +21,53 @@ pipesA = {
|
||||||
\dblf f8 [ g8 ] \grA e8. [ f16 ] |
|
\dblf f8 [ g8 ] \grA e8. [ f16 ] |
|
||||||
\thrwd d4 \slurd d8
|
\thrwd d4 \slurd d8
|
||||||
}
|
}
|
||||||
|
pipesAvII = {
|
||||||
|
\tag #'fineRemove {
|
||||||
|
\tag #'upbeat {\grg a16. b32 |}
|
||||||
|
\thrwd d4 \slurd d8 [ \grg e16. d32 ] |
|
||||||
|
\dblc c4 \thrwd d8. [ e16 ] |
|
||||||
|
}
|
||||||
|
\grg f8 [ \hdblb b8 ] \dble e8. [ d16 ] |
|
||||||
|
\dblc c8 [ \gre a8 ] \grg b8 [ c8 ] |
|
||||||
|
|
||||||
pipesB = {
|
\thrwd d4 \slurd d8 [ \grg e16. d32 ] |
|
||||||
|
\dblc c4 \thrwd d8. [ e16 ] |
|
||||||
|
\grg f8 [ g8 ] \grA e8. f16 |
|
||||||
|
\thrwd d4 \slurd d8
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesBvI = {
|
||||||
A8 |
|
A8 |
|
||||||
\grf g8 [ f8 ] \dble e8 [ d8 ] |
|
\grf g8 [ f8 ] \dble e8 [ d8 ] |
|
||||||
\dblc c8 [ b8 ] \grG a8 [ A8 ] |
|
\dblc c8 [ b8 ] \grG a8 [ A8 ] |
|
||||||
\grf g8 [ f8 ] \dble e8 [ d8 ] |
|
\grf g8 [ f8 ] \dble e8 [ d8 ] |
|
||||||
\dblc c8 [ b8 ] \grG a8 [ A8 ] |
|
\dblc c8 [ b8 ] \grG a8 [
|
||||||
|
|
||||||
|
A8 ] |
|
||||||
\grf g8 [ f8 ] \dble e8 [ d8 ] |
|
\grf g8 [ f8 ] \dble e8 [ d8 ] |
|
||||||
\dbld d8 [ c8 ] \grg d8. [ e16 ] |
|
\dbld d8 [ c8 ] \grg d8. [ e16 ] |
|
||||||
\dblf f8 [ b8 ] \dble e8. [ d16 ] |
|
\tag #'fine {
|
||||||
\dblc c8 [ \gre a8 ] \dblb b8 [ c8 ] |
|
\removeWithTag #'fineRemove \pipesAvII
|
||||||
|
|
||||||
\grg d4 \grg d8 [ \grG e8 ] |
|
|
||||||
\dblc c4 \thrwd d8. [ e16 ] |
|
|
||||||
\dblf f8 [ g8 ] \grA e8. [ f16 ] |
|
|
||||||
\thrwd d4 \slurd d8
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
pipesBvII = {
|
||||||
|
A8 |
|
||||||
|
\grf g8 [ f8 ] \dble e8 [ d8 ] |
|
||||||
|
\dblc c8 [ b ] \grG a8 [ A8 ] |
|
||||||
|
\grf g8 [ f8 ] \dble e8 [ d8 ] |
|
||||||
|
|
||||||
|
\tag #'simpleRemove { \dblc c16. [ d32 b16. d32 ] a8 [ }
|
||||||
|
\tag #'simpleKeep { \dblc c8 [ b8 ] \grG a8 [ }
|
||||||
|
|
||||||
|
A8 ] |
|
||||||
|
\grf g8 [ f8 ] \dble e8 [ d8 ] |
|
||||||
|
\grg c4 \thrwd d8. [ e16 ] |
|
||||||
|
\tag #'fine {
|
||||||
|
\removeWithTag #'fineRemove \pipesAvII
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
arrangerPipes = \arrangerPipesvII
|
||||||
|
pipesA = { \pipesAvII }
|
||||||
|
pipesB = { \removeWithTag #'simpleRemove \pipesBvII }
|
||||||
|
|
88
2-4_marches/caller_herrin/pipes.cairns.ly
Normal file
88
2-4_marches/caller_herrin/pipes.cairns.ly
Normal file
|
@ -0,0 +1,88 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
markTextEolDown = #(define-music-function (parser location text) (string?) #{
|
||||||
|
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
|
||||||
|
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
|
||||||
|
\once \override Score.RehearsalMark #'direction = #DOWN
|
||||||
|
\mark \markup $text
|
||||||
|
#})
|
||||||
|
|
||||||
|
fine = {\markTextEolDown "Fine" }
|
||||||
|
dsalfine = {\markTextEolDown "D.S. al Fine" }
|
||||||
|
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part
|
||||||
|
\measure
|
||||||
|
\measure
|
||||||
|
\mark \markup { \musicglyph "scripts.segno"}
|
||||||
|
%\inStaffSegno
|
||||||
|
\measure
|
||||||
|
\measure
|
||||||
|
\halfline
|
||||||
|
\fine
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
|
||||||
|
\part
|
||||||
|
\halfline
|
||||||
|
\measure
|
||||||
|
\measure
|
||||||
|
\dsalfine
|
||||||
|
\bar "||"
|
||||||
|
%\break
|
||||||
|
%\halfline
|
||||||
|
%\break
|
||||||
|
%\halfline
|
||||||
|
%\bar "|."
|
||||||
|
} % Format
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesAvI s8
|
||||||
|
|
||||||
|
\removeWithTag #'fine \pipesBvI
|
||||||
|
} % Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipesvI
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
\partial 8
|
||||||
|
\unfoldRepeats {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\pipesAvI
|
||||||
|
}
|
||||||
|
\removeWithTag #'fine \pipesBvI
|
||||||
|
\removeWithTag #'fineRemove \pipesAvI
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
subtitle = \subtitle
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipesvI
|
||||||
|
}
|
||||||
|
}
|
|
@ -5,28 +5,53 @@
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.pipes.ily"
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
markTextEolDown = #(define-music-function (parser location text) (string?) #{
|
||||||
|
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
|
||||||
|
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
|
||||||
|
\once \override Score.RehearsalMark #'direction = #DOWN
|
||||||
|
\mark \markup $text
|
||||||
|
#})
|
||||||
|
|
||||||
|
fine = {\markTextEolDown "Fine" }
|
||||||
|
dsalfine = {\markTextEolDown "D.S. al Fine" }
|
||||||
|
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new Staff {
|
\new Staff {
|
||||||
\global
|
\global
|
||||||
|
\pipeglobal
|
||||||
<<
|
<<
|
||||||
{
|
\new NullVoice = "format" {
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\part \halfline
|
\part
|
||||||
|
\measure
|
||||||
|
\measure
|
||||||
|
\mark \markup { \musicglyph "scripts.segno"}
|
||||||
|
%\inStaffSegno
|
||||||
|
\measure
|
||||||
|
\measure
|
||||||
\halfline
|
\halfline
|
||||||
|
\fine
|
||||||
}
|
}
|
||||||
\break
|
\break
|
||||||
|
|
||||||
\part \halfline
|
\part
|
||||||
\break
|
\halfline
|
||||||
\line
|
\measure
|
||||||
\bar "|."
|
\measure
|
||||||
}
|
\dsalfine
|
||||||
{
|
\bar "||"
|
||||||
|
%\break
|
||||||
|
%\halfline
|
||||||
|
%\break
|
||||||
|
%\halfline
|
||||||
|
%\bar "|."
|
||||||
|
} % Format
|
||||||
|
\new Voice = "pipes" {
|
||||||
\pipesA s8
|
\pipesA s8
|
||||||
|
|
||||||
\pipesB
|
\removeWithTag #'fine \pipesB
|
||||||
|
} % Pipes
|
||||||
}
|
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\header {
|
\header {
|
||||||
|
@ -37,3 +62,27 @@
|
||||||
arranger = \arrangerPipes
|
arranger = \arrangerPipes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
\partial 8
|
||||||
|
\unfoldRepeats {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\pipesA
|
||||||
|
}
|
||||||
|
\removeWithTag #'fine \pipesB
|
||||||
|
\removeWithTag #'fineRemove \pipesA
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
subtitle = \subtitle
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
77
strathspeys/orange_and_blue/drums.ly
Normal file
77
strathspeys/orange_and_blue/drums.ly
Normal file
|
@ -0,0 +1,77 @@
|
||||||
|
\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
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\halfline
|
||||||
|
%\break
|
||||||
|
\halfline
|
||||||
|
\bar "||" \break
|
||||||
|
|
||||||
|
\halfline
|
||||||
|
%\break
|
||||||
|
\halfline
|
||||||
|
\bar "|."
|
||||||
|
}%End of Format
|
||||||
|
\new DrumVoice = "side" {
|
||||||
|
\sideglobal
|
||||||
|
\snareA
|
||||||
|
\snareB
|
||||||
|
}%End of side
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
|
\tenorglobal
|
||||||
|
\tenorA
|
||||||
|
\tenorB
|
||||||
|
}
|
||||||
|
%{
|
||||||
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
|
} {
|
||||||
|
\bassglobal
|
||||||
|
\repeat unfold 4 { \bassA }
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
>>
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
subtitle = \subtitle
|
||||||
|
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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
\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"
|
||||||
%\include "./notes.pipes.seconds.ily"
|
%\include "./notes.pipes.seconds.ily"
|
||||||
|
@ -27,10 +27,15 @@
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
\part |
|
\part |
|
||||||
\line
|
\halfline
|
||||||
|
\break
|
||||||
|
\halfline
|
||||||
\bar "||" \break
|
\bar "||" \break
|
||||||
|
\pageBreak
|
||||||
|
|
||||||
\line
|
\halfline
|
||||||
|
%\break
|
||||||
|
\halfline
|
||||||
\bar "|."
|
\bar "|."
|
||||||
}
|
}
|
||||||
\new Voice = "pipes" {
|
\new Voice = "pipes" {
|
||||||
|
@ -73,15 +78,16 @@
|
||||||
|
|
||||||
\snareB
|
\snareB
|
||||||
}
|
}
|
||||||
%{
|
|
||||||
\new PipeBandDrumStaff = "tenor" \with {
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
instrumentName = \markup{ \instrumentTenor }
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
} {
|
} {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
|
s16 |
|
||||||
|
\tenorA
|
||||||
|
\tenorB
|
||||||
|
|
||||||
}
|
}
|
||||||
%}
|
|
||||||
%{
|
%{
|
||||||
\new PipeBandDrumStaff = "bass" \with {
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
instrumentName = \markup{ \instrumentBass }
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
|
35
strathspeys/orange_and_blue/notes.tenor.ily
Normal file
35
strathspeys/orange_and_blue/notes.tenor.ily
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
% 4/4 Orange and Blue
|
||||||
|
% Tenor
|
||||||
|
\version "2.18.2"
|
||||||
|
composerTenor = "E.T. de Boone, v0.1, Oct 2022"
|
||||||
|
arrangerTenor = ""
|
||||||
|
tenorglobal = {}
|
||||||
|
% Music
|
||||||
|
tenorAA = \drummode {
|
||||||
|
d4 g4 d8. d16 g4 |
|
||||||
|
\flourish { d4 g } r8.^\rpush g16 d4 |
|
||||||
|
d4 g8. g16 d4 g4 |
|
||||||
|
d8. g16 d8. d16 g4 g4 |
|
||||||
|
}
|
||||||
|
tenorAB = \drummode {
|
||||||
|
d4 g4 d8. d16 g4 |
|
||||||
|
\flourish { d4 g } r8.^\rpush g16 d4 |
|
||||||
|
d8. g16 d4 \triplet { d8 g d } g4 |
|
||||||
|
d4^\up g4^\up \stf d2
|
||||||
|
}
|
||||||
|
|
||||||
|
tenorBA = \drummode {
|
||||||
|
\flourish { d4 g4 d4 g4 } |
|
||||||
|
\triplet { d8 g d } g8. g16 d2 |
|
||||||
|
d4^\up g4^\up d4^\up g4^\up |
|
||||||
|
d8. g16 d8. d16 g4 g4 |
|
||||||
|
}
|
||||||
|
tenorBB = \drummode {
|
||||||
|
\flourish { d4 g4 d4 g4 } |
|
||||||
|
\triplet { d8 g d } g8. g16 d2 |
|
||||||
|
d8. g16 d4 \triplet { d8 g d } g4 |
|
||||||
|
d4^\up g4^\up \stf d2
|
||||||
|
}
|
||||||
|
|
||||||
|
tenorA = \drummode { \tenorAA \tenorAB }
|
||||||
|
tenorB = \drummode { \tenorBA \tenorBB }
|
36
strathspeys/orange_and_blue/tenor.ly
Normal file
36
strathspeys/orange_and_blue/tenor.ly
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.tenor.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new PipeBandDrumStaff {
|
||||||
|
\global
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\line
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
\new DrumVoice = "tenor" {
|
||||||
|
\tenorglobal
|
||||||
|
\tenorA
|
||||||
|
\tenorB
|
||||||
|
}%Tenor
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
subtitle = \subtitle
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentTenor
|
||||||
|
composer = \composerTenor
|
||||||
|
arranger = \arrangerTenor
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue