Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

First Sergeant's Call

From Wikipedia, the free encyclopedia

"First Sergeant's Call" is a bugle call which signals that the First Sergeant is about to form the company.


\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   { }
}

References

[edit]