lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics, Slurs and Ties problems


From: Rob Vlasaty
Subject: Re: Lyrics, Slurs and Ties problems
Date: Tue, 26 Jul 2005 12:13:08 -0500

Borislav,

Put a \set ignoreMelismata = ##t at the beginning of your lyrics and remove the 
sets of double-quotes and you'll be fine.

Also, check out the examples in the documents about using \lyricsto.  I find 
that method a lot better than \addlyrics for more complex pieces.  Here's your 
example converted to that method.

Rob




\include "italiano.ly"

<<
\relative \context Voice = "lahlah" {
\time 5/8
\key do \major
\clef treble

si4 re4.  do4(do4.) do4(si4.) do4 do4. si4 la4. la4(la4.)
la4(la4.) la4 la4.(la4((la4.)(la4))) r4

}

\new Lyrics \lyricsto "lahlah" {
\set ignoreMelismata = ##t 
Ma ma Qn  ka  pra shta na Du naw  za  wo da
}
>> 

-- 
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm





reply via email to

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