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 lilypond-user@gnu.org 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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


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

Reply via email to