bug-lilypond
[Top][All Lists]
Advanced

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

Re: midi lyric events


From: Erik Sandberg
Subject: Re: midi lyric events
Date: Tue, 27 Apr 2004 10:35:27 +0200
User-agent: KMail/1.5.4

On Tuesday 27 April 2004 09.13, John Comeau wrote:
> Lazyass that I am, I waited till someone else got 2.2
> ready for Cygwin, and installed it tonight. Had to run
> convert-ly on the old sample program, but sorry to say
> the same bug is there.

Can you please send the exact .ly file which doesn't work with v2.2?

It will probably work if you change from \addlyrics (which now is deprecated) 
to the new \lyricsto syntax for lyrics.

I.e., change this
>     \addlyrics
>       \context Staff = one {
>         \property Staff.autoBeaming = ##f
>         \melody
>       }
>       \context Lyrics \text

to something like:
<<
 \context Staff = one {
  \set autoBeaming = ##f
  \context Voice=A
  \melody 
 }
 \lyricsto A \context Lyrics \text
>>

Thanks,
Erik





reply via email to

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