lilypond-devel
[Top][All Lists]
Advanced

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

Re: [bug] clusters with lyrics


From: Erik Sandberg
Subject: Re: [bug] clusters with lyrics
Date: Sun, 6 Feb 2005 22:51:59 +0100
User-agent: KMail/1.7.1

This is fixed in 2.5.11.

Erik

On Monday 18 October 2004 00.00, Juergen Reuter wrote:
> Hi!
>
> Seems like the current implementation of clusters is completely
> incompatible with lyrics (I am not sure if my original implementation
> was).  For example:
>
>
>
> \version "2.3.22"
>
> myVoice = {
>     \transpose c' c'' {
>  <c d>
>  \makeClusters {
>      <d e> <f g>
>  }
>  <c d>
>     }
> }
>
> myText = \lyricmode {
>     foo bar hey hopp
> }
>
> \score {
>     <<
>  \context Voice = "lala" { \myVoice }
>  \context Lyrics = "lolo"
>         \lyricsto "lala" \myText
>
> }
>
>
>
> In this example, no text is put under the cluster; instead, the syllable
> "bar" is put under the second "<c d>".  This is bad.  Correctly, at least
> "bar" should be put under the cluster.  I am not sure, if clusters should
> be considered "atomic" with respect to syllables or if "(" and ")" should
> also work within clusters.  I.e. I am not sure if the syllable "hey"
> should be put also under the cluster or behind it.  Probably the first
> case would be better both, logically and with respect to what can be
> actually found in music literature.
>
> Greetings,
> Jürgen
>
>
> _______________________________________________
> lilypond-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-devel




reply via email to

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