mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
New Tune: The Drunken Piper
This commit is contained in:
parent
787d78c378
commit
dfc5f8a81b
5 changed files with 218 additions and 4 deletions
24
2-4_marches/drunken_piper/config.ily
Normal file
24
2-4_marches/drunken_piper/config.ily
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\key d \major
|
||||
\time 2/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s2 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
halflineMinEighth = { \repeat unfold 3 { \measure } s4 s8 }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "The Drunken Piper"
|
||||
subtitle = "(Reel of the 51st Division)"
|
||||
meter = "March"
|
||||
|
||||
%%% Changes
|
||||
%%{^DBA,^DBB}-4 = d8 {g8,e8}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue