mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Added Miss Kirkwood, Amazing Grace + Added Lyrics templating
This commit is contained in:
parent
b439412be5
commit
ce15c4355e
22 changed files with 672 additions and 306 deletions
|
|
@ -2,8 +2,11 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 6/8
|
||||
}
|
||||
}
|
||||
|
||||
confTempo = {
|
||||
\tempo 4. = 46
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
halfline = { \repeat unfold 4 { s2. | } }
|
||||
|
|
@ -11,4 +14,4 @@ line = { \repeat unfold 2 { \halfline } }
|
|||
|
||||
%% Headers
|
||||
title = "Miss Kirkwood"
|
||||
meter = "Slow Air"
|
||||
meter = "Slow Air"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue