\header { title = "Thaxted" metre = "13 13 13 13 13 13" meter=\metre composer = "G T Holst (1874--1934)" mutopiatitle = "Thaxted" source = "Methodist Hymnbook 1933, number 900" mutopiacomposer = "G. T.Holst (1874--1934)" mutopiainstrument = "Voice and Piano" date = "1921" style = "Hymn" copyright = "Public Domain" maintainer = "Peter Chubb" maintainerEmail = "mutopia@chubb.wattle.id.au" lastupdated = "2005/Jan/09" footer = "Mutopia-2005/01/18-527" tagline = "\\raisebox{10mm}{\\parbox{188mm}{\\quad\\small\\noindent " + \footer + " \\hspace{\\stretch{1}} This music is part of the Mutopia project: \\hspace{\\stretch{1}} \\texttt{http://www.MutopiaProject.org/}\\\\ \\makebox[188mm][c]{It has been typeset and placed in the public domain by " + \maintainer + ".} \\makebox[188mm][c]{Unrestricted modification and redistribution is permitted and encouraged---copy this music and share it!}}}" } \version "2.4.0" global={ \time 3/4 \key c \major \partial 4 s4 | \skip 2.*3 s2 \bar "||" s4 | \skip 2.*3 s2 \bar "||" s4 | \skip 2.*3 s2 \bar "||" s4 | \skip 2.*3 s2 \bar "||" s4 | \skip 2.*3 s2 \bar "||" s4 | \skip 2.*3 s2 \bar "||" } guitar=\chordmode { c4 | f f d:m | c c c | f f g | a:m a:m g | f f d:m | c c c | f f f | c c c/e | g g a:m | g/+b g/+b c/+e | g g c | f f/+e d:m | a:m c/+g f | c/+e d:m7 c | f d:m a:m/+c | g/+b a:m7 g | f f g:7/+b | c/+e c e:m | f f g| a:m a:m g | f f g:7/+d | c/+e c c | f f d:m/+f | c c } tune=\relative c'{ 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 | c2 g8( e) | d4. d8 c e | d4 g g8( e) | d4. d8 e g | a2 a8( b) c8. c16 b4 a | g c 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 | c2 } RHpartOne=\relative c'{ c4 | r | r | r | c2 b4 | r | r | 2 4 | 2 } RHpartTwo=\relative c' { c4 | 2 r4 | g2 c4 | b2 c4 | 2 4 | c4 | c c | a s a | d c } LH=\relative c { 4 | r | r | r | 2 4 | r | r 8 | 2 4 | 2 4 | 2 4 | 2 4 | 2 4 | 4 | 4 | | | | r | r | r | 2 4 | r | r 8 | 2 4 | 2 } \score { \transpose c' bes \context ChoirStaff << \context ChordNames { \set midiInstrument = "acoustic guitar (nylon)" \set chordChanges = ##t \override ChordName #'style = #`banter \guitar } \context Staff = "upper" << \global \context Voice = "sop" { \voiceOne \tune} \context Voice = "accomp" { \set Staff.midiInstrument = "violin" \voiceTwo \RHpartOne \RHpartTwo \RHpartOne } >> \context Staff = "lower" << \set Staff.midiInstrument = "orchestral strings" \clef "F" \global \LH >> >> \layout{ indent = 0.0\mm } \midi { \tempo 4=100 } }