Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3989 by [email protected]: PaperColumn.keep-inside-line affects music spacing
http://code.google.com/p/lilypond/issues/detail?id=3989

Since Issue 1470 was fixed, any markup that exceeds the linewidth makes the music spacing go seriously awry (It's mentioned in Issue 677). I think reverting 1470 would be wrong, since it causes alternative improvements; but this might be documented or fixed in an alternative way?


text = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

\score {
  \relative c'' { d1 ^\text \repeat unfold 20 { d } }
  \layout {
    ragged-right = ##f
    indent = 0.0
    line-width = 100.0\mm
    \context {
      \Score
      \override PaperColumn.keep-inside-line = ##f
    }
  }
}

\score {
  \relative c'' { d1 ^\text \repeat unfold 20 { d } }
  \layout {
    ragged-right = ##f
    indent = 0.0
    line-width = 100.0\mm
  }
}

Attachments:
        TextLength3.png  14.9 KB

--
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