2009/6/28 <[email protected]>: > Thanx Francisco, > > Yes so there is actually a bug. > > I use it without even putting slurs and the same bug appears just using > for instance this : > > \relative c'{ > c d e f f e e e } > \addlyrics > { Ky -- _ _ ri __ _ _ _ e } > > I think it is a stupid bug (i hope).. >
The bug could have been caused by this but I'm going to look at it in depth. commit 7531ea6b3bb254f4d82aabde347a91671533b45a Author: Chris Snyder <[email protected]> Date: Mon Mar 16 16:51:26 2009 -0700 Fix lyric extenders to end properly when there are notes but no more lyrics. The previous extender code only ends extenders when the next lyric is encountered. This can lead to issues when there are additional notes, but no more lyrics. This patch adds a check to see if a melisma is ending, completetizing the extender if appropriate. -- Francisco Vila. Badajoz (Spain) www.paconet.org _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
