lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical aligning of lyric stanzas


From: Mats Bengtsson
Subject: Re: Vertical aligning of lyric stanzas
Date: Sun, 05 Feb 2006 22:59:54 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

Did you try convert-ly?

  /Mats

Quoting Anna Choma <address@hidden>:

Hello,

I have a piece with lyrics made in lilypond 2.6.3. Now I have lilypond
version 2.7.22 (because of piano brace failure in 2.6). The problem
is, that in the newer version minimumVerticalExtend property doesn't
work and I don't know why. Every voice has 2 stanzas. Here is the
source code:

\score {
\context ChoirStaff <<
 \context Voice =
  discantusNotes <<
  \set Staff.instrument = "Cantus"
  \global \discantusNotes >>
  \lyricsto "discantusNotes" \new Lyrics {
    \set minimumVerticalExtent = #'(1.2 . 2.4)
    \discantusLyrics }
  \lyricsto "discantusNotes" \new Lyrics {
  \set minimumVerticalExtent = #'(-2.0 . 2.2)
  \secondLyrics }
 \context Voice =
  altusNotes <<
  \set Staff.instrument = "Altus"
  \global \altusNotes >>
  \lyricsto "discantusNotes" \new Lyrics {
   \set minimumVerticalExtent = #'(1.2 . 2.4)
   \discantusLyrics }
  \lyricsto "discantusNotes" \new Lyrics {
   \set minimumVerticalExtent = #'(-2.0 . 2.2)
   \secondLyrics }

And so on, there is 4 voices. \set minimumVerticalExtent property
doesn't work. Is there any knew possibility of doing this?

Best regards,

Anna Choma


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user








reply via email to

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