Hello Abraham,

Thanks a lot for these two solutions and the explanations!

It’s often difficult for me as an amateur musician to distinguish between slurs 
and phrasing slurs when I read music.

And looking backwards, I’ve never used phrasing slurs in LP actually… So I’ll 
use the first snippet to stick to what the choir had originally (I’m 
transposing the piece).

A nice w-e!

JM

> Le 31 oct. 2014 à 21:42, tisimst <[email protected] 
> <mailto:[email protected]>> a écrit :
> 
> Jacques,
> 
> The problem is that the melisma you are copying continues through the last 
> note where you want to put the "o". If it MUST be that way, there are 
> actually a couple of ways to do it. Here's one (use a phrasingSlur):
> 
> %<-------------------- SNIP --------------------
> 
> \version "2.18.2"
> 
> Alto = \relative {
>   \time 2/4
>   d'16 \( [ e f d ] e4 |  % <--- CONVERT TO PHRASING SLUR
>   f4 \)
> }
> 
> AltoLyricsOne = \lyricmode {
>   De -- _ _ _ _ o % <--- USE UNDERSCORES TO CREATE MELISMA
> }
> 
> <<
>   \new Staff \with {
>     instrumentName = "Alto"
>   }{
>     \new Voice = "Alto" { \Alto }
>   }
>   \new Lyrics \lyricsto "Alto" \AltoLyricsOne
> >>
> 
> %<-------------------- SNIP --------------------
> 
>  The single underscores are indicators for notes that get included into the 
> melisma. This is the manual way to do it and takes more effort since you need 
> to count out the correct number of underscores.
> 
> Now, I think that this is the correct way to do it:
> 
> %<-------------------- SNIP --------------------
> 
>  \version "2.18.2"
> 
> Alto = \relative {
>   \time 2/4
>   d'16 ( [ e f d ] e4 ) |  % <--- SLUR ENDS HERE
>   f4 
> }
> 
> AltoLyricsOne = \lyricmode {
>   De -- o
> }
> 
> <<
>   \new Staff \with {
>     instrumentName = "Alto"
>   }{
>     \new Voice = "Alto" { \Alto }
>   }
>   \new Lyrics \lyricsto "Alto" \AltoLyricsOne
> >>
> 
> %<-------------------- SNIP --------------------
> 
> The real problem is that while "De" gets all the notes in the first measure, 
> the slur in the picture you sent seems to indicate that the "De" syllable 
> should continue to the next one too, which isn't true. The error thus arises 
> because the "o" syllable has NO NOTE to attach to when you use the slur "(" 
> syntax, which then means the hyphen extender "--" also has no text to extend 
> between. Moving the end of the slur to the last note in the first measure 
> ends the duration of "De" at the correct time and allows "o" to be attached 
> to its proper note.
> 
> If it were me, I would choose the second snippet because it provides the 
> correct syllabic intent for the singer. But if for some reason you needed to 
> replicate the picture exactly, then the first snippet will do that for you.
> 
> HTH,
> Abraham
> 
> On Fri, Oct 31, 2014 at 2:17 PM, Jacques Menu [via Lilypond] <[hidden email] 
> <x-msg://7/user/SendEmail.jtp?type=node&node=168168&i=0>> wrote:
>> Hello folks, 
>> 
>> I’ve been strugging to obtain the following, but couldn’t find any way to 
>> achieve it in the docs. 
>> 
>> Attached is a failed attempt. 
>> 
>> Thanks for your help! 
>> 
>> JM 
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________ 
>> lilypond-user mailing list 
>> [hidden email] <x-msg://7/user/SendEmail.jtp?type=node&node=168161&i=0> 
>> https://lists.gnu.org/mailman/listinfo/lilypond-user 
>> <https://lists.gnu.org/mailman/listinfo/lilypond-user>
>> 
>>  MelismataProblem.png (9K) Download Attachment 
>> <http://lilypond.1069038.n5.nabble.com/attachment/168161/0/MelismataProblem.png>
>>  MelismataProblem.ly <http://melismataproblem.ly/> (299 bytes) Download 
>> Attachment 
>> <http://lilypond.1069038.n5.nabble.com/attachment/168161/1/MelismataProblem.ly>
>>  smime.p7s (2K) Download Attachment 
>> <http://lilypond.1069038.n5.nabble.com/attachment/168161/2/smime.p7s>
>> 
>> If you reply to this email, your message will be added to the discussion 
>> below:
>> http://lilypond.1069038.n5.nabble.com/Melismata-and-slur-with-a-new-syllable-at-the-end-tp168161.html
>>  
>> <http://lilypond.1069038.n5.nabble.com/Melismata-and-slur-with-a-new-syllable-at-the-end-tp168161.html>
>> To start a new topic under User, email [hidden email] 
>> <x-msg://7/user/SendEmail.jtp?type=node&node=168168&i=1> 
>> To unsubscribe from Lilypond, click here 
>> <applewebdata://E15AE7CB-6C38-4E13-9542-6F829F3B992F>.
>> NAML 
>> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
> View this message in context: Re: Melismata and slur with a new syllable at 
> the end 
> <http://lilypond.1069038.n5.nabble.com/Melismata-and-slur-with-a-new-syllable-at-the-end-tp168161p168168.html>
> Sent from the User mailing list archive 
> <http://lilypond.1069038.n5.nabble.com/User-f3.html> at Nabble.com 
> <http://nabble.com/>.
> _______________________________________________
> lilypond-user mailing list
> [email protected] <mailto:[email protected]>
> https://lists.gnu.org/mailman/listinfo/lilypond-user 
> <https://lists.gnu.org/mailman/listinfo/lilypond-user>

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to