bug-lilypond
[Top][All Lists]
Advanced

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

Re: lyricsto bug


From: Erik Sandberg
Subject: Re: lyricsto bug
Date: Mon, 2 Feb 2004 12:38:45 +0100
User-agent: KMail/1.5.4

On Monday 02 February 2004 12.23, Han-Wen Nienhuys wrote:
> address@hidden writes:
> > The following two scores generate different output using 2.1.16.
> >
> > \version "2.1.16"
> >
> > songA = \notes \relative c' { a2. r8. }
> > songB = \notes \relative c'' { a16 a8 a }
> >
> > \score {
> >   \notes <<
> >   \context Voice=A \notes {\songA \songB }
> >   \lyricsto A \context Lyrics \lyrics { a a a a }
> >
> > }
>
> Lyrics is deprecated. I'm still mulling over the best way to remove it
> from LilyPond.

Yep, I agree.. the concept of \context Lyrics just confuses me (and since I 
never could spot a semantical difference between using Lyrics and 
LyricsVoice, I have used both randomly). Removing Lyrics, or making the 
distinction between Lyrics and LyricsVoice more clear in the docu, would 
remove some of my confusion...

But that is really a different issue; the following gives me the same output:

\version "2.1.16"

songA = \notes \relative c' { a2. r8. }
songB = \notes \relative c'' { a16 a8 a }

\score {
  <<
  \context Voice=A \notes {\songA \songB }
  \lyricsto A \context LyricsVoice \lyrics { a a a a }
  >>
}

songAB = \notes \relative c' { a2. r8. a16 a8 a }

\score {
  <<
  \context Voice=A \notes {\songAB }
  \lyricsto A \context LyricsVoice \lyrics { a a a a }
  >>
}


Erik





reply via email to

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