bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyric extender over staff


From: Eduardo Vieira
Subject: Re: Lyric extender over staff
Date: Tue, 2 May 2006 21:23:56 -0300

There is a work around for that:
Quoting message from the archives: Lyric extender problem

Mats Bengtsson wrote:
Luckily, there is a workaround, namely to use the alignAboveContext
property that so far only is documented in the example called
"alignment-order.ly" in the Regression Tests document. Then you don't
have to define the Lyrics contexts before you use them. Instead you can
do:


\version "2.8.0"

sopMusic = \relative c'' {
  c4 c c8( b) c4
}
sopWords = \lyricmode {
  hi hi hi __ hi
}
     \score { <<
    \new Staff = women {
      \new Voice =
      "sopranos"  \sopMusic    }
      \context Lyrics = sopI {\set alignAboveContext = "women"
\lyricsto sopranos \sopWords }
    \context Lyrics = sopII \lyricsto sopranos \sopWords
  >>
}


I have no idea why this works but the other version doesn't work, though.
%% end quote
Regards,

Eduardo Vieira

----- Original Message -----
From: "Rick Kimpel" <address@hidden>
To: <address@hidden>
Sent: Tuesday, May 02, 2006 1:00 PM
Subject: Lyric extender over staff


> Running 2.8.1 on WinXP
>
> from the example page:
> http://lilypond.org/doc/v2.8/Documentation/user/lilypond/lily-132501948.ly
> If you try to add extenders to either the tenor or soprano lyrics, the
extenders
> don't show up.  It happens with anything above the staff to which the
notes are
> tied.  See my example below.  Am I just doing something wrong?  Is there a
> workaround?  Perhaps a way to force the extender engraver?
>
> Why does it think I'm top-posting??  I had to remove the sample snippet to
get
> this through.
>
> Rick
>
>
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond
>





reply via email to

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