mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
New Tunes + small fixes
Banks of the Lee Hills of Glenorchy The Panda fixes: Sands of Kuwait When the Pipers Play side
This commit is contained in:
parent
65870e6ff1
commit
3613a49d89
12 changed files with 435 additions and 37 deletions
18
airs/banks_of_the_lee/config.ily
Normal file
18
airs/banks_of_the_lee/config.ily
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\key d \major
|
||||
\time 3/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Banks of the Lee"
|
||||
meter = "Air"
|
||||
Loading…
Add table
Add a link
Reference in a new issue