1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 12:44:42 +02:00
pipeband-music/airs/amazing_grace/config.ily

18 lines
322 B
Text

\version "2.19.0"
%% Globals
global = {
\time 3/4
\key d \major
}
confTempo = {
\tempo 4 = 60
}
%% Format
part = { \partial 4 \grace{ s4 } s4 }
measure = { \grace { s4 } s4*3 | }
halfline = { \repeat unfold 2 { \measure } }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "Amazing Grace"
meter = "Hymn"