<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel">
    <title>gmane.comp.gnu.lilypond.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54210"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54209"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54208"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54207"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54206"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54205"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54204"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54203"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54202"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54201"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54199"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54198"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54197"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54196"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54195"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54194"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54193"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54192"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54191"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54188"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54210">
    <title>Re: fixing PNG images</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54210</link>
    <description>&lt;pre&gt;

This is a good question.  IIRC, the libpng people say that a
yet-to-be-identified program or library creates such faulty PNG
files.  From the manual:

  Libpng-1.6.0 and later use the CMF bytes at the beginning of the
  IDAT stream to set the size of the sliding window for reading
  instead of using the default 32-kbyte sliding window size.  It was
  discovered that there are hundreds of PNG files in the wild that
  have incorrect CMF bytes that cause libpng to now issue a "too far
  back" error and reject the file.  Libpng-1.6.3 provides a way to
  revert to the libpng-1.5.x behavior (ignoring the CMF bytes and
  using a 32-kbyte sliding window), and provides a tool
  (contrib/tools/png-fix-too-far-back) for optimizing the CMF bytes
  correctly.


    Werner
&lt;/pre&gt;</description>
    <dc:creator>Werner LEMBERG</dc:creator>
    <dc:date>2013-05-23T16:42:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54209">
    <title>Re: fixing PNG images</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54209</link>
    <description>&lt;pre&gt;

How did the problematic PNG files come about?

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-05-23T16:05:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54208">
    <title>fixing PNG images</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54208</link>
    <description>&lt;pre&gt;
I've just been bitten by the following libpng `feature':

  IDAT: invalid distance too far back

(file `lily-ledger.png', while being processed by pdftex).
Apparently, libpng 1.6.x no longer accepts PNG images with this
problem out of the box.

Note that libpng comes with a tool called `png-fix-too-far-back' to
fix such errors in PNG files.  Is it OK to update all PNG files in the
lilypond repository?  I've been able to successfully continue
compilation with the current SVN TeXlive binaries after running this
program on all PNG images.


    Werner
&lt;/pre&gt;</description>
    <dc:creator>Werner LEMBERG</dc:creator>
    <dc:date>2013-05-23T15:49:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54207">
    <title>Re: ugly: accidental reminders and ties</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54207</link>
    <description>&lt;pre&gt;

Huh.  I've taken a look at the commits in between, and they contain doc
fixes, the big eventchord changes (including the reimplementation of
repeat chords) and basically not much else apart from

commit 05b311f14f39e5148ca93028a314a0bb2fe0dedd
Author: Carl Sorensen &amp;lt;c_sorensen&amp;lt; at &amp;gt;byu.edu&amp;gt;
Date:   Wed Jan 18 13:15:20 2012 -0700

    Add option for strictBeatBeaming
    
    This reverts to the default behavior from 2.14 that places a higher
    priority on avoiding beamlets than on beaming to the beat.
    
    At the user's option, beaming can be strictly to the beat.

which should not really be related.  So it would seem that the
EventChord thingies (issue 2240 I think) would be related, but those
should not actually affect the events seen by the engravers (possibly
their order?) here.  So maybe that is some cyclic evaluation dependency
thing again, and the shakeup from issue 2240 is enough to throw the
cycle into a different configuration.

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-05-23T13:31:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54206">
    <title>Re: ugly: accidental reminders and ties</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54206</link>
    <description>&lt;pre&gt;Werner LEMBERG wrote

2.15.28 is the first to show this

Eluze



--
View this message in context: http://lilypond.1069038.n5.nabble.com/ugly-accidental-reminders-and-ties-tp146220p146223.html
Sent from the Dev mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>Eluze</dc:creator>
    <dc:date>2013-05-23T11:39:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54205">
    <title>Re: ugly: accidental reminders and ties</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54205</link>
    <description>&lt;pre&gt;
Yes.  I don't have an older lilypond binary at hand, but I have a gut
feeling that (much?) older versions don't show this.


Indeed, especially since it is very easy to forget this behaviour.a


I vote for fixing that, even if hard-wiring is needed.


    Werner
&lt;/pre&gt;</description>
    <dc:creator>Werner LEMBERG</dc:creator>
    <dc:date>2013-05-23T11:17:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54204">
    <title>Re: ugly: accidental reminders and ties</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54204</link>
    <description>&lt;pre&gt;

Well, you presumably complain about the tie positioning.  I find myself
also annoyed with the repetition of the reminder accidental.  Since it
is merely a property on a note-event, the normal event-based
configurable filtering mechanism for repeat chords is not enough for
stripping this out: one would have to hardwire removing cautionary and
forced accidentals into copy-repeat-chord.

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-05-23T10:57:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54203">
    <title>ugly: accidental reminders and ties</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54203</link>
    <description>&lt;pre&gt;
[release/2.17.18-1-25-gb2863ab]

This code

  \relative c' {
    &amp;lt;f! fis'&amp;gt;1 ~ | q |
    &amp;lt;f fis'&amp;gt;1 ~ | q |
  }

