mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Error in full score template
Added Tenor for Kilaloe Added Highland Cathedral Added Side for Road to the Isles Added Side Drum Salute
This commit is contained in:
parent
97f0271796
commit
8e18cad648
25 changed files with 1253 additions and 28 deletions
|
@ -7,9 +7,9 @@ confTempo = {
|
|||
\tempo 4. = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s4 } s1. | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
part = { \partial 8 \grace {s4} s8 }
|
||||
measure = { \grace {s4 } s2. | }
|
||||
halfline = { \repeat unfold 4 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
|
|
126
6-8_marches/kilaloe/full.ly
Normal file
126
6-8_marches/kilaloe/full.ly
Normal file
|
@ -0,0 +1,126 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\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 \with {
|
||||
instrumentName = \markup{ \instrumentPipes }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
} {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part
|
||||
\line
|
||||
\break
|
||||
\line \bar "|."
|
||||
\break
|
||||
\line
|
||||
\break
|
||||
\line \bar "|."
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
s4.
|
||||
}
|
||||
\alternative{ {\grace {s4} s4. } {\grace {s4} s4. } }
|
||||
\bar "|."
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
|
||||
\pipesC \pipesCBA \pipesCBB
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \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
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "tenor" \with {
|
||||
instrumentName = \markup{ \instrumentTenor }
|
||||
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
} {
|
||||
\tenorglobal
|
||||
|
||||
s8 \tenorA
|
||||
\tenorA
|
||||
|
||||
\tenorB
|
||||
\tenorB
|
||||
|
||||
\tenorCA
|
||||
\tenorCB
|
||||
r4. | % Volta bracket for pipes
|
||||
}
|
||||
% \new PipeBandDrumStaff = "bass" \with {
|
||||
% instrumentName = \markup{ \instrumentBass }
|
||||
% shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||
% } {
|
||||
% \bassglobal
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -26,9 +26,11 @@ pipesA = {
|
|||
\dblA A4 f8 \dblA A4 f8 |
|
||||
\dble e4 g8 \grA f4 e8 |
|
||||
\thrwd d2. |
|
||||
\dbld d4. \grg a4. |
|
||||
|
||||
\hslura g4 f8 \hslura g4 e8 |
|
||||
\dbld d4. |
|
||||
}
|
||||
pipesB = {
|
||||
\grg a4. |
|
||||
\dblg g4 f8 \dblg g4 e8 |
|
||||
\thrwd d4. \gre a4. |
|
||||
\dblA A4 f8 \dblA A4 f8 |
|
||||
\dbld d4. \dbld d4 c8 |
|
||||
|
@ -46,9 +48,17 @@ pipesA = {
|
|||
\dblA A4 f8 \dblA A4 f8 |
|
||||
\dble e4 g8 \grA f4 e8 |
|
||||
\thrwd d2.~ |
|
||||
d4. \grg a8 [ b8 c8 ] |
|
||||
d4.
|
||||
}
|
||||
pipesB = {
|
||||
pipesCBA = {
|
||||
\grg a8 [ b8 c8 ]
|
||||
}
|
||||
pipesCBB = {
|
||||
\grg d4.
|
||||
}
|
||||
pipesC = {
|
||||
\pipesCBA
|
||||
|
||||
\thrwd d4 c8 \thrwd d4 e8 |
|
||||
\thrwd d4. \grg a8 [ b8 c8 ] |
|
||||
\thrwd d4 c8 \thrwd d4 e8 |
|
||||
|
@ -66,13 +76,9 @@ pipesB = {
|
|||
|
||||
\dblA A4 f8 \slura g4 e8 |
|
||||
\dblf f4 d8 A4.~ |
|
||||
A4. A4 g8 |
|
||||
A4.~ A4 g8 |
|
||||
\grf f4 d8 \grg e4 c8 |
|
||||
\thrwd d4.
|
||||
|
||||
}
|
||||
pipesBBA = {
|
||||
\thrwd d4. \grg a8 [ b8 c8 ]
|
||||
}
|
||||
pipesBBB = {
|
||||
\thrwd d4. \grg d4.
|
||||
}
|
||||
|
||||
|
|
29
6-8_marches/kilaloe/notes.tenor.ily
Normal file
29
6-8_marches/kilaloe/notes.tenor.ily
Normal file
|
@ -0,0 +1,29 @@
|
|||
% 6/8 Kilaloe
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = ""
|
||||
arrangerTenor = ""
|
||||
tenorglobal = {}
|
||||
% Music
|
||||
tenorA = \drummode {
|
||||
d4. g4. | d4. r4. |
|
||||
d4. g4. | d4. r4. |
|
||||
d4. g4. | d8. g16 d8 g8. d16 g8 |
|
||||
d4. g4. | d4. r4. |
|
||||
}
|
||||
tenorB = \drummode {
|
||||
d4. g4. d4. g4. |
|
||||
d4. g4. d4. r4. |
|
||||
d4. g4. d8. g16 d8 g8. d16 g8 |
|
||||
d4. g4. d4. r4. |
|
||||
}
|
||||
tenorCA = \drummode {
|
||||
\tenorB
|
||||
}
|
||||
tenorCB = \drummode {
|
||||
d4. g4. d4. r4. |
|
||||
d4. g4. d4. r4. |
|
||||
d4. g4. d8. g16 d8 g4. |
|
||||
r4.^"Oii" r4. d4. g4. |
|
||||
d4. r4. |
|
||||
}
|
|
@ -14,7 +14,7 @@
|
|||
\part
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\line \bar "|."
|
||||
\break
|
||||
\line
|
||||
\break
|
||||
|
@ -24,19 +24,17 @@
|
|||
\line
|
||||
\break
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\break
|
||||
\repeat unfold 3 { \measure }
|
||||
s4.
|
||||
}
|
||||
\alternative{ { \measure} {\measure} }
|
||||
\alternative{ {\grace{s4} s4.} {\grace{s4} s4.} }
|
||||
\bar "|."
|
||||
}%Format
|
||||
{
|
||||
\pipesA
|
||||
|
||||
\pipesB \pipesBBA
|
||||
\pipesB \pipesBBB
|
||||
\pipesB
|
||||
|
||||
\pipesC \pipesCBA \pipesCBB
|
||||
|
||||
}
|
||||
>>
|
||||
|
@ -56,8 +54,9 @@
|
|||
\partial 8
|
||||
\pipesA
|
||||
|
||||
\pipesB \pipesBBA
|
||||
\pipesB \pipesBBB
|
||||
\pipesB
|
||||
|
||||
\pipesC \pipesC \pipesCBB
|
||||
|
||||
}
|
||||
\midi { \confTempo }
|
||||
|
|
50
6-8_marches/kilaloe/pipes.n.ly
Normal file
50
6-8_marches/kilaloe/pipes.n.ly
Normal file
|
@ -0,0 +1,50 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
part = { \partial 4. \grace {s4} s4. }
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\part
|
||||
\line
|
||||
\break
|
||||
\line \bar "|."
|
||||
\break
|
||||
\part
|
||||
\line
|
||||
\break
|
||||
\line \bar "|."
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\measure
|
||||
}
|
||||
}%Format
|
||||
{
|
||||
r4 \pipesA s4.
|
||||
|
||||
\pipesB s4.
|
||||
|
||||
\pipesC s4.
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
41
6-8_marches/kilaloe/tenor.ly
Normal file
41
6-8_marches/kilaloe/tenor.ly
Normal file
|
@ -0,0 +1,41 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\tenorglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 \line
|
||||
\break
|
||||
\repeat volta 2 \line
|
||||
\break
|
||||
|
||||
\line
|
||||
\break
|
||||
\line \measure \bar "|."
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "tenor" {
|
||||
\tenorA
|
||||
|
||||
\tenorB
|
||||
|
||||
\tenorCA
|
||||
\tenorCB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
arranger = \arrangerTenor
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue