lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to get the hang of "Polyphony with Shared Lyrics" section of


From: Lukas-Fabian Moser
Subject: Re: Trying to get the hang of "Polyphony with Shared Lyrics" section of the manual.
Date: Fri, 29 Oct 2021 22:53:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0


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

[Prev in Thread] Current Thread [Next in Thread]