bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1139 in lilypond: 'inter-loose-line-spacing #'stretchability lead


From: lilypond
Subject: Issue 1139 in lilypond: 'inter-loose-line-spacing #'stretchability leads to collision under some conditions
Date: Mon, 21 Jun 2010 11:28:00 +0000

Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Medium

New issue 1139 by brownian.box: 'inter-loose-line-spacing #'stretchability leads to collision under some conditions
http://code.google.com/p/lilypond/issues/detail?id=1139

Sorry, snippet rather long; there is no collision if stripped to three notes.

If this can help: 2.23.24-2 engraves this example in the same way, but real score which contains this part, looks good with 2.23.24.


\version "2.13.25"

alto = \relative d' {
  \autoBeamOff
  %
  g4 g g g |
  g1 ~ |
  g4 c,8 c c4 c |
}

tenor = \relative b {
  \clef "bass"
  \autoBeamOff
  %
  e4 d c d |
  e4 g,8 g g4 g |
  g1 |
}

altolyrics = \lyricmode {
  \repeat "unfold" 5 { \skip 1 }
  по -- пе -- че -- "ні -" % -- є.
}

commonlyrics = \lyricmode {
  по -- пе -- че -- ні -- є,
}

tenlyrics = \lyricmode {
  \repeat "unfold" 5 { \skip 1 }
  по -- пе -- че -- ні -- є,
}

%
\score {
  \context ChoirStaff <<
    \new Staff = "upperstaff" <<
      \new Voice = "alto" {
        \voiceTwo
          \alto
      }
      \context Lyrics = "altolyrics" \with {
        \override VerticalAxisGroup #'staff-affinity = #UP
      } \lyricsto "alto" \altolyrics
      %
      \context Lyrics = "commonlyrics" \with {
        \override VerticalAxisGroup #'staff-affinity = #CENTER
      } \lyricsto "alto" \commonlyrics
    >>
    %
    \new Staff = "tenstaff" <<
      \new Voice = "tenor" {
        \voiceOne
        \tenor
      }
      \context Lyrics = "tenlyrics" \with {
        alignAboveContext = "tenstaff"
        \override VerticalAxisGroup #'staff-affinity = #DOWN
      } \lyricsto "tenor" \tenlyrics
    >>
  >>

  %
  \layout {
    \context {
      \Lyrics
\override VerticalAxisGroup #'inter-loose-line-spacing #'stretchability = #3
    }
  }
}


Attachments:
        sample--stretch.png  3.7 KB


reply via email to

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