mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-06-18 05:06:37 +02:00
New Tune: Piper of Drummond
This commit is contained in:
parent
44eef0cc37
commit
ba4e95f07a
3 changed files with 110 additions and 0 deletions
18
reels/piper_of_drummond/config.ily
Normal file
18
reels/piper_of_drummond/config.ily
Normal file
|
@ -0,0 +1,18 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\key d \major
|
||||
\time 2/2
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 2 = 70
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 16 \grace{s4.} s16 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 2 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "The Piper of Drummond"
|
||||
meter = "Reel"
|
Loading…
Add table
Add a link
Reference in a new issue