mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01: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
|
@ -12,5 +12,5 @@ halfline = { \repeat unfold 2 \measure }
|
||||||
line = { \repeat unfold 2 { \halfline } }
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
%% Headers
|
%% Headers
|
||||||
title = "God Save The Queen"
|
title = "God Save The King"
|
||||||
meter = "British National Anthem"
|
meter = "British National Anthem"
|
|
@ -1,4 +1,4 @@
|
||||||
% 3/4 God Save the Queen
|
% 3/4 God Save the King
|
||||||
% Lyrics (From Wikipedia)
|
% Lyrics (From Wikipedia)
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerLyrics = ""
|
composerLyrics = ""
|
||||||
|
@ -24,28 +24,28 @@ songA = {
|
||||||
}
|
}
|
||||||
lyricsA = \lyricmode {
|
lyricsA = \lyricmode {
|
||||||
\set stanza = #"1."
|
\set stanza = #"1."
|
||||||
God save our grac- ious Queen,
|
God save our grac- ious King,
|
||||||
Long live our no- ble Queen,
|
Long live our no- ble King,
|
||||||
God save the Queen:
|
God save the King:
|
||||||
Send her vic- tor- i- ous,
|
Send him vic- tor- i- ous,
|
||||||
Hap- py and glor- i- ous,
|
Hap- py and glor- i- ous,
|
||||||
Long to reign ov- er us:
|
Long to reign ov- er us:
|
||||||
God save the Queen.
|
God save the King.
|
||||||
}
|
}
|
||||||
verseA = \markup \column {
|
verseA = \markup \column {
|
||||||
\line \bold {1.}
|
\line \bold {1.}
|
||||||
\line { God save our gracious Queen,}
|
\line { God save our gracious King,}
|
||||||
\line { Long live our noble Queen,}
|
\line { Long live our noble King,}
|
||||||
\line { God save the Queen:}
|
\line { God save the King:}
|
||||||
\line { Send her victorious,}
|
\line { Send him victorious,}
|
||||||
\line { Happy and glorious,}
|
\line { Happy and glorious,}
|
||||||
\line { Long to reign over us:}
|
\line { Long to reign over us:}
|
||||||
\line { God save the Queen.}
|
\line { God save the King.}
|
||||||
}
|
}
|
||||||
verseB = \markup \column {
|
verseB = \markup \column {
|
||||||
\line \bold {2.}
|
\line \bold {2.}
|
||||||
\line { O Lord, our God, arise,}
|
\line { O Lord, our God, arise,}
|
||||||
\line { Scatter her enemies,}
|
\line { Scatter him enemies,}
|
||||||
\line { And make them fall:}
|
\line { And make them fall:}
|
||||||
\line { Confound their politics,}
|
\line { Confound their politics,}
|
||||||
\line { Frustrate their knavish tricks,}
|
\line { Frustrate their knavish tricks,}
|
||||||
|
@ -55,12 +55,12 @@ verseB = \markup \column {
|
||||||
verseC = \markup \column {
|
verseC = \markup \column {
|
||||||
\line \bold {3.}
|
\line \bold {3.}
|
||||||
\line { Thy choicest gifts in store,}
|
\line { Thy choicest gifts in store,}
|
||||||
\line { On her be pleased to pour;}
|
\line { On him be pleased to pour;}
|
||||||
\line { Long may she reign:}
|
\line { Long may she reign:}
|
||||||
\line { May she defend our laws,}
|
\line { May she defend our laws,}
|
||||||
\line { And ever give us cause}
|
\line { And ever give us cause}
|
||||||
\line { To sing with heart and voice}
|
\line { To sing with heart and voice}
|
||||||
\line { God save the Queen.}
|
\line { God save the King.}
|
||||||
}
|
}
|
||||||
verseD = \markup \column {
|
verseD = \markup \column {
|
||||||
\line \bold {4.}
|
\line \bold {4.}
|
||||||
|
@ -76,19 +76,19 @@ verseE = \markup \column {
|
||||||
\line \bold {5.}
|
\line \bold {5.}
|
||||||
\line { From every latent foe,}
|
\line { From every latent foe,}
|
||||||
\line { From the assassins blow,}
|
\line { From the assassins blow,}
|
||||||
\line { God save the Queen!}
|
\line { God save the King!}
|
||||||
\line { O'er her thine arm extend,}
|
\line { O'er him thine arm extend,}
|
||||||
\line { For Britain's sake defend,}
|
\line { For Britain's sake defend,}
|
||||||
\line { Our mother, prince, and friend,}
|
\line { Our father, prince, and friend,}
|
||||||
\line { God save the Queen!}
|
\line { God save the King!}
|
||||||
}
|
}
|
||||||
verseF = \markup \column {
|
verseF = \markup \column {
|
||||||
\line \bold {During the Jacobite Risings}
|
\line \bold {During the Jacobite Risings:}
|
||||||
\line { Lord grant that Marshall Wade}
|
\line { Lord grant that Marshall Wade}
|
||||||
\line { May by thy mighty aid}
|
\line { May by thy mighty aid}
|
||||||
\line { Victory bring.}
|
\line { Victory bring.}
|
||||||
\line { May he sedition hush,}
|
\line { May he sedition hush,}
|
||||||
\line { And like a torrent rush,}
|
\line { And like a torrent rush,}
|
||||||
\line { Rebellious Scots to crush.}
|
\line { Rebellious Scots to crush.}
|
||||||
\line { God save the Queen!}
|
\line { God save the King!}
|
||||||
}
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
% 3/4 God Save The Queen
|
% 3/4 God Save The King
|
||||||
% Pipes
|
% Pipes
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerPipes = ""
|
composerPipes = ""
|
Loading…
Reference in a new issue