produces the attached image.  Is this a known issue?


    Werner
_______________________________________________
lilypond-devel mailing list
lilypond-devel&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
&lt;/pre&gt;</description>
    <dc:creator>Werner LEMBERG</dc:creator>
    <dc:date>2013-05-23T10:27:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54202">
    <title>Re: Help with page breaking code</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54202</link>
    <description>&lt;pre&gt;

That sounds to me like a problem of absolutistic tallying.  The cutters
for start of page and end of page keep separate and independent tallies
of the paper roll, and use their own tallying methods.  With -inf.0,
they don't manage resynchronizing ever.  But issue 3341
&amp;lt;URL:http://code.google.com/p/lilypond/issues/detail?id=3341&amp;gt; suggests
that resynchronization is flaky even in straightforward situations
involving forced breaks.

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-05-23T09:42:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54201">
    <title>Re: Help with page breaking code</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54201</link>
    <description>&lt;pre&gt;

Thanks, that's good to know.

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-05-23T09:32:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54199">
    <title>Re: Help with page breaking code</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54199</link>
    <description>&lt;pre&gt;


The page-breaker seems to be allowing for a markup that has something 100
staff-spaces away from its baseline.

The page-spacing seems to be doing its job, given the page-breaks, and
realizing that \ugly actually requires no space.

Page_breaking::compute_line_heights()
looks at the individual ends of the y-extent of a line of markup, and
uses the first line to initialize a set of variables that remember some
things about the previous line.
&lt;/pre&gt;</description>
    <dc:creator>Keith OHara</dc:creator>
    <dc:date>2013-05-23T00:41:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54198">
    <title>Re: Help with page breaking code</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54198</link>
    <description>&lt;pre&gt;2013/5/22 David Kastrup &amp;lt;dak&amp;lt; at &amp;gt;gnu.org&amp;gt;:

FWIW, I can confirm with:
2.17.17
2.16.2
2.14.2

Though, 2.12.3 returns correct output.

-Harm
&lt;/pre&gt;</description>
    <dc:creator>Thomas Morley</dc:creator>
    <dc:date>2013-05-22T23:13:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54197">
    <title>Re: Help with page breaking code</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54197</link>
    <description>&lt;pre&gt;
And another one:

#(define-markup-command (ugly layout props) ()
  (ly:make-stencil (ly:stencil-expr (interpret-markup layout props "x"))
   '(0 . 0) '(0 . -100)))

\markup \ugly
\markup *
\markup *
\markup *
\markup *

This puts everything right after another on a single page.  If you
replace the -100 with -1000, it puts the last star on a page of its own
and spreads the other three starts widely on the first page.  If you
replace the -100 with -inf.0, it places every star on its own page.

Yes, we are talking about 2.16.0 as well.  This makes precious little
sense.

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-05-22T20:54:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54196">
    <title>Re: Help with page breaking code</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54196</link>
    <description>&lt;pre&gt;

Maybe related to issue 3341
&amp;lt;URL:http://code.google.com/p/lilypond/issues/detail?id=3341&amp;gt;?

That also looks like a bleedover problem with page breaking variables.

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-05-22T19:08:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54195">
    <title>Re: Help with page breaking code</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54195</link>
    <description>&lt;pre&gt;

Here is an even worse example:

#(define-markup-command (ugly layout props) ()
  (ly:make-stencil '() empty-interval empty-interval))

\markup \ugly
\markup *
\markup *
\markup *
\markup *

As you can see, just inserting the single \ugly markup poisons the page
breaker permanently, so that it will need one page per * afterwards.
This is for current master, not anything more special.

And while I tend to blame the new skyline spacing for everything under
the sun, it turns out that LilyPond 2.16.0 exhibits exactly the same
problem.

You might want to claim that this is a case of "don't do that then", but
I very much doubt that illegitimate carry-over will occur only for these
particular values.

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-05-22T18:21:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54194">
    <title>PATCHES: Countdown for May 25 - 06:00GMT</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54194</link>
    <description>&lt;pre&gt;Hello,

     *Countdown – May 25 – 06:00 GMT* *
* *
* *
* *
* *
* *
*  *
* *
* *
* *
* *
* *
* *
*






 3330&amp;lt;http://code.google.com/p/lilypond/issues/detail?id=3330&amp;amp;q=label%3APatch-review&amp;amp;sort=patch&amp;amp;colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary%20Modified&amp;gt;
Defect
David Kastrup push bracketify-stencil moves grob's refpoint 9 hours ago
&amp;lt;http://code.google.com/p/lilypond/issues/detail?id=3330&amp;amp;q=label%3APatch-review&amp;amp;sort=patch&amp;amp;colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary%20Modified&amp;gt;
 3368&amp;lt;http://code.google.com/p/lilypond/issues/detail?id=3368&amp;amp;q=label%3APatch-countdown&amp;amp;sort=patch&amp;amp;colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Summary%20Modified&amp;gt;
Documentation
David Kastrup push Patch: Give additional info about Xpdf versions crashing
under Ubuntu moments ago
&amp;lt;http://code.google.com/p/lilypond/issues/detail?id=3368&amp;amp;q=label%3APatch-countdown&amp;amp;sort=patch&amp;amp;colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Summary%20Modified&amp;gt;
   3360&amp;lt;http://code.google.com/p&lt;/pre&gt;</description>
    <dc:creator>James</dc:creator>
    <dc:date>2013-05-21T18:25:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54193">
    <title>PATCH MERGING - notification of 'downtime'</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54193</link>
    <description>&lt;pre&gt;Hello,

I am having some impromptu work done at home that will mean I will have
very intermittent (if any) internet access from my server for the next few
days.

So I will run the patch countdown tonight instead of tomorrow morning and
leave Patchy running overnight for any merges.

I'm not sure yet if I will be able to continue to run Patchy while this
work is being done, but the estimated _maximum_ downtime' is from Wednesday
AM until end of Friday when I get back from work - roughly 7-8pm GMT.

I do apologize for the short notice and inconvenience.

James
_______________________________________________
lilypond-devel mailing list
lilypond-devel&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
&lt;/pre&gt;</description>
    <dc:creator>James</dc:creator>
    <dc:date>2013-05-21T11:36:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54192">
    <title>Re: mpost assertion failure</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54192</link>
    <description>&lt;pre&gt;

I've just tested the updated i386-linux mpost binary in TeXLive
(rev. 30602), and I get exactly the same assertion, unfortunately.


    Werner
&lt;/pre&gt;</description>
    <dc:creator>Werner LEMBERG</dc:creator>
    <dc:date>2013-05-21T04:56:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54191">
    <title>Re: [tex-live] mpost assertion failure</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54191</link>
    <description>&lt;pre&gt;

Thanks.  It seems to be a compiler issue, as Peter's e-mail indicates.


    Werner
&lt;/pre&gt;</description>
    <dc:creator>Werner LEMBERG</dc:creator>
    <dc:date>2013-05-20T14:33:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54188">
    <title>mpost assertion failure</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54188</link>
    <description>&lt;pre&gt;
[This is the i386-linux 2013 binary of mpost, version 1.802,
 TeXLive SVN rev. 30584]

I've just got this while processing lilypond's fonts:

  mpost: ../../../texk/web2c/mplibdir/mp.w:2968:
    mp_free_value_node: Assertion `p-&amp;gt;has_number==2' failed.

Attached are the input files to reproduce the assertion.  Note that
the code has always worked without any problems.


    Werner
_______________________________________________
lilypond-devel mailing list
lilypond-devel&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
&lt;/pre&gt;</description>
    <dc:creator>Werner LEMBERG</dc:creator>
    <dc:date>2013-05-20T07:31:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54187">
    <title>Give additional info about Xpdf versions crashing under Ubuntu (issue9437043)</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/54187</link>
    <description>&lt;pre&gt;LGTM.  It's unfortunate that we need to add warnings for bugs like this
that Ubuntu has known about for years (and has already fixed once before
they broke it again!), but I think this case warrants it.

https://codereview.appspot.com/9437043/
&lt;/pre&gt;</description>
    <dc:creator>graham&lt; at &gt;percival-music.ca</dc:creator>
    <dc:date>2013-05-20T07:20:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnu.lilypond.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnu.lilypond.devel</link>
  </textinput>
</rdf:RDF>
