lilypond-user
[Top][All Lists]
Advanced

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

Re: convert-ly


From: Mats Bengtsson
Subject: Re: convert-ly
Date: Thu, 13 Jan 2005 10:42:06 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

The easiest solution for you is probably to tell your current version of
LilyPond to also ignore ties when assigning lyrics to notes
(assuming that you use version 2.4.x now, always tell what version
you use to get a relevant answer):

\score{
  ...
\layout{
  ...
  \context{
    \Score
    melismaBusyProperties = #'(melismaBusy slurMelismaBusy beamMelismaBusy)
  }
}
}

The default definition can be found at
http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond-internals/Score.html
and some explanations can be found at
http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond-internals/Melisma_005ftranslator.html

   /Mats

Jan Janovcik wrote:
I came across a problem with convert-ly. I was trying
to convert some 1.4 input files. Lilypond 1.4
obviously wasn't able to recongnize ties in the
process of lyrics assignment, so you had to add one
more "_" in case of tied notes.
Convert-ly is not able to address this issue, so the
result is, one has to tediously search for such places
and remove excess underscores.
Is there any chance, this could be solved somehow in
the future?

Thanks

Jan Janovcik


                
__________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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