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, 16 Aug 2010 08:15:53 +0000


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




reply via email to

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