lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics of a Voice above the Staff of the Voice


From: Tao Cumplido
Subject: Re: Lyrics of a Voice above the Staff of the Voice
Date: Sun, 12 Oct 2008 10:04:10 +0200

Hi,

for this example you have to create both a Staff and a Voice context and use 
associatedVoice instead of lyricsto. I don't if there is another way.


\new Staff = "s" \new Voice = "v" { .your music. }
\new Lyrics \with { alignAboveContext = "s" }
{
        \set associatedVoice = "v"
        .your lyrics.
}


hope that helps.

regards,

Tao


-------- Original-Nachricht --------
> Datum: Sun, 12 Oct 2008 00:47:15 +0000 (UTC)
> Von: Robert Waniek <address@hidden>
> An: address@hidden
> Betreff: Lyrics of a Voice above the Staff of the Voice

> Hello together, 
> I'm working on a sheet where the lyrics of the Soprano are set above its
> staff
> because the staff is shared with the Alto which has lyrics differing from
> those
> of the Soprano at some positions (which I read by using \skip).
> As far as I have 4 stanzas, using markups is not a usable workaround.
> Recently I got to:
> \override LyricText #'extra-offset = #'(0 . 20)
> But this leaves the hyphens below the Staff and only moves the text into
> other
> page items.
> 
> So the question is:
> 
> How do I get the lyrics above the staff of the voice they are assigned to
> by
> \lyricsto?
> 
> Thanks in advance for any help.
> 
> Greetings
> Robert Waniek
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger




reply via email to

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