OpenMusicScores/anthems/i-vow-to-thee-my-country.ly

96 lines
2.0 KiB
Plaintext
Raw Normal View History

2023-10-16 21:09:01 -07:00
\version "2.24.0"
\language "english"
\header {
title = "I Vow to Thee, My Country"
composer = "Gustav Holst"
2023-10-18 22:53:26 -07:00
poet = "Cecil Spring Rice"
2023-10-16 21:09:01 -07:00
}
violin = \relative { \repeat volta 2 {
\tempo 4 = 100
\numericTimeSignature
\time 3/4
\override Accidental.hide-tied-accidental-after-break = ##t
\key c \major
r2 e'8( g) | a4. c8 b8. g16 |
2023-10-28 21:40:51 -07:00
c8(d c4) b | a8( b) a4( g) |
2023-10-16 21:09:01 -07:00
e2 e8( g) | a4. c8 b8. g16 |
c8(d) e4 e | e8( d) c4 d |
2023-10-28 21:40:51 -07:00
c2 g8( e) | d4. d8( c e) |
d4(g) g8( e) | d4. d8( e g) |
2023-10-16 21:09:01 -07:00
a2 a8( b) | c8. c16 b4 a |
2023-10-28 21:40:51 -07:00
g4 c4 e, | d8( c) d4 e |
g2 e8( g) | a4.(c8) b8.(g16)|
c8(d c4) b | a8( b) a4( g) |
e2 e8( g) | a4.(c8) b8. g16 |
c8(d) e4 e | e8 d c4 d |
2023-10-16 21:09:01 -07:00
c2 r4 | r2 r4 |
}}
first = \lyricmode {
I vow to thee my
2023-10-28 21:40:51 -07:00
country all earthly "things a" --
2023-10-16 21:09:01 -07:00
bove, En -- tire and whole and
2023-10-16 22:09:50 -07:00
per -- fect, the service of my
2023-10-28 21:40:51 -07:00
love. The love "that asks no"
questions, the love "that stands the"
2023-10-16 21:09:01 -07:00
test. That lays up -- on the
2023-10-28 21:40:51 -07:00
al -- tar the dearest and the
best. The "love that" never
falters, the "love that" "pays the"
price. The "love that" makes un --
daun -- ted the fin -- al sa -- cri --
2023-10-16 21:09:01 -07:00
fice.
}
second = \lyricmode {
And there -- 's ano -- ther
2023-10-28 21:40:51 -07:00
country I've "heard of" "long a" --
2023-10-16 21:09:01 -07:00
go. Most dear to them that
love her, most great-to them that
2023-10-28 21:40:51 -07:00
know. We may "not count her"
armies, we may "not see her"
2023-10-16 21:09:01 -07:00
king. Her for -- tress is a
2023-10-28 21:40:51 -07:00
faithful heart her "pride is" su -- ffer --
ing. And "soul by" soul
silently, her shining "bounds in" --
crease. "And her" "ways are" ways of
gentle -- ness, and all her paths are
2023-10-16 22:09:50 -07:00
peace.
2023-10-16 21:09:01 -07:00
}
\score{
\midi {
\context {
\Score
midiChannelMapping = #'instrument
}
}
\layout {
\context {
\Score
}
}
<<
\new Staff \with {
instrumentName = "Violin"
shortInstrumentName = "V."
midiInstrument = "violin"
2023-10-16 22:09:50 -07:00
}
<<
2023-10-16 21:09:01 -07:00
\new Voice = "violin" {
\violin
}
2023-10-16 22:09:50 -07:00
>>
2023-10-16 21:09:01 -07:00
\new Lyrics \lyricsto "violin" {
<<
\first
\new Lyrics {
\set associatedVoice = "violin"
\second
}
>>
}
>>
}