mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-17 05:19:21 +02:00
[tune] Renamed British National Anthem: Queen -> King
This commit is contained in:
parent
583e5a799a
commit
af2cc7dabb
5 changed files with 22 additions and 22 deletions
16
other/god_save_the_king/config.ily
Normal file
16
other/god_save_the_king/config.ily
Normal file
|
@ -0,0 +1,16 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 3/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 60
|
||||
}
|
||||
%% Format
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 2 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "God Save The King"
|
||||
meter = "British National Anthem"
|
Loading…
Add table
Add a link
Reference in a new issue