mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-12 14:43:31 +01:00
20 lines
335 B
Text
20 lines
335 B
Text
|
\version "2.19.0"
|
||
|
%% Globals
|
||
|
global = {
|
||
|
\time 3/4
|
||
|
\eighthBeaming
|
||
|
}
|
||
|
|
||
|
%% Format
|
||
|
part = { \partial 8 s8 }
|
||
|
halfline = { \repeat unfold 4 { s2. | } }
|
||
|
line = { \repeat unfold 2 { \halfline } }
|
||
|
|
||
|
%% Headers
|
||
|
title = "On the Road to Passchendaele"
|
||
|
meter = "Retreat"
|
||
|
|
||
|
composerSide = ""
|
||
|
composerTenor = ""
|
||
|
composerBass = ""
|
||
|
composerPipes = ""
|