bug-lilypond
[Top][All Lists]
Advanced

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

faulty interaction of line-width and minimum-length in spanners


From: David Nalesnik
Subject: faulty interaction of line-width and minimum-length in spanners
Date: Tue, 3 Feb 2015 12:50:05 -0600

Hi,

In the following snippet, the music runs right off the page.  Clearly, the
setting of line-width is not respected.  Probably, it should be
minimum-width that is ignored or adjusted along with an error being thrown.

%%%%%%%

\paper {
  line-width = 50\mm
}

{
  \override Tie.minimum-length = #40
  c''2 ~ c'' ~ \break
  c''2 ~ c''
}

%%%%%%%

David


reply via email to

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