pipeband-music/template/config.ily

19 lines
308 B
Plaintext
Raw Normal View History

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