mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-06-18 05:06:37 +02:00
Added tunes: Cabar Feidh(multiple versions), When the Pipers Play and Bells of Dunblane
This commit is contained in:
parent
8bb4cfe626
commit
252904f9ec
18 changed files with 868 additions and 51 deletions
90
4-4_marches/cabar_feidh/pipes.all.ly
Normal file
90
4-4_marches/cabar_feidh/pipes.all.ly
Normal file
|
@ -0,0 +1,90 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
\include "notes.pipes.agira.ily"
|
||||
\include "notes.pipes.charge.ily"
|
||||
\include "notes.pipes.strathspey.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff = "pipes" {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set Staff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 4 {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesB s8
|
||||
|
||||
\pipesC s8
|
||||
|
||||
\pipesD s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\new Staff = "agira" {
|
||||
\pipeglobal
|
||||
\set Staff.instrumentName = \markup{ "Agira" }
|
||||
\set Staff.shortInstrumentName = \markup{ "A."}
|
||||
|
||||
\pipesAgiraA s8
|
||||
|
||||
\pipesAgiraB s8
|
||||
|
||||
\pipesAgiraC s8
|
||||
|
||||
\pipesAgiraD s8
|
||||
}
|
||||
\new Staff = "strath" {
|
||||
\pipeglobal
|
||||
\set Staff.instrumentName = \markup{ "Strathspey" }
|
||||
\set Staff.shortInstrumentName = \markup{ "S."}
|
||||
|
||||
s16 \pipesStrathspeyA s16
|
||||
|
||||
s16 \pipesStrathspeyB s16
|
||||
|
||||
s16 \pipesStrathspeyC s16
|
||||
|
||||
s16 \pipesStrathspeyD s16
|
||||
}
|
||||
\new Staff = "charge" {
|
||||
\pipeglobal
|
||||
\set Staff.instrumentName = \markup{ "Charge" }
|
||||
\set Staff.shortInstrumentName = \markup{ "C."}
|
||||
|
||||
\pipesChargeA s8
|
||||
|
||||
\pipesChargeB s8
|
||||
}
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
meter = ""
|
||||
composer = \markup \large {
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
||||
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \composerPipesthrd ":" }} #} )
|
||||
}
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
||||
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \instrumentPipesthrd }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue