mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-16 12:59:21 +02:00
Added Abide With Me + lyrics
This commit is contained in:
parent
f9b99d14ca
commit
b439412be5
9 changed files with 347 additions and 53 deletions
44
airs/abide_with_me/pipes.ly
Normal file
44
airs/abide_with_me/pipes.ly
Normal file
|
@ -0,0 +1,44 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\line
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
{
|
||||
\pipes
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipes
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue