lilypond-user
[Top][All Lists]
Advanced

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

Re: How to force lyrics -- music connections on melismas?


From: Laura Conrad
Subject: Re: How to force lyrics -- music connections on melismas?
Date: 28 Mar 2003 09:02:29 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

>>>>> "maarten" == maartenwisse  <address@hidden> writes:

    maarten> The problem arises on 'hi __' and 'Do-', that is LilyPond
    maarten> places the 'Do-' on c8, but in the music, the 'Do-'
    maarten> should be placed on c2. I've found one method to force
    maarten> the melisma from bes4. to d4 by doing bes4.( c8 d e d4 ~
    maarten> )d4 (adding a beam). Then Lily understand that this is a
    maarten> melisma. But Renaissance music of course has no
    maarten> beams. How to enforce this without having the beam?

To get rid of the beams, all you have to do is say:

        \property Staff.autoBeaming = ##f 

which I do for almost all vocal music.

What you really meant say was that you were adding a slur.  You should
be able to make the slur invisible by saying something like:

        \property Voice.Slur \override #'transparent = ##t

but I just tested that and it doesn't work.  I'm sure there's
something similar that does, though.  

I didn't know how to do this when I started doing things like you're
doing, so I just put in enough blank syllables to get the non-blank
ones to line up, which is tedious and error-prone.  A blank syllable
is indicated by a single _.

-- 
Laura (mailto:address@hidden , http://www.laymusic.org/ )
(617) 661-8097  fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139






reply via email to

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