lilypond-user
[Top][All Lists]
Advanced

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

Re: How can I properly insert lyrics to a 4-part choral setting?


From: Thomas Willhalm
Subject: Re: How can I properly insert lyrics to a 4-part choral setting?
Date: Mon, 15 Apr 2002 08:47:16 +0200
User-agent: Mutt/1.3.22.1i

On Sun, Apr 14, 2002 at 11:34:30PM -0300, marcelo martin wrote:
> The problem is that the lyrics for 
> alto, tenor and bass end up being displayed under the 
> soprano staff, together with the soprano lyrics. I get
> this warning from "ly2dvi":

>   \addlyrics
>          \context Staff = alto {
>          \property Staff.automaticMelismata = ##t
>          \property Staff.noAutoBeaming= ##t
>          \altoMel
>   } % alto 
>   \context Lyrics \altoLyr

Have you tried to add the name of the corresponding staff to the lyrics?

  \addlyrics
         \context Staff = alto {
         \property Staff.automaticMelismata = ##t
         \property Staff.noAutoBeaming= ##t
         \altoMel
  } % alto 
  \context Lyrics = alto \altoLyr

It worked for me, but was the result of "try'n'error".

Best regards
Thomas

-- 
http://www.thomas.willhalm.de/



reply via email to

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