mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Added Miss Kirkwood, Amazing Grace + Added Lyrics templating
This commit is contained in:
parent
b439412be5
commit
ce15c4355e
22 changed files with 672 additions and 306 deletions
52
airs/miss_kirkwood/pipes.ly
Normal file
52
airs/miss_kirkwood/pipes.ly
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {
|
||||
\part \line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part \line
|
||||
}
|
||||
}%Format
|
||||
{
|
||||
\pipesA s8
|
||||
|
||||
\pipesB s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue