Fixes to formatting
This commit is contained in:
parent
37856d4ff3
commit
fcb05cfb44
|
@ -14,7 +14,7 @@ violin = \relative { \repeat volta 2 {
|
||||||
\key c \major
|
\key c \major
|
||||||
|
|
||||||
r2 e'8( g) | a4. c8 b8. g16 |
|
r2 e'8( g) | a4. c8 b8. g16 |
|
||||||
c8 d c4 b | a8( b) a4 g |
|
c8(d c4) b | a8( b) a4 g |
|
||||||
e2 e8( g) | a4. c8 b8. g16 |
|
e2 e8( g) | a4. c8 b8. g16 |
|
||||||
c8(d) e4 e | e8( d) c4 d |
|
c8(d) e4 e | e8( d) c4 d |
|
||||||
c2 g8( e) | d4. d8 c e |
|
c2 g8( e) | d4. d8 c e |
|
||||||
|
@ -30,14 +30,14 @@ violin = \relative { \repeat volta 2 {
|
||||||
|
|
||||||
first = \lyricmode {
|
first = \lyricmode {
|
||||||
I vow to thee my
|
I vow to thee my
|
||||||
co -- un -- try all earthly things a --
|
country all earthly things a --
|
||||||
bove, En -- tire and whole and
|
bove, En -- tire and whole and
|
||||||
per -- fect the service of my
|
per -- fect, the service of my
|
||||||
love. The love that asks no
|
love. The love that asks no
|
||||||
questions, the love that stands the
|
questions, the love that stands the
|
||||||
test. That lays up -- on the
|
test. That lays up -- on the
|
||||||
al -- tar the de -- ar -- est and
|
al -- tar the dear -- est and the
|
||||||
best; The love that never
|
best. The love that never
|
||||||
falters, the love that pays the
|
falters, the love that pays the
|
||||||
price. Th -- e love that makes un --
|
price. Th -- e love that makes un --
|
||||||
da -- un -- ted the fin -- al sa -- cri --
|
da -- un -- ted the fin -- al sa -- cri --
|
||||||
|
@ -45,16 +45,18 @@ first = \lyricmode {
|
||||||
}
|
}
|
||||||
second = \lyricmode {
|
second = \lyricmode {
|
||||||
And there -- 's ano -- ther
|
And there -- 's ano -- ther
|
||||||
co -- un -- try I've heard-of long a --
|
country I've heard-of long a --
|
||||||
go. Most dear to them that
|
go. Most dear to them that
|
||||||
love her, most great-to them that
|
love her, most great-to them that
|
||||||
know. We may not count her
|
know. We may not count her
|
||||||
armies, we may not see her
|
armies, we may not see her
|
||||||
king. Her for -- tress is a
|
king. Her for -- tress is a
|
||||||
faithful heart her pride is su -- ffer --
|
faithful heart her pride is su -- ffer --
|
||||||
ing. And soul by soul silently
|
ing. And soul by soul
|
||||||
her shi -- ning bounds in -- crease. And
|
silently, her shi -- ning bounds in --
|
||||||
her ways are ways of gen -- tle -- ness, and all her paths are peace.
|
crease. And her ways are ways of
|
||||||
|
gen -- tle -- ness, and all her paths are
|
||||||
|
peace.
|
||||||
}
|
}
|
||||||
|
|
||||||
\score{
|
\score{
|
||||||
|
@ -74,7 +76,8 @@ second = \lyricmode {
|
||||||
instrumentName = "Violin"
|
instrumentName = "Violin"
|
||||||
shortInstrumentName = "V."
|
shortInstrumentName = "V."
|
||||||
midiInstrument = "violin"
|
midiInstrument = "violin"
|
||||||
} <<
|
}
|
||||||
|
<<
|
||||||
\new Voice = "violin" {
|
\new Voice = "violin" {
|
||||||
\violin
|
\violin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue