Re: Issue 1800 in lilypond: Segfault compiling LSR 346

2011-08-12 Thread lilypond
Updates: Status: Fixed Labels: -Patch-review fixed_2_15_9 Comment #7 on issue 1800 by k-ohara5...@oco.net: Segfault compiling LSR 346 http://code.google.com/p/lilypond/issues/detail?id=1800 Fixed with the pair of commits 7aa537da5 9ff88d127 _

Re: Issue 1691 in lilypond: Ugly bars in PDF documents

2011-08-12 Thread lilypond
Comment #32 on issue 1691 by percival.music.ca: Ugly bars in PDF documents http://code.google.com/p/lilypond/issues/detail?id=1691 I can break your 2.05 "solution" with the following example. The problem is that line-width is NOT the same thing as the width of the image. Until that is addres

Re: Issue 1691 in lilypond: Ugly bars in PDF documents

2011-08-12 Thread Trevor Daniels
QUOTE: r'''line-width = %(line-width)s - 2.0 * %(exampleindent)s''', It's the value of exampleindent. It seems that the rationale is that if you subtract 2* the indent from the linewidth, then you get a usable linewidth. Given how close this is to correct, I was concluding the it's ess

Re: Issue 1691 in lilypond: Ugly bars in PDF documents

2011-08-12 Thread lilypond
Comment #31 on issue 1691 by philehol...@googlemail.com: Ugly bars in PDF documents http://code.google.com/p/lilypond/issues/detail?id=1691 The 0.4\in comes from this: QUOTE: r'''line-width = %(line-width)s - 2.0 * %(exampleindent)s''', It's the value of exampleindent. It seems that the ra

Re: Issue 1691 in lilypond: Ugly bars in PDF documents

2011-08-12 Thread lilypond
Comment #30 on issue 1691 by percival.music.ca: Ugly bars in PDF documents http://code.google.com/p/lilypond/issues/detail?id=1691 More generally: could you create a Tiny example (of a full .tely document, not just @lilypond[verbatim,quote] \repeat unfold 100 { c'4 } @end lilypond ) which sho

Re: Issue 1691 in lilypond: Ugly bars in PDF documents

2011-08-12 Thread lilypond
Comment #29 on issue 1691 by percival.music.ca: Ugly bars in PDF documents http://code.google.com/p/lilypond/issues/detail?id=1691 I'm not convinced that an ad-hoc solution is the way forward. Where does the extra .05 come from? For that matter, where does the 0.4\in come from? Is this ju

Re: Issue 1794 in lilypond: Adds longas, maximas and non-standard tweaks to MultiMeasureRest

2011-08-12 Thread lilypond
Comment #3 on issue 1794 by bordage@gmail.com: Adds longas, maximas and non-standard tweaks to MultiMeasureRest http://code.google.com/p/lilypond/issues/detail?id=1794 Pushed as 74ef44d10b7bb20e68117c787e78371d0d19997b ___ bug-lilypond mailing

Re: Issue 1813 in lilypond: Doc: Overlapping boxes and section headers in LM

2011-08-12 Thread lilypond
Comment #2 on issue 1813 by philehol...@googlemail.com: Doc: Overlapping boxes and section headers in LM http://code.google.com/p/lilypond/issues/detail?id=1813 This was David's patch. I know this makes the issue better, (i.e. moves the cartouche down a bit) but does nto fix it: diff --g

Re: Issue 1015 in lilypond: doc line width

2011-08-12 Thread lilypond
Comment #15 on issue 1015 by philehol...@googlemail.com: doc line width http://code.google.com/p/lilypond/issues/detail?id=1015 See my comments on Issue 1691. 16cm is _just_ too wide and produces black bars in the final output. If a line width is set manually, using 15.5cm gives plenty of

Re: Issue 1691 in lilypond: Ugly bars in PDF documents

2011-08-12 Thread lilypond
Comment #28 on issue 1691 by philehol...@googlemail.com: Ugly bars in PDF documents http://code.google.com/p/lilypond/issues/detail?id=1691 OK. Thanks. On my local system, I've changed the multiplier to 2.05 rather than 2.0, nuked build, rebuilt and the black lines where they used to be