lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3989 in lilypond: PaperColumn.keep-inside-line aff


From: lilypond
Subject: [Lilypond-auto] Issue 3989 in lilypond: PaperColumn.keep-inside-line affects music spacing
Date: Fri, 04 Jul 2014 14:53:19 +0000

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

New issue 3989 by address@hidden: 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

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