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
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond