lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4097 in lilypond: Patch: This adds support for


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4097 in lilypond: Patch: This adds support for \addlyrics on arbitrary contexts including Staff
Date: Thu, 11 Sep 2014 22:13:54 +0000


Comment #8 on issue 4097 by address@hidden: Patch: This adds support for \addlyrics on arbitrary contexts including Staff
https://code.google.com/p/lilypond/issues/detail?id=4097

Well, probably the issue description is not really overly illuminating
about what this patch is supposed to be good for.  The description
refers to the added regtest which happens to be mostly stolen from
<URL:http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-vocal-music#aligning-lyrics-to-a-melody>
which produces the same output while investing more complexity: the
version after the patch merely needs an additional underline after
"love," in order to compensate for the different syllable distribution
of both stanzas.  The version in the manual juggles with associated
voices and \lyricsto and cannot make use of the << \\ >> construct.

\version "2.19.14"

\header {
  texidoc = "
@code{\\addlyrics} may get used on a @code{Staff} context and will
then consider all note events created below it for synchronization.
"
}

\relative \new Staff {
  \time 2/4
  c''4 b8. a16 g4.
  << { r8 a4( b) c2 } \\
     { f,8 e4 d c2 }
  >>
}
\addlyrics {
  Life is __ _ love, _ live __ _ life.
}
\addlyrics {
  No more let sins and sor -- rows grow.
}


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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