mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-13 23:13:31 +01:00
9 lines
148 B
Text
9 lines
148 B
Text
|
\version "2.19.0"
|
||
|
%% Globals
|
||
|
global = {
|
||
|
\time 4/4
|
||
|
\eighthBeaming
|
||
|
}
|
||
|
|
||
|
%% Format
|
||
|
formatA = { \repeat volta 2 { \repeat unfold 8 { s1 } } \break }
|