Status: Accepted
Owner: ----
Labels: Type-Critical Regression

New issue 3868 by [email protected]: line-breaking makes short lines
http://code.google.com/p/lilypond/issues/detail?id=3868

The first fix for issue 3304 causes a problem were a measure of relatively short notes might be place on one line with no stretching. This only happens when 'shortest-duration-space' is reduced below its default 2.0

\version "2.19.1"
\new Staff \relative c' {
  \override Score.SpacingSpanner.shortest-duration-space = #1.8
  e32 f g e d c d e f e d c d e f e
  g g f e d e c c f e e d e c c f
  \break
  e1 e e e }



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to