Mats et al,
Sorry, but this doesn't work on my Lilypond (2.10.0) The LyricExtender is still 
missing when the lyrics are printed above the staff, and is present when I 
print them below.
I suggest this is a bug, but would like to make sure before forwarding it to 
bug-lilypond.
Best,
Vivian.

----- Original Message ----
From: Mats Bengtsson <[EMAIL PROTECTED]>
To: Vivian Barty-Taylor <[EMAIL PROTECTED]>
Cc: lilypond-user@gnu.org
Sent: Thursday, 18 January, 2007 12:47:07 PM
Subject: Re: LyricExtender again!

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
> lilypond-user@gnu.org
> 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: [EMAIL PROTECTED]
    WWW: http://www.s3.kth.se/~mabe
=============================================



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







                
___________________________________________________________ 
The all-new Yahoo! Mail goes wherever you go - free your email address from 
your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html

Attachment: lyricextenderbug.ly
Description: Binary data

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

Reply via email to