lilypond-user
[Top][All Lists]
Advanced

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

Re: LyricExtender again!


From: Mats Bengtsson
Subject: Re: LyricExtender again!
Date: Thu, 18 Jan 2007 12:47:07 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

In your example, you had forgotten to name the Voice context. Just replace the
first line by
Voice = \new Voice = notes { c4 d8 d e4~ e }
and it seems to work as desired.

Another approach is to use the alignAboveContext property:
\score {
<<

\new Staff = myStave \relative c'{

\Voice

}
\new Lyrics \with {alignAboveContext = myStave } { \set associatedVoice = "notes" \Words } % above

\new Lyrics { \set associatedVoice = "notes" \Words } % below
>>
}

Finally, I noticed that you didn't use the support for hyphens in lyrics. Try
Words = \lyricmode { This4 does8 --  n't work4 __  " "}
to get a nicer result.

  /Mats

Vivian Barty-Taylor wrote:
I enter lyrics not using \addlyrics or \lyricsto because my music is too rhythmically complex. I use \set AssociatedVoice in the Lyrics context to control melismata - thus LyricExtender and LyricHyphen objects.

Problem: If I want to print the lyrics above the notes, the extenders don't print - presumably because the named AssociatedVoice context doesn't exist at the time when the lyrics are printed.

I can print the Lyrics below the text and then use an #'extra-offset but it seems clumsy.

Suggestions please?! See attached file - comment in/ out "above" and "below".

Many thanks,

Vivian.

------------------------------------------------------------------------
What kind of emailer are you? Find out today - get a free analysis of your email personality. Take the quiz at the Yahoo! Mail Championship <http://uk.rd.yahoo.com/mail/uk/taglines/default/championships/quiz/*http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk/>.
------------------------------------------------------------------------

_______________________________________________
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]