mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
14 lines
248 B
Text
14 lines
248 B
Text
\version "2.19.0"
|
|
%% Globals
|
|
global = {
|
|
\time 6/8
|
|
}
|
|
|
|
%% Format
|
|
part = { \partial 8 \grace{s4} s8 }
|
|
halfline = { \repeat unfold 4 { \grace{s4} s2. | } }
|
|
line = { \repeat unfold 2 { \halfline } }
|
|
|
|
%% Headers
|
|
title = "Seaforth Sticks"
|
|
meter = "Jig"
|