mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-12 22:53:30 +01:00
19 lines
262 B
Text
19 lines
262 B
Text
|
\version "2.19.0"
|
||
|
%% Globals
|
||
|
global = {
|
||
|
\time 4/4
|
||
|
}
|
||
|
|
||
|
%% Format
|
||
|
part = { \partial 8 s8 }
|
||
|
line = { \repeat unfold 4 { s1 | } }
|
||
|
|
||
|
%% Headers
|
||
|
title = "The Pikeman's March"
|
||
|
meter = "March"
|
||
|
|
||
|
|
||
|
composerSide = ""
|
||
|
composerTenor = ""
|
||
|
composerBass = ""
|
||
|
composerPipes = ""
|