lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics and slurs and articulation


From: Risto Vääräniemi
Subject: Re: Lyrics and slurs and articulation
Date: Thu, 8 May 2008 12:59:48 +0300

2008/5/8 Jean-Alexis Montignies :

>  On the three first notes of the theme are to be played legato, but with a
> sylable on each note. I tried a phrasing slur, but then it collides with an
> articulation (I'm using 2.11.33).

You could use \set ignoreMelismata = ##t. To switch it off, use \unset
ignoreMelismata.

-Risto

%%%%%
\version "2.11.33" % for J-A's purposes

{
    c'4( c' c') c'
}
\addlyrics
{
    \set ignoreMelismata = ##t
    Tra -- \unset ignoreMelismata la -- lah!
}
%%%%%




reply via email to

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