mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-01-22 21:23:31 +01:00
[tenor,bass] New raw scores for Jock Wilson's Ball
This commit is contained in:
parent
557c650040
commit
88881dcd94
10 changed files with 267 additions and 194 deletions
|
@ -5,17 +5,21 @@
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.bass.ily"
|
\include "./notes.bass.ily"
|
||||||
|
|
||||||
|
pBreak = {\break}
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
\bassglobal
|
\bassglobal
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\line
|
\halfline
|
||||||
\bar "|."
|
\pBreak
|
||||||
\break
|
\halfline
|
||||||
\line
|
\section
|
||||||
\bar "|."
|
\halfline
|
||||||
|
\pBreak
|
||||||
|
\halfline
|
||||||
|
\fine
|
||||||
}%Format
|
}%Format
|
||||||
{
|
{
|
||||||
\bassA
|
\bassA
|
||||||
|
|
|
@ -7,48 +7,58 @@
|
||||||
\include "./notes.tenor.ily"
|
\include "./notes.tenor.ily"
|
||||||
\include "./notes.side.ily"
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 5.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
|
pBreak = {\break}
|
||||||
\score {
|
\score {
|
||||||
\new StaffGroup <<
|
\new StaffGroup <<
|
||||||
\new PipeBandDrumStaff = "side" {
|
\new PipeBandDrumStaff = "side" \with {
|
||||||
|
instrumentName = \markup{ \instrumentSide }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||||
|
} {
|
||||||
\global
|
\global
|
||||||
\sideglobal
|
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{\instrumentSide}
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
|
||||||
|
|
||||||
<<
|
<<
|
||||||
{
|
\new NullVoice = "format" {
|
||||||
\partial 16 s16
|
\halfline
|
||||||
\line
|
\pBreak
|
||||||
\bar "|."
|
\halfline
|
||||||
\break
|
\break
|
||||||
\partial 16 s16
|
\section
|
||||||
\line
|
\halfline
|
||||||
\bar "|."
|
\pBreak
|
||||||
}%Format
|
\halfline
|
||||||
{
|
\fine
|
||||||
\sideA s16
|
}%End of Format
|
||||||
\sideB
|
\new DrumVoice = "side" {
|
||||||
}%Music
|
\sideglobal
|
||||||
|
\snareA
|
||||||
|
\snareB
|
||||||
|
}%End of side
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "tenor" {
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
\tenorAA \tenorAB
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
\tenorBA \tenorBB
|
||||||
s16 \tenorA
|
|
||||||
s16 \tenorB
|
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "bass" {
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
|
} {
|
||||||
\bassglobal
|
\bassglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
\bassAA \bassAB
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
\bassBA \bassBB
|
||||||
|
|
||||||
s16 \bassA
|
|
||||||
s16 \bassB
|
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
title = \title
|
title = \title
|
||||||
|
subtitle = \subtitle
|
||||||
meter = \meter
|
meter = \meter
|
||||||
composer = \markup {
|
composer = \markup {
|
||||||
\column \right-align {
|
\column \right-align {
|
||||||
|
|
|
@ -4,75 +4,122 @@
|
||||||
\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"
|
||||||
|
%\include "./notes.pipes.seconds.ily"
|
||||||
|
%\include "./notes.lyrics.ily"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 5.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new StaffGroup \with {
|
\new StaffGroup <<
|
||||||
}
|
\new Staff \with {
|
||||||
<<
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
\new Staff {
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
\global
|
\global
|
||||||
\pipeglobal
|
\pipeglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
||||||
<<
|
<<
|
||||||
{
|
\new NullVoice = "format" {
|
||||||
\partial 16 s16
|
%\repeat volta 2 {
|
||||||
\line
|
% \part \line
|
||||||
\bar "|,"
|
%}
|
||||||
|
\part
|
||||||
|
\halfline
|
||||||
\break
|
\break
|
||||||
\line
|
\halfline
|
||||||
\bar "|."
|
\section
|
||||||
|
\break
|
||||||
|
\part
|
||||||
|
\halfline
|
||||||
|
\break
|
||||||
|
\halfline
|
||||||
|
\fine
|
||||||
}%Format
|
}%Format
|
||||||
{
|
\new Voice = "pipes" {
|
||||||
s16 \pipesAA
|
|
||||||
\pipesAB
|
\pipesA \pipesA s16
|
||||||
|
|
||||||
\pipesBA
|
\pipesBA
|
||||||
\pipesBB
|
\pipesBB s16
|
||||||
|
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "side"{
|
%{ \new Staff = "song" {
|
||||||
|
\lyricsglobal
|
||||||
|
\new Voice = "lyrics" {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}%
|
||||||
|
%{ \new Lyrics = "verse1" {
|
||||||
|
\lyricsglobal
|
||||||
|
\lyricsto "lyrics" {
|
||||||
|
\verseA
|
||||||
|
}
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
%{ \new Staff = "seconds" \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd }
|
||||||
|
} {
|
||||||
|
\pipessecndglobal
|
||||||
|
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
\new PipeBandDrumStaff = "side" \with {
|
||||||
|
instrumentName = \markup { \instrumentSide }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||||
|
} {
|
||||||
\sideglobal
|
\sideglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
|
||||||
|
|
||||||
\snareA
|
s16 \snareA |
|
||||||
\snareB
|
|
||||||
|
s16 \snareB |
|
||||||
|
\fine
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "tenor" {
|
%{
|
||||||
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
|
||||||
s16 \tenorA
|
|
||||||
\tenorB
|
|
||||||
}
|
|
||||||
\new PipeBandDrumStaff = "bass" {
|
|
||||||
\bassglobal
|
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
|
||||||
s16 \bassA
|
|
||||||
\bassB
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
%}
|
||||||
|
%{
|
||||||
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
|
} {
|
||||||
|
\bassglobal
|
||||||
|
|
||||||
|
}
|
||||||
|
%}
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
title = \title
|
title = \title
|
||||||
|
subtitle = \subtitle
|
||||||
meter = \meter
|
meter = \meter
|
||||||
composer = \markup \large {
|
composer = \markup \large {
|
||||||
\column \right-align {
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} )
|
||||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||||
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
||||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
|
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
|
||||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
|
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
|
||||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
|
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
|
||||||
}
|
}
|
||||||
\column \right-align {
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} )
|
||||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||||
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
||||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||||
|
|
65
reels/jock_wilsons_ball/mid.ly
Normal file
65
reels/jock_wilsons_ball/mid.ly
Normal file
|
@ -0,0 +1,65 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.bass.ily"
|
||||||
|
\include "./notes.tenor.ily"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 5.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
|
pBreak = {\break}
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
|
\global
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\halfline
|
||||||
|
\pBreak
|
||||||
|
\halfline
|
||||||
|
\break
|
||||||
|
\section
|
||||||
|
\halfline
|
||||||
|
\pBreak
|
||||||
|
\halfline
|
||||||
|
\fine
|
||||||
|
}%End of Format
|
||||||
|
\new DrumVoice = "tenor" {
|
||||||
|
\tenorglobal
|
||||||
|
\tenorAA \tenorAB
|
||||||
|
\tenorBA \tenorBB
|
||||||
|
}%End of Tenor
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
|
} {
|
||||||
|
\bassglobal
|
||||||
|
\bassAA \bassAB
|
||||||
|
\bassBA \bassBB
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
subtitle = \subtitle
|
||||||
|
meter = \meter
|
||||||
|
composer = \markup {
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
|
||||||
|
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
|
||||||
|
}
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||||
|
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,62 +1,31 @@
|
||||||
% 2/2 Jock Wilson's Ball
|
% 2/2 Jock Wilson's Ball
|
||||||
% Bass
|
% Bass
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerBass = ""
|
composerBass = "v0.1"
|
||||||
|
arrangerBass = ""
|
||||||
bassglobal = {}
|
bassglobal = {}
|
||||||
% Music
|
% Music
|
||||||
bassA = \drummode {
|
bassAA = \drummode {
|
||||||
|
bd2 \triplet{ 8 8 8 } 4 |
|
||||||
d4 g4
|
2 2 |
|
||||||
d2
|
2 \triplet{ 8 8 8 } \parenthesize 4 |
|
||||||
|
|
2 2 |
|
||||||
d2
|
|
||||||
g2
|
|
||||||
|
|
|
||||||
d4 g4
|
|
||||||
d2
|
|
||||||
|
|
|
||||||
d8. g16 d8. d16
|
|
||||||
g4 d4
|
|
||||||
|
|
||||||
|
|
|
||||||
d4 g4
|
|
||||||
d2
|
|
||||||
|
|
|
||||||
d2
|
|
||||||
g4.. g16
|
|
||||||
|
|
|
||||||
d2
|
|
||||||
g2
|
|
||||||
|
|
|
||||||
d8. g16 d8. d16
|
|
||||||
d2
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
bassAB = \drummode {
|
||||||
bassB = \drummode {
|
bd2 \triplet{ 8 8 8 } 4 |
|
||||||
d4 g4->
|
2 2 |
|
||||||
d4 g8. g16
|
2 2 |
|
||||||
|
|
2 2 |
|
||||||
d4 g4
|
|
||||||
d2
|
|
||||||
|
|
|
||||||
d4 g4->
|
|
||||||
d4 g8. g16
|
|
||||||
|
|
|
||||||
g4.. g16
|
|
||||||
d2
|
|
||||||
|
|
|
||||||
|
|
||||||
d4 g4->
|
|
||||||
d4 g8. g16
|
|
||||||
|
|
|
||||||
d4 g4
|
|
||||||
d2
|
|
||||||
|
|
|
||||||
d8. g16 d4
|
|
||||||
g4 g4
|
|
||||||
|
|
|
||||||
d8. g16 d4
|
|
||||||
g4 d4
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
bassA = \drummode{ \bassAA \bassAB }
|
||||||
|
|
||||||
|
bassBA = \drummode {
|
||||||
|
bd2 2 |
|
||||||
|
2 2 |
|
||||||
|
2 2 |
|
||||||
|
2 2 |
|
||||||
|
}
|
||||||
|
bassBB = \drummode {
|
||||||
|
\bassBA
|
||||||
|
}
|
||||||
|
bassB = \drummode{ \bassBA \bassBB }
|
||||||
|
|
|
@ -6,15 +6,16 @@ arrangerSide = ""
|
||||||
sideglobal = {
|
sideglobal = {
|
||||||
% \eighthReelBeaming
|
% \eighthReelBeaming
|
||||||
}
|
}
|
||||||
|
|
||||||
% Music
|
% Music
|
||||||
snareAA = \drummode {
|
snareAA = \drummode {
|
||||||
\flam d4 g4 d4:32(\staccato\dr g4:32)(->\fr\> |
|
\flam d4 g4 d4:32(\staccato\dr g4:32)(->\fr\> |
|
||||||
d8.)\!\dr g16-> d16\<\fr g d g\! d8.[->\dr \drag d16 d8. g16] |
|
d8.)\! \tutti { g16-> } d16\< g d g\! d8.[-> \dragdr d16 d8. g16] |
|
||||||
d4:32(-> g8.)\fr d16:64( d8.) g16 d4:32(->\>\dr |
|
d4:32(-> g8.)\fr d16:64( d8.) g16 d4:32(->\>\dr |
|
||||||
g8.[)\p\fr d16 g8. \drag d16] d8.[ \dragdr d16->\mf d8. g16] |
|
g8.[) d16\p g8.\fr \drag d16] d8.[ \dragdr d16->\mf d8. g16] |
|
||||||
}
|
}
|
||||||
snareAB = \drummode {
|
snareAB = \drummode {
|
||||||
\flam d4 g4 d4:32(\staccato g4:32)(->\> |
|
\flam d4-> g4 d4:32(\staccato g4:32)(->\> |
|
||||||
d8.)\! g16-> d16\< g d g\! d8.[->\fr \drag d16 d8. g16]\dr |
|
d8.)\! g16-> d16\< g d g\! d8.[->\fr \drag d16 d8. g16]\dr |
|
||||||
d8.:32(-> g16) d4\fr r4 \flamdr \triplet { d8\fr g d } |
|
d8.:32(-> g16) d4\fr r4 \flamdr \triplet { d8\fr g d } |
|
||||||
g8 g8 \flamdr d8. g16 d4 d4:32(\< |
|
g8 g8 \flamdr d8. g16 d4 d4:32(\< |
|
||||||
|
@ -35,7 +36,7 @@ snareBB = \drummode {
|
||||||
g4)\! \flam d8.\v d16 g8. d16 \triplet { g8 d g } |
|
g4)\! \flam d8.\v d16 g8. d16 \triplet { g8 d g } |
|
||||||
d4:32(-> g8.:32)(-> g16)-> \triplet { d8[ g \drag d] } d4\fr |
|
d4:32(-> g8.:32)(-> g16)-> \triplet { d8[ g \drag d] } d4\fr |
|
||||||
d2:32( d4:32)(\dr\< d8.)\!-> g16 |
|
d2:32( d4:32)(\dr\< d8.)\!-> g16 |
|
||||||
d8.:32(-> g16) d8. g16 d4:32(-> g4)->\fr
|
d8.:32(-> g16) d8. g16 d4:32(-> d4)->\fr
|
||||||
}
|
}
|
||||||
|
|
||||||
snareB = \drummode {
|
snareB = \drummode {
|
||||||
|
|
|
@ -1,61 +1,34 @@
|
||||||
% 2/2 Jock Wilson's Ball
|
% 2/2 Jock Wilson's Ball
|
||||||
% Tenor
|
% Tenor
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerTenor = ""
|
composerTenor = "v0.1"
|
||||||
|
arrangerTenor = ""
|
||||||
tenorglobal = {}
|
tenorglobal = {}
|
||||||
% Music
|
% Music
|
||||||
tenorA = \drummode {
|
tenorAA = \drummode {
|
||||||
d4 g8. g16
|
d4 g d g |
|
||||||
d4 g4
|
d8. g16 \parenthesize d4 d2 |
|
||||||
|
|
d4 \triplet{ g8 d g } d2 |
|
||||||
d4 g16 g8 d16
|
d8. g16 d8. g16 d8. d16 g8. g16 |
|
||||||
r8. d16 g4
|
|
||||||
|
|
|
||||||
d4 g8. g16
|
|
||||||
d2
|
|
||||||
|
|
|
||||||
d2
|
|
||||||
d8. g16 d4
|
|
||||||
|
|
||||||
|
|
|
||||||
d4 g8. g16
|
|
||||||
d2
|
|
||||||
|
|
|
||||||
d4 g16 g8 d16
|
|
||||||
r8. d16 g4
|
|
||||||
|
|
|
||||||
d8. g16 d g8.
|
|
||||||
d8. g16 d4
|
|
||||||
|
|
|
||||||
d8. g16 d4
|
|
||||||
g2
|
|
||||||
|
|
|
||||||
}
|
}
|
||||||
tenorB = \drummode {
|
tenorAB = \drummode {
|
||||||
\flourish g4 \flourish g4
|
d4 g d g |
|
||||||
\flourish d4 \flourish d4
|
d8. g16 \parenthesize d4 d2 |
|
||||||
|
|
d8. g16 d4 \triplet{ g8 d g } d4 |
|
||||||
d4 d8. g16
|
d8 g d4 d2 |
|
||||||
d8. g16 d4
|
|
||||||
|
|
|
||||||
\flourish g4 \flourish g4
|
|
||||||
\flourish d4 \flourish d4
|
|
||||||
|
|
|
||||||
d4 g4
|
|
||||||
d8. g16 d4
|
|
||||||
|
|
||||||
|
|
|
||||||
\flourish g4 \flourish g4
|
|
||||||
\flourish d4 \flourish d4
|
|
||||||
|
|
|
||||||
d4 d8. g16
|
|
||||||
d8. g16 d4
|
|
||||||
|
|
|
||||||
d8. g16 d8. g16
|
|
||||||
|
|
||||||
d4^\up g4^\up
|
|
||||||
|
|
|
||||||
|
|
||||||
d4 \triplet {g8 d g}
|
|
||||||
d2^\splitTheFeather
|
|
||||||
}
|
}
|
||||||
|
tenorA = \drummode{ \tenorAA \tenorAB }
|
||||||
|
|
||||||
|
tenorBA = \drummode {
|
||||||
|
d4 g d2 |
|
||||||
|
d4 g8. g16 d2 |
|
||||||
|
d4\< g d2\! |
|
||||||
|
d8 g d4 d2 |
|
||||||
|
}
|
||||||
|
tenorBB = \drummode {
|
||||||
|
d4 g d2 |
|
||||||
|
d4 g8. g16 d2 |
|
||||||
|
d4 d8. d16 g4 g4 |
|
||||||
|
d8. g16 d8. d16 g4 d4 |
|
||||||
|
}
|
||||||
|
tenorB = \drummode{ \tenorBA \tenorBB }
|
||||||
|
|
|
@ -5,17 +5,21 @@
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.tenor.ily"
|
\include "./notes.tenor.ily"
|
||||||
|
|
||||||
|
pBreak = {\break}
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\line
|
\halfline
|
||||||
\bar "|."
|
\pBreak
|
||||||
\break
|
\halfline
|
||||||
\line
|
\section
|
||||||
\bar "|."
|
\halfline
|
||||||
|
\pBreak
|
||||||
|
\halfline
|
||||||
|
\fine
|
||||||
}%Format
|
}%Format
|
||||||
{
|
{
|
||||||
\tenorA
|
\tenorA
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
% 2/2 Piper of Drummond
|
% 2/2 Piper of Drummond
|
||||||
% Side
|
% Side
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerSide = "E.T. de Boone, v0.6, 2023" % 2023-05-05 Wageningen, unisons 202-07-23 AR, Maastricht
|
composerSide = "E.T. de Boone, v0.6, 2023" % 2023-05-05 Wageningen, unisons 2023-07-23 AR, Maastricht
|
||||||
arrangerSide = ""
|
arrangerSide = ""
|
||||||
sideglobal = {
|
sideglobal = {
|
||||||
}
|
}
|
||||||
|
@ -30,8 +30,8 @@ snareAAB = \drummode {% only different for unisons
|
||||||
snareABB = \drummode {
|
snareABB = \drummode {
|
||||||
g8. g16 \flam d4\fr
|
g8. g16 \flam d4\fr
|
||||||
|
|
|
|
||||||
d4:32( g8.) g16\dr
|
d4:32( g4)
|
||||||
\flam d4 d4:32(\<
|
\flamdr d4 d4:32(\<
|
||||||
|
|
|
|
||||||
d8.)->\! g16 d8. \flam g16
|
d8.)->\! g16 d8. \flam g16
|
||||||
d4\fr d16 g d g
|
d4\fr d16 g d g
|
||||||
|
|
Loading…
Reference in a new issue