bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bug (?) with lyrics


From: Marco Caliari
Subject: Re: Bug (?) with lyrics
Date: Fri, 3 Oct 2003 18:43:53 +0200 (CEST)

OK. 

I have reduced the buggy code. The code:

\include "italiano.ly"
\include "paper16.ly"
sopranmusic = \notes \relative re' {
    \time 2/2
    \property Voice.Slur \set #'transparent = ##t
    \key la \minor
    \times 4/3 {sol r sol( fa re) sol re( sol) re sol( re sol)}  fad1}
sopranlyrics = \lyrics { bis, mi- se- re- __ re no- __ bis }
bassmusic = \notes \relative re {
    \property Voice.Slur \set #'transparent = ##t
    \key la \minor
    \time 2/2
    \clef bass
    sol4( fa mi2 re sol~sol4) la si4.( la8 si4 sol2 fad8 mi) re1}
basslyrics = \lyrics { re- __ re no- __ bis }
\score{
\notes \context ChoirStaff  <<
              \property Score.automaticMelismata = ##t
    \context Staff = sop {s1}
    \context Lyrics = sopl {s1}
    \context Staff = bas {s1}
    \context Lyrics = basl {s1}
    \addlyrics
              \context Staff = sop \sopranmusic
              \context Lyrics = sopl \sopranlyrics
    \addlyrics
              \context Staff = bas \bassmusic
              \context Lyrics = basl \basslyrics
>>
}

produces the right thing, whereas the same code but with "mi- __ se-" 
instead of "mi- se-" in the sopranlyrics produces lily2.ps, with an 
extraneous slur in the second voice, near the end.

I hope someone can fix it.

Regards,
-- 
Marco 

Attachment: lily2.ps.gz
Description: Binary data


reply via email to

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