bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1474 in lilypond: Horizontal spacing regression


From: lilypond
Subject: Re: Issue 1474 in lilypond: Horizontal spacing regression
Date: Tue, 25 Jan 2011 04:58:13 +0000


Comment #8 on issue 1474 by address@hidden: Horizontal spacing regression
http://code.google.com/p/lilypond/issues/detail?id=1474

Under Keith's patch, it is possible to get the "new" 1474 behavior by giving Accidental and NoteHead a negative value for extra-spacing-height:


\version "2.13.43"
{
  \override Accidental #'extra-spacing-height = #'(-0.1 . -0.1)
  \override NoteHead #'extra-spacing-height = #'(-0.1 . -0.1)
   \repeat unfold 8 {f'8 bes' d'' f'' \noBreak }
   \break
   \repeat unfold 12 {f'8 bes' d'' f'' \noBreak }
}

I think this is another argument for going with Keith's patch.

Attachments:
        1474-keith-with-override.png  16.3 KB
        1474-keith-default.png  16.6 KB




reply via email to

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