1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/4-4_marches/wings/config.ily
Eric Teunis de Boone 14f0332b28 Various Tune Fixes
Most are fixing (gracing) alignment by restructuring the Staff.
2019-03-04 04:26:04 +01:00

18 lines
347 B
Text

\version "2.19.0"
%% Globals
global = {
\time 4/4
}
confTempo = {
\tempo 4 = 90
}
%% Format
part = { \partial 4 \grace { s4 } s4 }
measure = { \grace { s4 } s1 | }
quartline = { \repeat unfold 2 { \measure } }
halfline = { \repeat unfold 2 { \quartline } }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "Wings"
meter = "March"