1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-17 05:19:21 +02:00

February Save

This commit is contained in:
Eric Teunis de Boone 2016-02-19 11:57:29 +01:00
parent 792d8f563e
commit 6a49a218be
97 changed files with 2256 additions and 1158 deletions

View file

@ -2,7 +2,6 @@
%% Globals
global = {
\time 4/4
\eighthBeaming
}
%% Format
@ -12,4 +11,4 @@ line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "The Leaving of Liverpool"
meter = "March"
meter = "March"

View file

@ -0,0 +1,58 @@
\version "2.19.0"
\include "config.ily"
\include "notes.bass.ily"
\include "notes.tenor.ily"
\include "notes.side.ily"
\include "notes.pipes.ily"
\score {
\new StaffGroup <<
\new Staff {
\global
\pipeglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
<<
{}%Format
{}%Pipes
>>
}
\new PipeBandDrumStaff = "side" {
\sideglobal
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
}
\new PipeBandDrumStaff = "bass" {
\bassglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
}
\new PipeBandDrumStaff = "tenor" {
\tenorglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
}
>>
\header {
title = \title
meter = \meter
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
$(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=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
}
}
}
}

View file

@ -0,0 +1,55 @@
\include "bagpipe.ly"
melody = {
\set Staff.midiInstrument = #"bagpipe"
\hideKeySignature
\cadenzaOn
\once \override Score.BreakAlignment #'break-align-orders =
#(make-vector 3 '(instrument-name
left-edge
ambitus
span-bar
breathing-sign
clef
key-signature
time-signature
staff-bar
custos
span-bar))
\time 4/4
\grg a8. [ b16 ] \bar "|"
\grip c4 \dblc c8 [ e8 ] \thrwd d8 [ c8 ] \dblb b8 [ a8 ] \bar "|"
A4 \grg A8. [ f16 ] \grg e4 \grg a8. [ b16 ] \bar "|"
\grip c8 [ e8 ] \dble e8 [ c8 ] \grg f8. [ e16 ] \thrwd d8 [ c8 ] \bar "|"
\dblb b2 \grip b4 \grg a8. [ b16 ] \bar "|" \break
\grip c4 \dblc c8 [ e8 ] \thrwd d8 [ c8 ] \dblb b8 [ a8 ] \bar "|"
A4 \grg A8. [ f16 ] \grg e4 \grg a8. [ b16 ] \bar "|"
\grip c8 [ e8 ] \dble e8 [ c8 ] \dblb b4~ \grG a8 \bar "|"
\grg a2 \wbirl a4 \bar ".|" \break
\grg f8. [ g16 ] \bar "|"
\dblA A4 A8. [ f16 ] \grg e4. \gra e8 \bar "|"
\grg f8 [ d8 ] A8. [ f16 ] \grg e4 \grg a8. [ b16 ] \bar "|"
\grip c8 [ e8 ] \dble e8 [ c8 ] \grg f8. [ e16 ] \thrwd d8 [ c8 ] \bar "|"
\dblb b2 \grip b4 \grg f8. [ g16 ] \bar "|" \break
\dblA A4 A8. [ f16 ] \grg e4. \gra e8 \bar "|"
\grg f8 [ d8 ] A8. [ f16 ] \grg e4 \grg a8. [ b16 ] \bar "|"
\grip c8 [ e8 ] \dble e8 [ c8 ] \dblb b4. \grG a8 \bar "|"
\grg a2 \wbirl a4 \bar ".|" \break
}
\score {
\melody
\layout {
indent = 0.0\cm
\context { \Score \remove "Bar_number_engraver" }
}
\header {
title = " set 12"
meter = "March"
arranger = ""
}
}

View file

@ -0,0 +1,35 @@
% 4/4s The Leaving of Liverpool
% Pipes
\version "2.18.2"
composerPipes = ""
pipeglobal = {
\bagpipeKey
}
pipesAA = {
\grg a8. [ b16 ]
\grip c4 \dblc c8 [ e8 ] \thrwd d8 [ c8 ] \dblb b8 [ a8 ] |
A4 \grg A8. [ f16 ] \grg e4 \grg a8. [ b16 ] |
\grip c8 [ e8 ] \dble e8 [ c8 ] \grg f8. [ e16 ] \thrwd d8 [ c8 ] |
\dblb b2 \grip b4 \grg a8. [ b16 ] |
}
pipesAB = {
\grip c4 \dblc c8 [ e8 ] \thrwd d8 [ c8 ] \dblb b8 [ a8 ] |
A4 \grg A8. [ f16 ] \grg e4 \grg a8. [ b16 ] |
\grip c8 [ e8 ] \dble e8 [ c8 ] \dblb b4~ \grG a8 |
\grg a2 \wbirl a4
}
pipesBA = {
\grg f8. [ g16 ] |
\dblA A4 A8. [ f16 ] \grg e4. \gra e8 |
\grg f8 [ d8 ] A8. [ f16 ] \grg e4 \grg a8. [ b16 ] |
\grip c8 [ e8 ] \dble e8 [ c8 ] \grg f8. [ e16 ] \thrwd d8 [ c8 ] |
\dblb b2 \grip b4 \grg f8. [ g16 ] |
}
pipesBB = {
\dblA A4 A8. [ f16 ] \grg e4. \gra e8 |
\grg f8 [ d8 ] A8. [ f16 ] \grg e4 \grg a8. [ b16 ] |
\grip c8 [ e8 ] \dble e8 [ c8 ] \dblb b4. \grG a8 |
\grg a2 \wbirl a4
}

View file

@ -0,0 +1,35 @@
\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
{
\repeat unfold 2 {
\part
\line
\break
\line
\break
}
}
{
\pipesAA
\pipesAB s4
\pipesBA
\pipesBB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}