mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-17 00:43:34 +01:00
Eric Teunis de Boone
66d70e9fac
Fix for strange gracenote placement. Every empty measure starts with a 'empty' gracenote. Needs to be implemented in every tune
17 lines
333 B
Text
17 lines
333 B
Text
\version "2.19.0"
|
|
%% Globals
|
|
global = {
|
|
\time 6/8
|
|
}
|
|
confTempo = {
|
|
\tempo 4. = 80
|
|
}
|
|
%% Format
|
|
part = { \partial 8 s8 }
|
|
measure = { \grace {s4 } s1. | }
|
|
halfline = { \repeat unfold 2 { \measure } }
|
|
line = { \repeat unfold 2 { \halfline } }
|
|
|
|
%% Headers
|
|
title = "Kilaloe"
|
|
meter = "Regimental March Past of The Royal Irish Rangers"
|