mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
New Tunes
----------------------------------------------------- Mairi's Wedding Lochanside My Land PM JK Cairns Cabar Feidh (Reel, Hornpipe, Jig, Strathspey) La Baum Rowan Tree Wings Molly Connell
This commit is contained in:
parent
9f6b002762
commit
560b5621b7
82 changed files with 2747 additions and 236 deletions
|
@ -2,14 +2,14 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
\eighthBeaming
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 90
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
part = { \partial 4 s4 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
quartline = { \repeat unfold 2 { \measure } }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
|
|
96
4-4_marches/wings/full.ly
Normal file
96
4-4_marches/wings/full.ly
Normal file
|
@ -0,0 +1,96 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\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 {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line \bar "|."
|
||||
\break
|
||||
\part \line \bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesAA \pipesAB s4
|
||||
|
||||
\pipesBA \pipesAB s4
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Staff = "song" {
|
||||
% \lyricsglobal
|
||||
% \new Voice = "lyrics" {
|
||||
%
|
||||
% }
|
||||
% }
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
% \lyricsto "lyrics" {
|
||||
% \verseA
|
||||
% }
|
||||
% }
|
||||
% \new Staff = "seconds" {
|
||||
% \pipessecndglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentTrd}
|
||||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
r8 \snareAA \snareABA
|
||||
\snareAAI \snareABB s4
|
||||
r8 \snareBA
|
||||
\snareAAI \snareABB s4
|
||||
}
|
||||
% \new PipeBandDrumStaff = "tenor" {
|
||||
% \tenorglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
%
|
||||
% }
|
||||
% \new PipeBandDrumStaff = "bass" {
|
||||
% \bassglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
30
4-4_marches/wings/notes.pipes.ily
Normal file
30
4-4_marches/wings/notes.pipes.ily
Normal file
|
@ -0,0 +1,30 @@
|
|||
% 4/4 Wings
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesAA = {
|
||||
a8 e8 |
|
||||
\grg a4 \taor a8 [ b8 ] \grip c4~ c8 [ e8 ] |
|
||||
\grg f8. [ e16 ] \grg f8 [ A8 ] e4 \dblc c8 [ e8 ] |
|
||||
\grg f8. [ g16 ] A8 [ f8 ] \dble e16 [ c8. ] \grg b8 [ a8 ] |
|
||||
\grg b8. [ c16 ] \thrwd d8 [ c8 ] \grg b8 [ e8 ] \grg d8 [ b8 ] |
|
||||
}
|
||||
pipesAB = {
|
||||
\grg a4 \taor a8 [ b8 ] \grip c4~ c8 [ e8 ] |
|
||||
\grg f8. [ e16 ] \grg f8 [ A8 ] e4 \dblc c8 [ e8 ] |
|
||||
\grg f8. [ g16 ] A8 [ f8 ] \dble e16 [ c8. ] \grg b8. [ c16 ] |
|
||||
\grg a2 \wbirl a4~
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
a8 [ e8 ] |
|
||||
A4 \grg A4 \grip A8 [ g8 ] \hdblf f8 [ e8 ] |
|
||||
\grg f8. [ e16 ] \grg f8 [ A8 ] \hdblf f8 [ e8 ] \dblc c8 [ e8 ] |
|
||||
\grg f8. [ g16 ] A8 [ f8 ] \dble e16 [ c8. ] \grg b8 [ a8 ] |
|
||||
\grg b8. [ c16 ] \thrwd d8. [ c16 ] \grg b8 [ e8 ] \grg d8 [ b8 ] |
|
||||
}
|
|
@ -1,21 +1,29 @@
|
|||
% 4/4 Wings
|
||||
% Snare
|
||||
\version "2.18.2"
|
||||
composerSide = "K. Westerkamp, 2003"
|
||||
composerSide = ""
|
||||
sideglobal = {
|
||||
\eighthBeaming
|
||||
}
|
||||
|
||||
%%music
|
||||
snareAAI = \drummode {
|
||||
g8.) \parenthesize d16 d8:32( g8) r8 d32-> \< g d g d-> g d g d8-> \! |
|
||||
\flamd d16 \f g8 d16-> g16. g32 \flamd d8 d4:32( \< d8) \! d16. g32 |
|
||||
}
|
||||
|
||||
|
||||
snareAA = \drummode {
|
||||
d8:32( \mf |
|
||||
g8.) \parenthesize d16 d8:32( g8) r8 d32-> \< g d g d-> g d g d8-> \! |
|
||||
\flamd d8 \f g16. d32-> g16. g32 \flamd d8 d4:32( \< d8) \! d16. g32 |
|
||||
\snareAAI
|
||||
}
|
||||
snareABA = \drummode {
|
||||
d4:32( \< d8) \! \flamg g8 d16 \flamg g8 g16 \flamd d8 d8:32( |
|
||||
\tuplet 3/2 { g16) d g } \flamd d8 d16.[ g32 \dragd d8] d32 g d g d8 d4:32(
|
||||
\tuplet 3/2 { g16) d g } \flamd d8 d16.[ g32 \dragd d8] d32 g d g d8 \afterGrace d4:32( {s8)}
|
||||
}
|
||||
snareABB = \drummode {
|
||||
d4:32)( \< d8) \! \flamg g8 d32 g d g d8 d16.[ g32 \dragd d8] |
|
||||
d32 g d g d8 d4:32( d4) r8
|
||||
d32 g d g d8 d4:32( d4)
|
||||
}
|
||||
% Part 2
|
||||
snareBA = \drummode {
|
||||
|
@ -24,5 +32,5 @@ snareBA = \drummode {
|
|||
d8.)-> \! g16 d8:32( g16.) g32 d8:32( g16.) g32 \tuplet 3/2 { d16 g d-> } \tuplet 3/2 { g d g } |
|
||||
|
||||
\flamd d8 d16. g32-> d16. d32 \flamg g8 \flamd d4 \tuplet 3/2 { d16 \p g d } \flamg g8 |
|
||||
\flamd d4 r4 d8[:32(-> \< g8]:32)(-> d8[:32)(-> g8]:32)(-> | s256) \!
|
||||
}
|
||||
\flamd d4 r4 d8[:32(-> \< g8]:32)(-> d8[:32)(-> \afterGrace g8]:32)(-> {s8)\!}
|
||||
}
|
||||
|
|
46
4-4_marches/wings/pipes.ly
Normal file
46
4-4_marches/wings/pipes.ly
Normal file
|
@ -0,0 +1,46 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line \bar "|."
|
||||
\break
|
||||
\part \line \bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesAA \pipesAB s4
|
||||
|
||||
\pipesBA \pipesAB s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesAA \pipesAB
|
||||
|
||||
\pipesBA \pipesAB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
38
4-4_marches/wings/side.bak
Normal file
38
4-4_marches/wings/side.bak
Normal file
|
@ -0,0 +1,38 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{
|
||||
\partial 8 s8
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
}
|
||||
\alternative {
|
||||
{ \halfline }
|
||||
{ \measure | s2^"Fine" s4 s8 \bar "|."}
|
||||
}
|
||||
\partial 8 s8
|
||||
\halfline
|
||||
\measure
|
||||
s1^"D.C. al Fine" \bar "||"
|
||||
}
|
||||
{
|
||||
\snareAA
|
||||
\snareABA
|
||||
\snareABB
|
||||
\snareBA
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
|
@ -6,26 +6,27 @@
|
|||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\partial 8 s8
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
}
|
||||
\alternative {
|
||||
{ \halfline }
|
||||
{ \measure | s2^"Fine" s4 s8 \bar "|."}
|
||||
}
|
||||
\quartline
|
||||
} \alternative {
|
||||
\quartline
|
||||
\quartline
|
||||
}\bar "|."
|
||||
\break
|
||||
|
||||
\partial 8 s8
|
||||
\halfline
|
||||
\measure
|
||||
s1^"D.C. al Fine" \bar "||"
|
||||
}
|
||||
{
|
||||
\line \bar "||"
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\snareAA
|
||||
\snareABA
|
||||
\snareABA s4
|
||||
\snareABB
|
||||
\snareBA
|
||||
\snareBA
|
||||
}
|
||||
>>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue