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