Mail Call (bugle call)

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

"Mail Call" is a bugle call which signals personnel to assemble for the distribution of mail. <score lang="lilypond" raw="1">

\header {

 title   = "Mail Call"
 tagline = ##f

} \paper {

 #(layout-set-staff-size 18)

} \score {

 \relative c {
   \tempo   4=176
   \key     c \major
   \time    2/4
   \set     Staff.midiInstrument = #"french horn"
   c8-. c16 c16 c8-. g8-.
   c8-. c16 c16 c8-. g8-.
   c8-. e8-.    c8-. e8-.
   c8-. c8-.    g4\fermata
   \bar "|."
 }
 \layout { }
 \midi   { }

} </score>

References

[edit | edit source]