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

17 lines
250 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.19.0"
%% Globals
global = {
\time 4/4
}
2016-03-11 23:56:40 +01:00
confTempo = {
\tempo 4 = 80
}
2016-01-07 14:47:02 +01:00
%% Format
part = { \partial 8 s8 }
2016-03-11 23:56:40 +01:00
halfline = { \repeat unfold 4 { s1 | } }
line = { \repeat unfold 2 { \halfline } }
2016-01-07 14:47:02 +01:00
%% Headers
2016-03-11 23:56:40 +01:00
title = "Title"
meter = "Meter"