[EMAIL PROTECTED] writes:
> However, I still get a warning for every song when translating it:
> 
> 1451605062.ly:13:17: warning: Must stop before this music ends:

the warning is a bug in LilyPond. LilyPond gives a warning when there
is more text than notes to set the text to. However, there is a bug (I
guess an off-by-one programming error) that triggers the warning too
soon. This file also triggers it:

        \score { \notes {
         \addlyrics { c4 } { f4}
        }}

If you want to fix it, have a look at lily/sequential-music-iterator
and lily/lyric-combine-iterator.cc

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu/~hanwen/

Reply via email to