lilypond-user
[Top][All Lists]
Advanced

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

Re: Tip/Trick: elision between lyric syllables


From: Graham Percival
Subject: Re: Tip/Trick: elision between lyric syllables
Date: Wed, 06 Sep 2006 16:13:22 -0700
User-agent: Thunderbird 1.5.0.5 (Macintosh/20060719)

If this is something common in vocal music, might it be worth adding to the manual? (recall that I don't do vocal music; to make changes I need exact instructions)

- Graham

Kieren MacMillan wrote:
Hello, all --

I've seen a couple of inquiries about this issue on the list in the past...
Just ran into this problem myself, and solved it to my satisfaction (see Lilycode, below, and attached PNG).

Hope this helps someone else!

Best regards,
Kieren.


------------------------------------------------------------------------

%%%  CODE BEGINS
\version "2.9.14"
\include "english.ly"

\paper
{
    line-width = 100\mm
}

theNotes = \relative
{
    \time 3/4
    d2 d4 e4( fs2)
}

theWords = \lyricmode
{
viel -- \markup { \combine "le, au" \translate #'(2.4 . -0.5) \fontsize #-5 "‿" } soir __
}

\score
{
    \new StaffGroup
    <<
        \new Voice = "voice" \theNotes
        \new Lyrics \lyricsto "voice" \theWords
    >>
}
%%%  CODE ENDS


------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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