I'll probably keep the \noBeam rather than the \autoBeamOff, since I'm
trying to faithfully reproduce the original, as much as I can.

Non sequitur (I think).

Consider:

\version "2.22"
\language "english"

\relative {
  \time 3/4
  \key d \major
  d'8\noBeam d e16( fs) g8\noBeam a\noBeam fs
  g8.\noBeam a16 b8.\noBeam g16 a8\noBeam fs
}
\addlyrics {
  Go where glo -- ry waits thee,
  But, while fame e -- lates thee,
}

\relative {
  \time 3/4
  \key d \major
  \autoBeamOff
  d'8 d e16([ fs)] g8 a fs
  g8. a16 b8. g16 a8 fs
}
\addlyrics {
  Go where glo -- ry waits thee,
  But, while fame e -- lates thee,
}

Lukas


Reply via email to