mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01: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
17
airs/bells_of_dunblane/config.ily
Normal file
17
airs/bells_of_dunblane/config.ily
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 \grace{s1} s4 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 2 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Bells of Dunblane"
|
||||
meter = "Air"
|
||||
Loading…
Add table
Add a link
Reference in a new issue