bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1219 in lilypond: Broken tie may become a too small dot


From: lilypond
Subject: Re: Issue 1219 in lilypond: Broken tie may become a too small dot
Date: Mon, 04 Oct 2010 07:55:24 +0000


Comment #5 on issue 1219 by brownian.box: Broken tie may become a too small dot
http://code.google.com/p/lilypond/issues/detail?id=1219

Yes, and linebreak is not necessary, too.

%------------------8<-------------------------
\version "2.13.35"

\relative d'' {
  \voiceTwo
  d1
  \break
  d2 d4 ~ d
  \break
  d2
    \once \override Tie #'minimum-length = #3
    d4 ~ d
  \break
}

\paper {
  indent = 0
  ragged-right = ##t
  line-width = .5\cm
}
%------------------8<-------------------------

Yes, line-width in this example is too aggressive, but, really, i can provide real example, where setting 'minimum-length helps somewhat. The problem is worse with broken ties (i failed to find a way to lengthen a part after linebreak, only,-) -- setting 'minimum-length for tie makes part before linebreak longer.

Attachments:
        test.png  1.5 KB




reply via email to

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