mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
aef0f5b65a
This needs to be done for every file New Scores for Tenor mostly (not fully integrated yet) Some bugfixes in layout
17 lines
269 B
Text
17 lines
269 B
Text
\version "2.19.0"
|
|
%% Globals
|
|
global = {
|
|
\time 6/8
|
|
}
|
|
confTempo = {
|
|
\tempo 4. = 60
|
|
}
|
|
|
|
%% Format
|
|
part = { \partial 8 s8 }
|
|
halfline = { \repeat unfold 4 { s2. | } }
|
|
line = { \repeat unfold 2 { \halfline } }
|
|
|
|
%% Headers
|
|
title = "Alexander MacKenzie"
|
|
meter = "Slow March"
|