lilypond-user
[Top][All Lists]
Advanced

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

Re: Two addit. lyrics lines -- how to make centered?


From: Karl Hammar
Subject: Re: Two addit. lyrics lines -- how to make centered?
Date: Sun, 20 May 2007 15:42:31 +0200 (CEST)

-
This is a multipart MIME message.
Dmytro O. Redchuk:
> On Tue, Mar 13, 2007 at 01:54:32PM +0100, Mats Bengtsson wrote:
> > OK, how about
> >    \score {
> >        \new Staff = "tenor" <<
> >            \new Voice = "tenvoice" {
> >                \melody
> >            }
> >            \new Lyrics = tenlyr \lyricsto tenvoice \mainwords
> >            \new Lyrics = tenlyrup
> >                 \with {
> >                       alignAboveContext = tenlyr
> >                 }
> >            \lyricsto tenorup \upperwords
> >            \new Lyrics = tenlyrlo
> >                 \with {
> >                       alignBelowContext = tenlyr
> >                 }
> >            \lyricsto tenorlo \lowerwords
> >        >>
> >    }
> 
> Yes, that's almost what i've asked in my first email -- but _is_ it
> possible to make distance between "u u u u" and "l l l l" shorter?
> Is it possible to overlap a bit different lyrics context? If yes -- how?
> 
> 
> I have tried with different extents, but failed.
...
> > >I would like lyrics line to be between staves like this:
> > >
> > >
> > >                   -- upper voice for upper staff --
> > >-- main for both --                                 -- main for both --
> > >                   -- lower voice for lower staff --
...
> > >>>   What i want exactly: to have behaviour like in this fragment --
> > >>>   http://www2.ldc.net/~dor/kanon006.jpg (was typed with
...

 1,
I have the same problem, how do one get the upper line closer to the 
lower line. It is now like tree lines (see attachment), and I would
like the middle part be like two lines in height but vertically
centered at the main line.

 2,
Also I don't see any difference between the output of ver. A, B, and C
below. So why are you using alignAboveContext/alignBelowContex?

%----------------------------------
\version "2.10.20"

\include "global.ly"
\include "Mmen.ly"
\score {
  <<
    %\ss
    \new ChoirStaff <<
      \new Staff \context Voice = Vs { \lcl \Msta \clefcs \Ms }

% A
%\lyricsto Vs  \context Lyrics = Ls                                   { \Ls  }
%\lyricsto Vsa \context Lyrics = Lsa \with { alignAboveContext = Ls } { \Lsa }
%\lyricsto Vsb \context Lyrics = Lsb \with { alignBelowContext = Ls } { \Lsb }

% B
\lyricsto Vsa \context Lyrics = Lsa { \Lsa }
\lyricsto Vs  \context Lyrics = Ls  { \Ls  }
\lyricsto Vsb \context Lyrics = Lsb { \Lsb }

% C
%\new Lyrics = Ls                                   \lyricsto Vs  \Ls
%\new Lyrics = Lsa \with { alignAboveContext = Ls } \lyricsto Vsa \Lsa
%\new Lyrics = Lsb \with { alignBelowContext = Ls } \lyricsto Vsb \Lsb

    >>
  >>
}
%----------------------------------

Regards,
/Karl

Attachment: divisi.lyrics.png
Description: divisi.lyrics.png


reply via email to

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