bug-lilypond
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: Issue 900 in lilypond: Wrong chords and lyrics spacing may cause collisions
Date: Fri, 06 Nov 2009 09:14:41 +0000

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




reply via email to

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