...or is it known already? I completely lost track of what are different bugs and which are not. See the attached example; with the increased 'nonstaff-nonstaff-spacing, the ChordNames run into the staves they belong to. Note that this is not an artifical example; it's a simplistic, but common setting of simple chants with several stanzas.

By the way, I generally think that the distance between ChordNames and Lyrics above should be larger by default; they have no padding without tweaking the defaults. I'm not sure how to define this, though... Should one just increase the distance between systems?


Cheers,
Alexander
\version "2.13.39"

lyr = \lyricmode { \repeat unfold 4 { Foo bar foo bar foo bar foo bar foo bar foo bar foo baz! Xyz -- zy! } }
ch = \chordmode { \repeat unfold 2 { a2 b | c d | e f | g1 } }
mus = \repeat unfold 4 { \repeat unfold 16 { a'8 } \break }

\score {
  <<
    \new ChordNames \ch
    \new Staff { \new Voice = "mus" \mus }
    \new Lyrics \lyricsto "mus" \lyr
    \new Lyrics \lyricsto "mus" \lyr
    \new Lyrics \lyricsto "mus" \lyr
    \new Lyrics \lyricsto "mus" \lyr
  >>
  \layout {
    \context {
      \Lyrics
      %% Comment the next line and no collisions occur.
      \override VerticalAxisGroup #'nonstaff-nonstaff-spacing #'space = #4
    }
  }
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to