First Sergeant's Call
Jump to navigation
Jump to search
"First Sergeant's Call" is a bugle call which signals that the First Sergeant is about to form the company.
<score lang="lilypond" raw="1" sound="1"> \header {
title = "First Sergeant's Call" tagline = ##f
} \paper {
#(layout-set-staff-size 18)
} \score {
\relative c {
\tempo 4=120
\key c \major
\time 2/4
\set Staff.midiInstrument = #"french horn"
\partial 8
\times 2/3 { g16 c16 e16 }
g8 \times 2/3 { g16 g16 g16 } g8 \times 2/3 { g,16 c16 e16 }
g8 \times 2/3 { g16 g16 g16 } g8 \times 2/3 { g,16 c16 e16 }
g8 \times 2/3 { g16 g16 g16 } g8\fermata r8
\bar "|."
}
\layout { }
\midi { }
} </score>