diff options
| author | Roger Frank <rfrank@pglaf.org> | 2025-10-15 01:29:55 -0700 |
|---|---|---|
| committer | Roger Frank <rfrank@pglaf.org> | 2025-10-15 01:29:55 -0700 |
| commit | 7771e82a0055489a7f871a027382934cd7c01e17 (patch) | |
| tree | 950880cfa514e6c52fed38fe4cf32e26603aa82a /20866-h/music | |
Diffstat (limited to '20866-h/music')
84 files changed, 1517 insertions, 0 deletions
diff --git a/20866-h/music/01.ly b/20866-h/music/01.ly new file mode 100644 index 0000000..9cdcaa9 --- /dev/null +++ b/20866-h/music/01.ly @@ -0,0 +1,31 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "1. First Call." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 3/8 + \tempomark + + \partial 8 + \times 2/3 { g16[ c e] } | + g8 \times 2/3 { g16[ g g] } g8 | + e8 \times 2/3 { e16[ e e] } e8 | + c[ e c] | g r \bar "" \break + + \times 2/3 { g16[ c e] } | + g8 \times 2/3 { g16[ g g] } g8 | g[ e c] | + g8 \times 2/3 { g16[ g g] } g8 | c\fermata r \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/01.midi b/20866-h/music/01.midi Binary files differnew file mode 100644 index 0000000..a439538 --- /dev/null +++ b/20866-h/music/01.midi diff --git a/20866-h/music/02.ly b/20866-h/music/02.ly new file mode 100644 index 0000000..9a7c959 --- /dev/null +++ b/20866-h/music/02.ly @@ -0,0 +1,34 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "2. Guard Mounting." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 6/8 + \tempomark + + c8[ \times 2/3 { c16 c c } c8] e[ c e] | + g[ e g] e[ c e] | + g4 r8 c,[ \times 2/3 { c16 c c } c8] | + e[ c e] g[ e g] | + e[ c g] c4 r8 | + + c8[ \times 2/3 { c16 c c } c8] e[ c e] | + g[ e g] e[ c e] | + g4 r8 c,[ \times 2/3 { c16 c c } c8] | + e[ c e] g[ e g] | + c,4\fermata r r \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/02.midi b/20866-h/music/02.midi Binary files differnew file mode 100644 index 0000000..d6ea7db --- /dev/null +++ b/20866-h/music/02.midi diff --git a/20866-h/music/03.ly b/20866-h/music/03.ly new file mode 100644 index 0000000..63d485d --- /dev/null +++ b/20866-h/music/03.ly @@ -0,0 +1,29 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "3. Full Dress." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 3/8 + \once \override TextScript #'padding = #2 + \tempomark + + g8 \times 2/3 { g16[ g g] } g8 | % Triplet mark missing in original + e'4\fermata r8 | + c8 \times 2/3 { c16[ c c] } c8 | + g'4\fermata r8 | + e8\staccatissimo[ g\staccatissimo e\staccatissimo] | + c4\fermata r8 \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/03.midi b/20866-h/music/03.midi Binary files differnew file mode 100644 index 0000000..17e10b0 --- /dev/null +++ b/20866-h/music/03.midi diff --git a/20866-h/music/04.ly b/20866-h/music/04.ly new file mode 100644 index 0000000..b1fa58b --- /dev/null +++ b/20866-h/music/04.ly @@ -0,0 +1,22 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "4. Overcoats." } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + + g8[( c]) c4 | + g8[( c]) c4 | + g8[( c]) c4\fermata \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/04.midi b/20866-h/music/04.midi Binary files differnew file mode 100644 index 0000000..6a1b84a --- /dev/null +++ b/20866-h/music/04.midi diff --git a/20866-h/music/05.ly b/20866-h/music/05.ly new file mode 100644 index 0000000..78cb99c --- /dev/null +++ b/20866-h/music/05.ly @@ -0,0 +1,32 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "5. Drill." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + + \partial 8 c16[ c] | + c8[ g16 g] g8[ e'16 e] | + e8[ c16 c] c8 r8 | + g8[ c16 e] g8[ e] | \break + + g4. c,16[ c] | + c8[ g16 g] g8[ e'16 e] | + e8[ c16 c] c4 | + g8[ g16 g] \times 2/3 {g8[ g g]} | + c4 r8 \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/05.midi b/20866-h/music/05.midi Binary files differnew file mode 100644 index 0000000..57961f2 --- /dev/null +++ b/20866-h/music/05.midi diff --git a/20866-h/music/06.ly b/20866-h/music/06.ly new file mode 100644 index 0000000..7ab7f76 --- /dev/null +++ b/20866-h/music/06.ly @@ -0,0 +1,37 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "6. Stable." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 6/8 + \tempomark + + g8[ g16 g g g] c8[ g c] | + e[ e16 e e e] e8[ c e] | + g[ g16 g g g] g8[ e c] | + + g[ g16 g g g] g4\fermata r8 | + c[ c16 c c c] c4 e8 | + g,[ g16 g g g] g4 r8 | + + e'[ e16 e e e] e4 g8 | + e[ c16 c c c] c4\fermata r8 | + g[ g16 g g g] c8[ g c] | + + e[ e16 e e e] e8[ g, e'] | + g[ g16 g g g] g8[ e c] | + g[ g16 g g g] c4\fermata r8 \bar "||" % Fermata misplaced in original + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/06.midi b/20866-h/music/06.midi Binary files differnew file mode 100644 index 0000000..43946ef --- /dev/null +++ b/20866-h/music/06.midi diff --git a/20866-h/music/07.ly b/20866-h/music/07.ly new file mode 100644 index 0000000..a845330 --- /dev/null +++ b/20866-h/music/07.ly @@ -0,0 +1,25 @@ +\version "2.8" +\paper{ line-width=12\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "7. Water." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 4/4 + \tempomark + + \times 2/3 { g8[ c e] } g8[ e] g[ e c e] | + g,4\fermata r \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/07.midi b/20866-h/music/07.midi Binary files differnew file mode 100644 index 0000000..e0e5629 --- /dev/null +++ b/20866-h/music/07.midi diff --git a/20866-h/music/08.ly b/20866-h/music/08.ly new file mode 100644 index 0000000..286a609 --- /dev/null +++ b/20866-h/music/08.ly @@ -0,0 +1,25 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "8. Boots and Saddles." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 4/4 + \tempomark + + \times 2/3 { g8[ c e] } g8[ e] + \times 2/3 { c8[ g c] } \times 2/3 { c16[ c c] } c8 | + \times 2/3 { c8[ g c] } c8.[ c16] c8.[ c16] c4 \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/08.midi b/20866-h/music/08.midi Binary files differnew file mode 100644 index 0000000..09651b6 --- /dev/null +++ b/20866-h/music/08.midi diff --git a/20866-h/music/09.ly b/20866-h/music/09.ly new file mode 100644 index 0000000..52af0fb --- /dev/null +++ b/20866-h/music/09.ly @@ -0,0 +1,28 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "9. Assembly." } + +tempomark = s1*0^\markup { \large { \italic Moderate. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 4/4 + \tempomark + + \partial 4 g8.[ g16] | + c8.[ g16 c8. e16] c4 c8.[ c16] | + e8.[ c16 e8. g16] e4 c8.[ e16] | \break + + g4 e8.[ c16] g4 g8.[ g16] | + c4 c8.[ c16] c4\fermata \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/09.midi b/20866-h/music/09.midi Binary files differnew file mode 100644 index 0000000..d1d0218 --- /dev/null +++ b/20866-h/music/09.midi diff --git a/20866-h/music/10.ly b/20866-h/music/10.ly new file mode 100644 index 0000000..b509def --- /dev/null +++ b/20866-h/music/10.ly @@ -0,0 +1,31 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "10. Adjutant's Call." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c''' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + + g8[ e16 c] g'4 | + g8[ e16 c] g'4 | + g8[ e16 c] g8[ g'] | + e[ g16 e] c4 | \break + + g'8[ e16 c] g'4 | + g8[ e16 c] g'4 | + g8[ e16 c] g8[ g'] | + e[ g16 e] c4 \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/10.midi b/20866-h/music/10.midi Binary files differnew file mode 100644 index 0000000..76edd92 --- /dev/null +++ b/20866-h/music/10.midi diff --git a/20866-h/music/11.ly b/20866-h/music/11.ly new file mode 100644 index 0000000..2d6d268 --- /dev/null +++ b/20866-h/music/11.ly @@ -0,0 +1,47 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "11. To the Color." } + +tempomark = { \once \override TextScript #'padding = #1 + s1*0^\markup { \large \italic { Quick time. } } } +end = { \mark \markup { \large \italic "End." } } +enddc = { \mark \markup { \hspace #0 \raise #1 \large \italic "D.C." } } + +\score { + \new Staff \relative c'' { + \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible + \override Score.RehearsalMark #'self-alignment-X = #right + + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 4/4 + \tempomark + + \partial 4 e8.[ e16] | + g4 c,8.[ c16] e4 g,8.[ g16] | + c4 c8.[ c16] c4 c8.[ e16] | + + g4 g8.[ g16] e4 c8.[ e16] | + g2 g,4 e'8.[ e16] | + g4 c,8.[ c16] e4 g,8.[ g16] | + + c4 c8.[ c16] c4 c8.[ e16] | + g8[ e c g] g'[ e c g] | + \partial 4*3 c4 c8.[ c16] c4 \end \bar "||" \break + + \partial 4 g8.[ g16] | + c2 c8[ c16 c c8 c] | + e2 e8[ e16 e e8 e] | + g2 g8[ g16 g g8 g] | + + e8[ g e16( c g8)] e'[ g e16( c g8)] | + g'[ g16 g g8 g] g4 \enddc \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/11.midi b/20866-h/music/11.midi Binary files differnew file mode 100644 index 0000000..317dffa --- /dev/null +++ b/20866-h/music/11.midi diff --git a/20866-h/music/12.ly b/20866-h/music/12.ly new file mode 100644 index 0000000..aa40242 --- /dev/null +++ b/20866-h/music/12.ly @@ -0,0 +1,40 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "12. Fire." } + +tempomark = s1*0^\markup { \large \italic { Quick. } } +repeatadlib = { \mark \markup { \hspace #0 \raise #1 + \large \italic "Repeat at will." } } + +\score { + \new Staff \relative c'' { + \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible + \override Score.RehearsalMark #'self-alignment-X = #right + + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 4/4 + \once \override TextScript #'padding = #2 + \tempomark + + \partial 4 g8.[ g16] | + e'2\fermata r4 g,8.[ g16] | + e'2\fermata r8. g,16[ c8. e16] | + g2 e8.[ e16] c8.[ c16] | + + g2 r4 r8 e' | + c8.[ e16 g,8. e'16] c8.[ e16 g,8. e'16] | + c8.[ e16 g8. e16] c4 g | + + c8.[ e16 g,8. e'16] c8.[ e16 g,8. e'16] | + c8.[ g16 e'8. g,16] c2\fermata \repeatadlib \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/12.midi b/20866-h/music/12.midi Binary files differnew file mode 100644 index 0000000..7982cab --- /dev/null +++ b/20866-h/music/12.midi diff --git a/20866-h/music/13.ly b/20866-h/music/13.ly new file mode 100644 index 0000000..0cf953f --- /dev/null +++ b/20866-h/music/13.ly @@ -0,0 +1,37 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "13. To Arms." } + +tempomark = { \once \override TextScript #'padding = #2 + s1*0^\markup { \large \italic { Quick. } } } +repeatadlib = { \mark \markup { \hspace #0 \raise #1 + \large \italic "Repeat at will." } } + +\score { + \new Staff \relative c''' { + \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible + \override Score.RehearsalMark #'self-alignment-X = #right + + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 4/4 + \tempomark + + \partial 4 g4 | + g2.\fermata g4 | + g2.\fermata r4 \bar "|:" + \times 2/3 { c,8[( g) e'] } \times 2/3 { c8[( g) e'] } + \times 2/3 { c8[( g) e'] } \times 2/3 { c8[( g) e'] } | + + g8.[ g16 g8. g16] g2 | + g8.[ g16 g8. g16] g2 \repeatadlib \bar ":|" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/13.midi b/20866-h/music/13.midi Binary files differnew file mode 100644 index 0000000..8b941ad --- /dev/null +++ b/20866-h/music/13.midi diff --git a/20866-h/music/14.ly b/20866-h/music/14.ly new file mode 100644 index 0000000..650b708 --- /dev/null +++ b/20866-h/music/14.ly @@ -0,0 +1,25 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "14. To Horse." } + +tempomark = s1*0^\markup { \large { \italic Presto. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 4/4 + \tempomark + + g8[ c16 e] g8[ e] g[ e c g] | + c2 r8 \times 2/3 { c16[ c c } c8 c] | + g'[ g] e[ e] c[ c] g4\fermata \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/14.midi b/20866-h/music/14.midi Binary files differnew file mode 100644 index 0000000..611331f --- /dev/null +++ b/20866-h/music/14.midi diff --git a/20866-h/music/15.ly b/20866-h/music/15.ly new file mode 100644 index 0000000..804e8c5 --- /dev/null +++ b/20866-h/music/15.ly @@ -0,0 +1,47 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "15. Reveille." } + +tempomark = s1*0^\markup { \large \italic { Quick. } } +end = { \mark \markup { \large \italic "End." } } +enddc = { \mark \markup { \large \italic "D.C." } } + +\score { + \new Staff \relative c'' { + \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible + \override Score.RehearsalMark #'self-alignment-X = #right + + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + + \partial 8 g8 | + c8[ e16( c)] g8[ e'] | + c[ e16( c)] g8[ e'] | + c[ e16( c)] g8[ c] | + e4( c8)[ g] | \break + + c[ e16( c)] g8[ e'] | + c[ e16( c)] g8[ e'] | + c[ e16( c)] g8[ g] | + \partial 4. c4. \end \bar "||" + \partial 8 e8 | + e[ e e e] | \break + + g4( e8)[ c] | + e[ c e c] | + e4( c8)[ e] | + e[ e e e] | + g4( e8)[ c] | + e[ c g g] | + c4. \enddc \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/15.midi b/20866-h/music/15.midi Binary files differnew file mode 100644 index 0000000..af06d50 --- /dev/null +++ b/20866-h/music/15.midi diff --git a/20866-h/music/16.ly b/20866-h/music/16.ly new file mode 100644 index 0000000..8569f94 --- /dev/null +++ b/20866-h/music/16.ly @@ -0,0 +1,115 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "16. Retreat." } + +tempomark = s1*0^\markup { \large { \italic Moderate. } } + +global = { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 2/4 +} + +top = \relative c'' { + \global + \tempomark + c4 c8.[ c16] | + g'2 | + e4 g8.[ e16] | + c4. g8 | + c4 e | + c4. g8 | + + c8.[ e16 g8. e16] | + c4 g8.[ g16] | + c8.[ g16] c[ g c e] | + g2 | + g4 g8.[ g16] | + + e4. e8 | + g[ e g e] | + c4 r | + c g | + c2 | + c4 g | + c2 | + + c4 g | + c8.[ g16] c[ g c e] | + g8.[ e16] g[ e g e] | + c4 \fermata r \bar "||" +} + +middle = \relative c'' { + \global + c4 c8.[ c16] | + g2 | + c4 g8.[ g16] | + c4. g8 | + c4 c | + c4. g8 | + + c8.[ g16 c8. e16] | + c4 g8.[ g16] | + c4 c8[ e] | + e2 | + e4 e8.[ e16] | + + c4. c8 | + e[ g e g] | + e4 r | + e g | + e2 | + e4 g | + e2 | + + e4 g | + e e8[ e] | + e4 e8[ e] | + e4 \fermata r \bar "||" +} + +bottom = \relative c' { + \global + c4 c8.[ c16] | + c2 | + g'4 g8.[ g16] | + c,4. g'8 | + c,4 g' | + c,4. g'8 | + + c8.[ c16 c8. c16] | + c4 g8.[ g16] | + c4 c8[ c] | + c2 | + g4 g8.[ g16] | + + c4. c8 | + c[ c c c] | + c4 r | + g g | + g2 | + g4 g | + g2 | + + g4 g | + g g8[ g] | + g4 g8[ g] | + c,4 \fermata r \bar "||" +} + +\score { + << + \new Staff = "top" \top + \new Staff = "middle" \middle + \new Staff = "bottom" \bottom + >> + + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/16.midi b/20866-h/music/16.midi Binary files differnew file mode 100644 index 0000000..3556854 --- /dev/null +++ b/20866-h/music/16.midi diff --git a/20866-h/music/17.ly b/20866-h/music/17.ly new file mode 100644 index 0000000..489f55d --- /dev/null +++ b/20866-h/music/17.ly @@ -0,0 +1,149 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "17. Tattoo." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +global = { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 4/4 +} + +top = \relative c'' { + \global + \tempomark + c4. g8 c8.[ g16 c8. g16] | + c4 g' e c | + g g8.[ g16] g4 g | + + c e g r | + c,4. g8 c8.[ g16 c8. g16] | + c4 e g e8[ c] | + + g4 g8.[ g16] g4 g | + c c8.[ c16] c2 \fermata \bar "||" + r2 r4 g8.[ g16] | + c4 c8.[ c16] c4 g8.[ c16] | + + e4 e8.[ e16] e4 c8.[ e16] | + g4 g8.[ g16] g4 e8.[ c16] | + g4 g8.[ g16] g4 \fermata r | + + e' g e c | + g4 g8.[ g16] g4 c8[ e] | + g4 e8[ c] g'[ g] e[ c] | + + g4 g8.[ g16] g4 r8. e'16 | + c4( g8) r16 e' c4( g8) r16 e' | + c8[ c] g[ e'] c4 g | + + \times 2/3 { c8[ c c] } \times 2/3 { e8[ e e] } c4 g \fermata | + e' e c c | + g g8.[ g16] g4 c8[ e] | + + g4 e8[ c] g'[ g] e[ c] | + g4 g8.[ g16] g4 r8 c, | + + g'2. r8 c, | + g'2. r8 c, | + g'4 g8.[ g16] c4 e~ | + \once \override Voice.Script #'padding = #1 + e2 \fermata \bar "||" +} + +middle = \relative c'' { + \global + c4. g8 c8.[ g16 c8. g16] | + c4 e c e | + g, g8.[ g16] g4 g | + + c g e' r | + c4. g8 c8.[ g16 c8. g16] | + c4 g e' c | + + g4 g8.[ g16] g4 g | + c e8.[ e16] e2 \fermata | + r2 r4 g,8.[ g16] | + c4 c8.[ c16] c4 g8.[ c16] | + + c4 c8.[ c16] c4 c8.[ c16] | + e4 e8.[ e16] e4 c8.[ c16] | + g4 g8.[ g16] g4 \fermata r | + + e' e c c | + g4 g8.[ g16] g4 c8[ c] | + e4 c8[ g] e'[ e] c[ g] | + + g4 g8.[ g16] g4 r8. e'16 | + c4( g8) r16 e' c4( g8) r16 e' | + c8[ c] g[ g] g4 g | + + \times 2/3 { c8[ c c] } \times 2/3 { e8[ e e] } c4 g \fermata | + e' g e c | + g g8.[ g16] g4 g8[ c] | + + e4 c8[ g] e'[ e] c[ g] | + g4 g8.[ g16] g4 r8 c, | + + g'2. r8 c, | + g'2. r8 c, | + g'4 g8.[ g16] c4 c~ | + c2 \fermata \bar "||" +} + +bottom = \relative c' { + \global + c4. g'8 c,8.[ g'16 c,8. g'16] | + c,4 c' g c | + g g8.[ g16] g4 g | + + c, g' c r | + c,4. g'8 c,8.[ g'16 c,8. g'16] | + c,4 c' g c, | + + g'4 g8.[ g16] g4 g | + c, c8.[ c16] c2 \fermata | + r2 r4 g'8.[ g16] | + c4 c8.[ c16] c4 c8.[ c16] | + + c4 c8.[ c16] c4 c8.[ c16] | + c4 c8.[ c16] c4 c8.[ c16] | + g4 g8.[ g16] g4 \fermata r | + + g c c, g' | + g4 g8.[ g16] g4 g8[ g] | + c4 c8[ c] c[ c] c[ c] | + + g4 g8.[ g16] g4 r8. c16 | + c,4~ c8 r16 c' c,4~ c8 r16 c' | + c,8[ c] g'[ g] g4 g | + + g c c g \fermata | + g c c, g' | + g g8.[ g16] g4 g8[ c] | + + e4 c8[ c] c[ c] c[ c] | + g4 g8.[ g16] g4 r8 c, | + + g'2. r8 c, | + g'2. r8 c, | + g'4 g8.[ g16] g4 g~ | + g2 \fermata \bar "||" +} + +\score { + << + \new Staff = "top" \top + \new Staff = "middle" \middle + \new Staff = "bottom" \bottom + >> + + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/17.midi b/20866-h/music/17.midi Binary files differnew file mode 100644 index 0000000..1ffb5f8 --- /dev/null +++ b/20866-h/music/17.midi diff --git a/20866-h/music/18.ly b/20866-h/music/18.ly new file mode 100644 index 0000000..2d9d902 --- /dev/null +++ b/20866-h/music/18.ly @@ -0,0 +1,32 @@ +\version "2.10" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "18. Call to Quarters." } + +tempomark = s1*0^\markup { \large { \italic Slow. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 2/2 + \tempomark + + c4 e g2 | + r2. g,4 | + c c8.[ c16] c4 e8[ c] | + g4 c2 c8.[ e16] | + g4 \times 2/3 { g8[ e g] } e4 \times 2/3 { e8[ c e] } | \break + + c4 \times 2/3 { c8[ e c] } g2 | + c4 e g e | + c e g, c | + c, \fermata g' \fermata c2 \fermata \bar "||" + + } + \layout { } + \midi { \tempo 4 = 84 } +} diff --git a/20866-h/music/18.midi b/20866-h/music/18.midi Binary files differnew file mode 100644 index 0000000..bcbd5cb --- /dev/null +++ b/20866-h/music/18.midi diff --git a/20866-h/music/19.ly b/20866-h/music/19.ly new file mode 100644 index 0000000..804578b --- /dev/null +++ b/20866-h/music/19.ly @@ -0,0 +1,32 @@ +\version "2.10" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "19. Taps." } + +tempomark = s1*0^\markup { \large { \italic Slow. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 4/4 + \partial 4 + \tempomark + + g8.[ g16] | + c2. \fermata g8.[ c16] | + e2. \fermata g,8[ c] | + e4 g,8[ c] e4 g,8[ c] | \break + + e2. \fermata c8.[ e16] | + g2 e4 c | + g2. g8.[ g16] | + c2. \fermata \bar "||" + + } + \layout { } + \midi { \tempo 4 = 84 } +} diff --git a/20866-h/music/19.midi b/20866-h/music/19.midi Binary files differnew file mode 100644 index 0000000..dec4b55 --- /dev/null +++ b/20866-h/music/19.midi diff --git a/20866-h/music/20.ly b/20866-h/music/20.ly new file mode 100644 index 0000000..909c4ca --- /dev/null +++ b/20866-h/music/20.ly @@ -0,0 +1,37 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "20. Mess." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + + c8[ e c e] | + c4 c8 r | + c8[ \times 2/3 { c16 c c] } c8[ e] | + c4 r | + + e8[ g e g] | + e4 e8 r | + e8[ \times 2/3 { e16 e e] } e8[ g] | + e4 r | + + g,8[ c g c] | + g4 g8 r | + g8[ \times 2/3 { g16 g g] } g8[ c] | + g4 \fermata r \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/20.midi b/20866-h/music/20.midi Binary files differnew file mode 100644 index 0000000..897648d --- /dev/null +++ b/20866-h/music/20.midi diff --git a/20866-h/music/21.ly b/20866-h/music/21.ly new file mode 100644 index 0000000..6c26272 --- /dev/null +++ b/20866-h/music/21.ly @@ -0,0 +1,34 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "21. Sick." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \partial 4 + \tempomark + + \times 2/3 { g8[ c e] } | + g4 \times 2/3 { e8[ c g] } | + c4 c | + c8[ \times 2/3 { c16 c c] } \times 2/3 { c8[ g c] } | + e4 \times 2/3 { g,8[ c e] } | \break + + g4 \times 2/3 { e8[ c g] } | + c4 c | + c8[ \times 2/3 { c16 c c] } \times 2/3 { c8[ g c] } | + c8.[ c16 c8. c16] | + c4 \fermata \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/21.midi b/20866-h/music/21.midi Binary files differnew file mode 100644 index 0000000..4ab2c4a --- /dev/null +++ b/20866-h/music/21.midi diff --git a/20866-h/music/22.ly b/20866-h/music/22.ly new file mode 100644 index 0000000..06b2955 --- /dev/null +++ b/20866-h/music/22.ly @@ -0,0 +1,31 @@ +\version "2.10" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "22. Church." } + +tempomark = s1*0^\markup { \large { \italic Slow. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 4/4 + \tempomark + + g4. c8 e2 \fermata | + c4 e g,2 \fermata | + c4. e8 g2 \fermata | + e4 c g4. \fermata g8 | + c8[ c16 e] c8[ e] g,[ g] g4 | + + c8[ c16 e] c8[ e] g[ g] g,4 | + c8[ c16 e] c8[ e] g,[ g] g4 | + c8[ c16 e] g8[ e] c2 \fermata \bar "||" + + } + \layout { } + \midi { \tempo 4 = 84 } +} diff --git a/20866-h/music/22.midi b/20866-h/music/22.midi Binary files differnew file mode 100644 index 0000000..f5da0c6 --- /dev/null +++ b/20866-h/music/22.midi diff --git a/20866-h/music/23.ly b/20866-h/music/23.ly new file mode 100644 index 0000000..b60cf4a --- /dev/null +++ b/20866-h/music/23.ly @@ -0,0 +1,32 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "23. Recall." } + +tempomark = s1*0^\markup { \large { \italic Moderato. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + + c8[ \times 2/3 { c16 c c] } c8[ c] | + e4 c8[ e] | + g8[ \times 2/3 { g16 g g] } g8[ e] | + g[ e] c4 | + + c8[ \times 2/3 { c16 c c] } c8[ c] | + e4 c8[ e] | + g8[ \times 2/3 { g16 g g] } g8[ e] | + c4 r \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/23.midi b/20866-h/music/23.midi Binary files differnew file mode 100644 index 0000000..29c4c78 --- /dev/null +++ b/20866-h/music/23.midi diff --git a/20866-h/music/24.ly b/20866-h/music/24.ly new file mode 100644 index 0000000..22a3145 --- /dev/null +++ b/20866-h/music/24.ly @@ -0,0 +1,33 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "24. Issue." } + +tempomark = s1*0^\markup { \large { \italic Allegro. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 3/8 + \tempomark + + g8[ c e] | + g[ e c] | + g \times 2/3 { g16[ g g] } g8 | + c[ c16 e g8] | + + <g, c>[ <c e> <e g>] | + g[ e c] | + g \times 2/3 { g16[ g g] } g8 | + c4 r8 \bar "||" + % Mark over rest in original, which may be a misplaced half-inked fermata + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/24.midi b/20866-h/music/24.midi Binary files differnew file mode 100644 index 0000000..2dfb38e --- /dev/null +++ b/20866-h/music/24.midi diff --git a/20866-h/music/25.ly b/20866-h/music/25.ly new file mode 100644 index 0000000..e8eaae9 --- /dev/null +++ b/20866-h/music/25.ly @@ -0,0 +1,27 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "25. Officers' Call." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 6/8 + \tempomark + + c8[ c16 e g8] e[ c16 e g8] | + e[ c16 e g8] e4. | + + c8[ c16 e g8] e[ c16 e g8] | + e[ c g] c4. \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/25.midi b/20866-h/music/25.midi Binary files differnew file mode 100644 index 0000000..79d462f --- /dev/null +++ b/20866-h/music/25.midi diff --git a/20866-h/music/26.ly b/20866-h/music/26.ly new file mode 100644 index 0000000..fe46dcf --- /dev/null +++ b/20866-h/music/26.ly @@ -0,0 +1,26 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "26. Captains' Call." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 6/8 + \tempomark + + c8[ c16 e g8] e[ c16 e g8] | + e[ c16 e g8] e4 c8 | + e4.~ e4 g,8 | + e'2\fermata \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/26.midi b/20866-h/music/26.midi Binary files differnew file mode 100644 index 0000000..9d78825 --- /dev/null +++ b/20866-h/music/26.midi diff --git a/20866-h/music/27.ly b/20866-h/music/27.ly new file mode 100644 index 0000000..840d453 --- /dev/null +++ b/20866-h/music/27.ly @@ -0,0 +1,25 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "27. First Sergeants' Call." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + + \times 2/3 { g16[ c e] } g8[ \times 2/3 { g16 g g } g8] | + \times 2/3 { g,16[ c e] } g8[ \times 2/3 { g16 g g } g8] | + \times 2/3 { g,16[ c e] } g8[ \times 2/3 { g16 g g } g8] \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/27.midi b/20866-h/music/27.midi Binary files differnew file mode 100644 index 0000000..e6b297b --- /dev/null +++ b/20866-h/music/27.midi diff --git a/20866-h/music/28.ly b/20866-h/music/28.ly new file mode 100644 index 0000000..ffc400f --- /dev/null +++ b/20866-h/music/28.ly @@ -0,0 +1,38 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "28. Fatigue." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 3/8 + \tempomark + + c8[ e c] | + g' \times 2/3 { g16[ g g] } g8 | + c,[ e c] | + g4 r8 | + c[ e c] | + + g' \times 2/3 { g16[ g g] } g8 | + c,[ e c] | + g4 r8 | \break + c[ e c] | + + g' \times 2/3 { g16[ g g] } g8 | + c,[ e c] | + g'4 r8 | + c, \times 2/3 { c16[ c c] } c8 | + c4\fermata r8 \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/28.midi b/20866-h/music/28.midi Binary files differnew file mode 100644 index 0000000..2305bf3 --- /dev/null +++ b/20866-h/music/28.midi diff --git a/20866-h/music/29a.ly b/20866-h/music/29a.ly new file mode 100644 index 0000000..5da9b20 --- /dev/null +++ b/20866-h/music/29a.ly @@ -0,0 +1,38 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "29. School." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + \partial 8 + + g16[ g] | + c4 r | + c\fermata r8 g16[ g] | + c4 r | + c\fermata r | + g8[ g c c] | + e4( c) | \break + + e8[ e] g,[ g] | + c[ e] c4 | + g8[ g c c] | + e4( c) | + e8[ e] g,[ g] | + c4\fermata r8 \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/29a.midi b/20866-h/music/29a.midi Binary files differnew file mode 100644 index 0000000..b35b65f --- /dev/null +++ b/20866-h/music/29a.midi diff --git a/20866-h/music/29b.ly b/20866-h/music/29b.ly new file mode 100644 index 0000000..0e4f46f --- /dev/null +++ b/20866-h/music/29b.ly @@ -0,0 +1,37 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "29½. The General's March." } +% Period after "29½" missing in original, but present in number 30½. + +tempomark = s1*0^\markup { \large { \italic { Quick time. } } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 4/4 + \tempomark + + c4 g8.[ g16] g2 | + e'4 g,8.[ g16] g2 | + c4 c8.[ e16] g4 \times 2/3 { g,8[ c e] } | + + g4 g8.[ g16] g2 | + e4 c8.[ g16] g'4 e8.[ c16] | + g4 g8.[ g16] g4 g8.[ g16] | + + c4 c8.[ g16] e'2 | + e4 e8.[ c16] g'2 | + + e4 \times 2/3 { g,8[ c e] } g4 \times 2/3 { g,8[ c g'] } | + e4 c8.[ c16] c2\fermata \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} +\markup { \large { ( \italic{ C. I. D. R. No. 8, Sept. 3, 1914. } ) } } diff --git a/20866-h/music/29b.midi b/20866-h/music/29b.midi Binary files differnew file mode 100644 index 0000000..23e8dda --- /dev/null +++ b/20866-h/music/29b.midi diff --git a/20866-h/music/30a.ly b/20866-h/music/30a.ly new file mode 100644 index 0000000..3f40f64 --- /dev/null +++ b/20866-h/music/30a.ly @@ -0,0 +1,46 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "30. The General." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 3/4 + \tempomark + + c8[ \times 2/3 { c16 c c] } c8[ c c c] | + c[ \times 2/3 { c16 c c] } c8[ c e c] | + g'[ \times 2/3 { g16 g g] } g8[ g e c] | + + g4 g r | + c8[ \times 2/3 { c16 c c] } c8[ c c c] | + c[ \times 2/3 { c16 c c] } c8[ c e g] | + + c,[ \times 2/3 { c16 c c] } c8[ c] g[ g] | + c4 c r | + g8.[ g16] g8.[ g16] g8.[ g16] | + + g8.[ e'16] \times 2/3 { c8[ g' e] } \times 2/3 { c8[ e c] } | + g8.[ g16] g8.[ g16] g8.[ g16] | + \times 2/3 { c8[ g e'] } c4 r | + + g8.[ g16] g8.[ g16] g8.[ g16] | + \times 2/3 { c8[ g e'] } \times 2/3 { c8[ g e'] } \times 2/3 { g,8[ c e] } | + g8[ \times 2/3 { g,16 g g] } g8[ g] g8.[ e'16] | + + c4 r8 \times 2/3 { g16[ g g] } g8.[ g16] | % r4 in original + c4 r8 \times 2/3 { g16[ g g] } g8.[ e'16] | % r4 in original + c2 r4 \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/30a.midi b/20866-h/music/30a.midi Binary files differnew file mode 100644 index 0000000..c1a326f --- /dev/null +++ b/20866-h/music/30a.midi diff --git a/20866-h/music/30b.ly b/20866-h/music/30b.ly new file mode 100644 index 0000000..c272c31 --- /dev/null +++ b/20866-h/music/30b.ly @@ -0,0 +1,26 @@ +\version "2.8" +\paper{ line-width=10\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "30½. Flourishes for Review." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + + g8[ g16 g] g8[ g16 g] | + c2\fermata \bar "||" % Extra r4 at the end of this bar in original + + } + \layout { } + \midi { \tempo 4=120 } +} +\markup { \large { ( \italic{ C. I. D. R., No. 2. } ) } } diff --git a/20866-h/music/30b.midi b/20866-h/music/30b.midi Binary files differnew file mode 100644 index 0000000..aa87326 --- /dev/null +++ b/20866-h/music/30b.midi diff --git a/20866-h/music/32.ly b/20866-h/music/32.ly new file mode 100644 index 0000000..cdbb2e6 --- /dev/null +++ b/20866-h/music/32.ly @@ -0,0 +1,26 @@ +\version "2.10" +\paper{ line-width=8\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "32. Attention." } + +tempomark = s1*0^\markup { \large { \italic Slow. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + \partial 16 + + c16 | + e4.. g,16 | + e'2\fermata \bar "||" + + } + \layout { } + \midi { \tempo 4=84 } +} diff --git a/20866-h/music/32.midi b/20866-h/music/32.midi Binary files differnew file mode 100644 index 0000000..4642086 --- /dev/null +++ b/20866-h/music/32.midi diff --git a/20866-h/music/33.ly b/20866-h/music/33.ly new file mode 100644 index 0000000..04b7680 --- /dev/null +++ b/20866-h/music/33.ly @@ -0,0 +1,25 @@ +\version "2.10" +\paper{ line-width=8\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "33. Attention to Orders." } + +tempomark = s1*0^\markup { \large { \italic Slow. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \once \override TextScript #'padding = #2 + \tempomark + + g8.[ c16] e8 r | + g,8.[ c16] e8 r \bar "||" + + } + \layout { } + \midi { \tempo 4=84 } +} diff --git a/20866-h/music/33.midi b/20866-h/music/33.midi Binary files differnew file mode 100644 index 0000000..9628dc6 --- /dev/null +++ b/20866-h/music/33.midi diff --git a/20866-h/music/34.ly b/20866-h/music/34.ly new file mode 100644 index 0000000..e3fa93a --- /dev/null +++ b/20866-h/music/34.ly @@ -0,0 +1,25 @@ +\version "2.8" +\paper{ line-width=8\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "34. Forward. MARCH." } + +tempomark = s1*0^\markup { \large { \italic Slow. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 3/4 + \tempomark + + c4 c r | + c2.\fermata \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/34.midi b/20866-h/music/34.midi Binary files differnew file mode 100644 index 0000000..33ca041 --- /dev/null +++ b/20866-h/music/34.midi diff --git a/20866-h/music/35.ly b/20866-h/music/35.ly new file mode 100644 index 0000000..23580d3 --- /dev/null +++ b/20866-h/music/35.ly @@ -0,0 +1,20 @@ +\version "2.8" +\paper{ line-width=3\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "35. Halt." } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 3/4 + + c2.\fermata \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/35.midi b/20866-h/music/35.midi Binary files differnew file mode 100644 index 0000000..f7933ed --- /dev/null +++ b/20866-h/music/35.midi diff --git a/20866-h/music/36.ly b/20866-h/music/36.ly new file mode 100644 index 0000000..28d2ec7 --- /dev/null +++ b/20866-h/music/36.ly @@ -0,0 +1,26 @@ +\version "2.8" +\paper{ line-width=10\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "36. Double Time. MARCH." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 3/8 + \tempomark + + c8-.[ c-.] r | + c-.[ c-.] r | + c-.[ c-.] r | + c4.\fermata \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/36.midi b/20866-h/music/36.midi Binary files differnew file mode 100644 index 0000000..a0e0c97 --- /dev/null +++ b/20866-h/music/36.midi diff --git a/20866-h/music/37.ly b/20866-h/music/37.ly new file mode 100644 index 0000000..6a0f0f5 --- /dev/null +++ b/20866-h/music/37.ly @@ -0,0 +1,27 @@ +\version "2.10" +\paper{ line-width=12\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "37. To the Rear. MARCH." } + +tempomark = s1*0^\markup { \large { \italic Slow. } } + +\score { + \new Staff \relative c''' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + + g4 \times 2/3 { e8[ c g] } | + g4 c | + c r | + c2\fermata \bar "||" + + } + \layout { } + \midi { \tempo 4=84 } +} diff --git a/20866-h/music/37.midi b/20866-h/music/37.midi Binary files differnew file mode 100644 index 0000000..1e8e088 --- /dev/null +++ b/20866-h/music/37.midi diff --git a/20866-h/music/38.ly b/20866-h/music/38.ly new file mode 100644 index 0000000..51136fa --- /dev/null +++ b/20866-h/music/38.ly @@ -0,0 +1,28 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "38. Commence Firing." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + \partial 8 + + e8 | + c4. e16[ c] | + g4. e'8 | + c4. e16[ c] | + g4. \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/38.midi b/20866-h/music/38.midi Binary files differnew file mode 100644 index 0000000..9581bc5 --- /dev/null +++ b/20866-h/music/38.midi diff --git a/20866-h/music/39.ly b/20866-h/music/39.ly new file mode 100644 index 0000000..b81de98 --- /dev/null +++ b/20866-h/music/39.ly @@ -0,0 +1,24 @@ +\version "2.8" +\paper{ line-width=10\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "39. Cease Firing." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \clef treble + \key c \major + \autoBeamOff + \time 4/4 + \tempomark + + g8[ c16 e] g8[ e] g[ e c g] | + c2\fermata r \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/39.midi b/20866-h/music/39.midi Binary files differnew file mode 100644 index 0000000..0f12315 --- /dev/null +++ b/20866-h/music/39.midi diff --git a/20866-h/music/40.ly b/20866-h/music/40.ly new file mode 100644 index 0000000..ae80125 --- /dev/null +++ b/20866-h/music/40.ly @@ -0,0 +1,32 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "40. Fix Bayonets." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } +rit = s1*0^\markup { \italic rit. } + +\score { + \new Staff \relative c'' { + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 2/4 + \tempomark + + c8[ c16 c] g'4\fermata | + c,8[ c16 c] g'4\fermata | + c,8[ \times 2/3 { c16 c c] } c8[ c] | \break + % Triplet mark missing throughout in original + + e8[ \times 2/3 { e16 e e] } e8[ e] | + g8[ \times 2/3 { g16 g g] } \rit g8-^[ g-^] | + g4\fermata r \bar "||" + + } + \layout { } + \midi { \tempo 4=120 } +} diff --git a/20866-h/music/40.midi b/20866-h/music/40.midi Binary files differnew file mode 100644 index 0000000..893c8b9 --- /dev/null +++ b/20866-h/music/40.midi diff --git a/20866-h/music/41.ly b/20866-h/music/41.ly new file mode 100644 index 0000000..c0950d5 --- /dev/null +++ b/20866-h/music/41.ly @@ -0,0 +1,36 @@ +\version "2.8" +\paper{ line-width=15\cm indent=0\mm } + +\header{ tagline="" title=\markup \smallCaps "41. Charge." } + +tempomark = s1*0^\markup { \large { \italic Quick. } } +repeatadlib = { \mark \markup { \hspace #0 \raise #1 + \large \italic "Repeat at will." } } + + +\score { + \new Staff \relative c'' { + \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible + \override Score.RehearsalMark #'self-alignment-X = #right + + \set Staff.midiInstrument = #"trumpet" + \set Score.barNumberVisibility = ##f + \override Voice.Rest #'style = #'classical + \clef treble + \key c \major + \autoBeamOff + \time 3/8 + \tempomark + + c16.[ c32] c16.[ c32] c16.[ c32] | + c16.[ c32] c16.[ c32] c16.[ c32] | + g'16.[ e32] g16.[ e32] g16.[ e32] | \break + + c16.[ c32] c16.[ c32] c16.[ c32] | + g'16.[ e32] g16.[ e32] g16.[ e32] | + c4. \repeatadlib \bar "||" + + } + \layout { } + \midi { \tempo 4=100 } +} diff --git a/20866-h/music/41.midi b/20866-h/music/41.midi Binary files differnew file mode 100644 index 0000000..274607a --- /dev/null +++ b/20866-h/music/41.midi |
