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: Mats Bengtsson
Subject: Re: Tip/Trick: elision between lyric syllables
Date: Thu, 07 Sep 2006 10:26:20 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060730 SeaMonkey/1.0.4

It certainly answers a question that has popped up in the mailing list
a number of times, over the years. However, beware that I had problems
to even copy the symbol from the email to my editor (Emacs), so others
may experience the same problem even if the solution is in the manual.

Isn't it strange that there isn't any relevant symbol defined in Unicode that
can be used directly, without having to move it around.

  /Mats


Graham Percival wrote:
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



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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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