bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2276 in lilypond: multiple stanzas chord symbols collide with


From: lilypond
Subject: Re: Issue 2276 in lilypond: multiple stanzas chord symbols collide with staff
Date: Sat, 04 Feb 2012 05:43:28 +0000


Comment #6 on issue 2276 by address@hidden: multiple stanzas chord symbols collide with staff
http://code.google.com/p/lilypond/issues/detail?id=2276

This, and issue 2217, seem to be due to the fact that
1) the required spacing between systems is determined by looking at their skylines, which allows for interleaving between protruding graphical objects
 but
2) the baseline of a non-staff line (Lyrics, ChordNames, Dynamics, etc.) is currently not allowed to be higher than that of a previous line, even if they could interleave.

\paper { #(set-paper-size "a6") indent = 0 }
  <<
    \new Dynamics \repeat unfold 6 {s1\f s }
    \new Dynamics \repeat unfold 6 {s\f s }
    \new Staff \repeat unfold 6 {g' g'}
    \new Dynamics \repeat unfold 6 {s s\f }
    \new Dynamics \repeat unfold 6 {s s\f }
    \new Dynamics \repeat unfold 6 {s s\f }  >>




reply via email to

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