pipeband-music/music/template/config.ily

14 lines
216 B
Plaintext
Raw Normal View History

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