mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
New Tunes + small fixes
Banks of the Lee Hills of Glenorchy The Panda fixes: Sands of Kuwait When the Pipers Play side
This commit is contained in:
parent
65870e6ff1
commit
3613a49d89
12 changed files with 435 additions and 37 deletions
111
6-8_marches/hills_of_glenorchy/full.ly
Normal file
111
6-8_marches/hills_of_glenorchy/full.ly
Normal file
|
@ -0,0 +1,111 @@
|
|||
\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" {
|
||||
\repeat volta 2 {
|
||||
\part \halfline
|
||||
\halfline
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part \halfline
|
||||
\halfline
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesB s8
|
||||
}%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
|
||||
|
||||
\snareA s8
|
||||
\snareB s8
|
||||
}
|
||||
%{ \new PipeBandDrumStaff = "tenor" \with {
|
||||
instrumentName = \markup{ \instrumentTenor }
|
||||
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
} {
|
||||
\tenorglobal
|
||||
|
||||
}
|
||||
\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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
33
6-8_marches/hills_of_glenorchy/notes.pipes.ily
Normal file
33
6-8_marches/hills_of_glenorchy/notes.pipes.ily
Normal file
|
@ -0,0 +1,33 @@
|
|||
% 6/8 Hills of Glenorchy
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
A8 |
|
||||
\hdble e4 a8 \grg a4 \taor a8 |
|
||||
\grg e4 \grip e8 \dblg g4 d8 |
|
||||
\dblb b8. \gre a16 \grd b8 \grg G8. \grd G16 \gre G8 |
|
||||
\grg b16 \grd G8. \grd b8 \thrwd d4 f8 |
|
||||
|
||||
\dble e4 a8 \grg a4 \taor a8 |
|
||||
\grg e4 \grip e8 \dblg g4 A8 |
|
||||
g16 \grA e8. g8 \hdbld d8. b16 \grd G8 |
|
||||
\grg a4 \taor a8 \wbirl a4
|
||||
}
|
||||
pipesB = {
|
||||
\grg b32 d16. |
|
||||
\grg e8. f16 e8 \dble e8. d16 \gre b8 |
|
||||
\grg e8. f16 g8 \hdblf f4 e8 |
|
||||
\thrwd d8. e16 d8 \dbld d8. b16 \grd G8 |
|
||||
\thrwd d8. e16 \grg d8 \dblf f8. e16 d8 |
|
||||
|
||||
\grg e8. f16 e8 \dble e8. d16 \gre b8 |
|
||||
\grg e8. f16 g8 \hdblf f4 e8 |
|
||||
d16 \gre b8. \dblg g8 \hdbld d8. b16 \grd G8 |
|
||||
\grg a4 \taor a8 \wbirl a4
|
||||
}
|
58
6-8_marches/hills_of_glenorchy/pipes.ly
Normal file
58
6-8_marches/hills_of_glenorchy/pipes.ly
Normal file
|
@ -0,0 +1,58 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part \halfline
|
||||
\break
|
||||
\halfline
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part \halfline
|
||||
\break
|
||||
\halfline
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesB s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA \pipesA
|
||||
\pipesB \pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue