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

Tie after line break is rather invisible.

To "mimic" that result i've set line-width to "too small" value, and notes are engraved rather tight. But in real score (see above, test file and a crop of real score) there is a lot of space to draw a tie (as it can be seen with workaround presented).

% --------------- 8< -----------------------
\version "2.13.30"

\relative d'' {
  \voiceTwo
  d1( ~
  \break
  d4 d d d)
}

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

Attachments:
        foo.png  1.4 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to