Re: whitespace issue with ly:one-line-breaking

2012-07-01 Thread Joe Neeman
On Sat, Jun 30, 2012 at 7:42 AM, Werner LEMBERG w...@gnu.org wrote: Consider this example file `foo.ly': \version 2.15.41 \paper { page-breaking = #ly:one-line-breaking } \header { copyright = ##f footer = ##f tagline = ##f } \relative c' { \repeat

Re: whitespace issue with ly:one-line-breaking

2012-07-01 Thread Werner LEMBERG
Where do the additional vertical 1000px come from? Looks like a bug... It comes from the height of the page: ly:one-line-breaking doesn't (currently) adjust the height, but only the width. Ah, ok. I've only skimmed the code with gitk and missed that. I suggest to (optionally?) adjust

whitespace issue with ly:one-line-breaking

2012-06-29 Thread Werner LEMBERG
Consider this example file `foo.ly': \version 2.15.41 \paper { page-breaking = #ly:one-line-breaking } \header { copyright = ##f footer = ##f tagline = ##f } \relative c' { \repeat unfold 200 { d16 d d d e e e e f f f f g g g g } } If called with lilypond