Henry,

It's not the tie, but the slur that is causing your problem. Slurs enforce
a lyric melisma. You have two options:

1. You can either remove the slur (which I think is the right thing to do):

melody = \relative c'' {
  \clef treble
  \key a \major
  \time 4/4
  b8. b16  b16 cis8 a16~ a8. e16 fis8 a16 a~ |
  a8 fis r4 r2 |
  r2 r4 r8 a16 a |
}

2. If you must have it, you can turn the slur into a phrasing slur which
doesn't enforce a melisma like a slur does:

melody = \relative c'' {
  \clef treble
  \key a \major
  \time 4/4
  b8. b16 b16 cis8 a16~ a8. e16 fis8 a16 \( a~ |
  a8 fis \) r4 r2 |
  r2 r4 r8 a16 a |
}

Take your pick!

- Abraham

On Tue, Mar 24, 2015 at 4:08 PM, Henry Law [via Lilypond] <
ml-node+s1069038n173590...@n5.nabble.com> wrote:

> I am having a problem getting my lyrics to fit across a group of notes
> which contain a tie.  Here's the smallest possible example:
>
> \version "2.16.2"
> melody = \relative c'' {
>    \clef treble
>    \key a \major
>    \time 4/4
>    b8. b16          b16 cis8 a16~  a8. e16        fis8 a16 ( a~ |
>    a8 fis )         r4             r2                           |
>    r2                              r4             r8 a16 a      |
> }
> text = \lyricmode {
>    da    da  da  a da a -- one  two three
> }
> \score {
>    <<
>      \new Voice = "mel" {  \melody }
>      \new Lyrics \lyricsto mel \text
>    >>
>    \layout {
>      \context { \Staff \RemoveEmptyStaves }
>    }
> }
>
> The way I coded it, the syllable "three" is intended to fall on the last
> A (16th) of the first bar and run over the a8 fis of the next bar.  But
> as can be seen in http://www.lawshouse.org/music/problem01.pdf the slur
> doesn't start on the last 16th but on the previous one, and the syllable
> "two" is assigned to the three A's and the F#, leaving the syllable
> "three" to match up with the 16th A's after the rests.
>
> What am I doing wrong?
>
> --
>
> Henry Law            Manchester, England
>
> _______________________________________________
> lilypond-user mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=173590&i=0>
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://lilypond.1069038.n5.nabble.com/Problem-getting-syllables-onto-tied-note-across-bar-end-tp173590.html
>  To start a new topic under User, email ml-node+s1069038n...@n5.nabble.com
> To unsubscribe from Lilypond, click here
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2&code=dGlzaW1zdC5saWx5cG9uZEBnbWFpbC5jb218Mnw4MzU3Njg3MDU=>
> .
> 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: 
http://lilypond.1069038.n5.nabble.com/Problem-getting-syllables-onto-tied-note-across-bar-end-tp173590p173593.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to