Issue 900 in lilypond: Wrong chords and lyrics spacing may cause collisions

View: New views
3 Messages — Rating Filter:   Alert me  

Issue 900 in lilypond: Wrong chords and lyrics spacing may cause collisions

by lilypond-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
bug-lilypond@...
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Issue 900 in lilypond: Wrong chords and lyrics spacing may cause collisions

by lilypond-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Comment #1 on issue 900 by jameseli...@...: Wrong chords and  
lyrics spacing may cause collisions
http://code.google.com/p/lilypond/issues/detail?id=900

This is the same as http://code.google.com/p/lilypond/issues/detail?id=890

--
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
bug-lilypond@...
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Issue 900 in lilypond: Wrong chords and lyrics spacing may cause collisions

by lilypond-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Updates:
        Status: Duplicate
        Cc: -joeneeman
        Mergedinto: 890

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

Indeed. Marking as duplicate.

--
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
bug-lilypond@...
http://lists.gnu.org/mailman/listinfo/bug-lilypond