lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric after staff?


From: David Kastrup
Subject: Re: Lyric after staff?
Date: Tue, 21 May 2013 12:51:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Gregory Heytings <address@hidden> writes:

> Hi list,
>
> What is the best way to put lyrics past the end of a staff, like this:
>
> =======|.
> A B C D   E F
>
> The words "A B C D" are placed with \lyricsto, but how is it possible
> to put words at positions "E F"?  When written in the lyrics, they are
> simply ignored, even if the staff is not large enough to fill the
> line-width.
>
> Many thanks,
>
> Gregory

It's probably simplest to use Lyrics with manual durations for such
things:

<<
  \new Staff { c' d' e' d' \bar "|." }
  \lyrics { A-4 ve Cae- sar, "morituri te salutant." }
>>

Maybe it would make sense if "associated" lyrics would just continue
with the normal durations when losing their associated Voice rather than
committing suicide.

-- 
David Kastrup




reply via email to

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