bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 518 in lilypond: \oldaddlyrics broken


From: Laura Conrad
Subject: Re: Issue 518 in lilypond: \oldaddlyrics broken
Date: Tue, 18 Dec 2007 07:06:37 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

>>>>> "Mats" == Mats Bengtsson <address@hidden> writes:

    Mats> Laura Conrad wrote:
    >> 
    Hanwenn> Convert manually to use \lyricsto
    >> 
    >> Is that better than \addlyrics?
    >> 
    Mats> Well, \lyricsto offers much more flexibility, so even if it's slightly
    Mats> more difficult
    Mats> to learn how to use it, you will probably come across situations where
    Mats> \addlyrics
    Mats> cannot be used, so I would recommend to get used to using \lyricsto.

But not where \oldaddlyrics was used, surely?

The manual conversion I've been doing when convert-ly insists on using
the broken \oldaddlyrics (which is clearly a bug, since Hanwenn states
that it won't be fixed) is:

    <<
        \oldaddlyrics
        \context Staff="default"
        {
            \voicedefault 
        }
        \context Lyrics="default" 
        <<
          { \wordsdefaultVA }
        >>
    >>

to:

    <<
        \context Staff="default"
        {
            \voicedefault 
        }
        \addlyrics  { \wordsdefaultVA }
    >>

This is pretty straightforward, and could be scripted for the
real-world case, although maybe not by convert-ly for the completely
general case.   Is there some reason why this isn't as good as the
equivalent \lyricsto solution?  

-- 
Laura (mailto:address@hidden , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139




reply via email to

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