bug-lilypond
[Top][All Lists]
Advanced

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

Re: more on lyrics


From: Werner LEMBERG
Subject: Re: more on lyrics
Date: Tue, 23 Jul 2002 12:05:30 +0200 (CEST)

> > . Another bug: As can be seen in the image, the final `__' is missing.
> 
> __ is a spanner.  It needs something to attach to; try adding a " "
> lyric at the end.

Hmm, I wasn't able to make LilyPond do that.  I want this (`r' is a
quarter rest):


      |        | |        |
      o.       | o     r  |
       \________/

     Zeit. ___________


I think this is not easily possible with the current syntax.  What
about a new keyword \wordanchor or something like that:

  melody = \context Voice \notes \relative c'' {
    \time 3/4 a2.( | )g2 r4\wordanchor |
  }

  text = \context Lyrics \lyrics {
    Zeit __ " "
  }

If I miss something please enlighten me.


    Werner



reply via email to

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