Church Call

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ptaff (talk | contribs) at 12:22, 19 June 2019 (Replace image by semantic lilypond score.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Church Call is a bugle call which signals that religious services are about to begin. The call may also be used to announce the formation of a funeral escort.[1]


\header {
  title   = "Church Call"
  tagline = ##f
}
\paper {
  #(layout-set-staff-size 18)
}
\score {
  \relative c'' {
    \tempo   4=60
    \key     c \major
    \time    4/4
    \set     Staff.midiInstrument = #"french horn"

    g4. c8 e2\fermata
    c4  e4 g,2\fermata
    c4. e8 g2\fermata
    e4 c4 g4. g8
    c8 c16 e16 c8 e8 g,8 g8 g4
    c8 c16 e16 c8 e8 g8  g8 g,4
    c8 c16 e16 c8 e8 g,8 g8 g4
    c8 c16 e16 g8 e8 c2\fermata
    \bar "|."
  }
  \layout { }
  \midi   { }
}

References