pipeband-music/4-4_marches/the_pikemans_march/config.ily

19 lines
319 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.19.0"
%% Globals
global = {
\time 4/4
\key a \mixolydian
}
2016-03-11 23:56:40 +01:00
confTempo = {
\tempo 4 = 90
}
2016-01-07 14:47:02 +01:00
%% Format
part = { \partial 8 s8 }
measure = { \grace { s4 } s1 | }
halfline = { \repeat unfold 2 { \measure } }
2016-03-11 23:56:40 +01:00
line = { \repeat unfold 2 { \halfline } }
2016-01-07 14:47:02 +01:00
%% Headers
title = "The Pikeman's March"
meter = "March"