Status: Accepted
Owner: v.villenave
CC: joeneeman
Labels: Type-Collision Priority-Regression

New issue 900 by v.villenave: Wrong chords and lyrics spacing may cause collisions
http://code.google.com/p/lilypond/issues/detail?id=900

In the following example, the spacing is intentionally tight but leads the
chords to collide with the staff.  This was introduced between 2.13.3 and
2.13.4 with the new spacing code.


\version "2.13.4"

\paper {
 indent = 0\mm
 paper-width =  58\mm
 paper-height =  67\mm
 top-margin = 0\mm
 bottom-margin = 0\mm
 left-margin = 0\mm
 right-margin = 0\mm
}

#(set-global-staff-size 16)

\score {
 <<
   \chords
   {
     d2 d d d d d
   }
   \relative c''
   {
     \key d \major
     %\stemUp %% workaround
     b4 b4 b4 b4 b4 b4 b4 b4
     b4 b4 b4 b4
   }
   \addlyrics {
     word word word word word word word word
   }
 >>
}

Attachments:
        toto.png  6.6 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to