mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Added pipes to Road to the Isles, moved it to 2-4_marches
This commit is contained in:
parent
3f1cd3d02f
commit
3db4cbaa90
8 changed files with 291 additions and 1 deletions
19
2-4_marches/road_to_the_isles/config.ily
Normal file
19
2-4_marches/road_to_the_isles/config.ily
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 60
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s2 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Road to the Isles"
|
||||
alttitleI = "Burning Sands of Egypt"
|
||||
alttitleII = "Bens of Jura"
|
||||
meter = "March"
|
||||
Loading…
Add table
Add a link
Reference in a new issue