mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
New Tune: Northen Lights of Aberdeen
This commit is contained in:
parent
8a1a50a1e0
commit
a540bf584c
3 changed files with 135 additions and 0 deletions
74
airs/northern_lights_of_old_aberdeen/pipes.ly
Normal file
74
airs/northern_lights_of_old_aberdeen/pipes.ly
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
\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
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
\bar ""
|
||||
} \alternative {
|
||||
{ \part \halfline }
|
||||
{ \part \halfline }
|
||||
}
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesBA s8
|
||||
\pipesBBA s8
|
||||
\pipesBBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
subtitle = \subtitle
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\repeat unfold 2 {
|
||||
\pipesA
|
||||
}
|
||||
\break
|
||||
\repeat unfold 2 {
|
||||
\pipesBA
|
||||
} \alternative {
|
||||
\pipesBBA
|
||||
\pipesBBB
|
||||
}
|
||||
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
subtitle = \subtitle
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue