Re: Issue 1799 in lilypond: output-distance.py does not parse scheme nan values correctly

2011-08-08 Thread lilypond
Comment #4 on issue 1799 by mts...@gmail.com: output-distance.py does not parse scheme nan values correctly http://code.google.com/p/lilypond/issues/detail?id=1799 Fix pushed as 7cd9444ea5dfc80782befa6b64bae015bddbd967. ___ bug-lilypond mailing li

Re: Issue 1796 in lilypond: LilyPond segfaults on make-footer = ##f

2011-08-08 Thread lilypond
Comment #2 on issue 1796 by mts...@gmail.com: LilyPond segfaults on make-footer = ##f http://code.google.com/p/lilypond/issues/detail?id=1796 Fix pushed as 435b36a3e6576cebf794d815ae7cc78b652180f9. Cheers, MS ___ bug-lilypond mailing list bug-lil

Re: oi er e, tr5

2011-08-08 Thread Colin Campbell
On 11-08-08 09:13 PM, pedro wrote: oi, sog gren pjf oej wjpoej fjdkof j skdjf rhfw eoigt w4etg eht er ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond Not since about 2.6 or so! -- The human

oi er e, tr5

2011-08-08 Thread pedro
oi, sog gren pjf oej wjpoej fjdkof j skdjf rhfw eoigt w4etg eht er ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Issue 1 in lilypond: this is a test

2011-08-08 Thread lilypond
Comment #15 on issue 1 by lemniska...@gmail.com: this is a test http://code.google.com/p/lilypond/issues/detail?id=1 Let's try a reply to reply... I see the footer 'reply to this mail' and the reply address is lilyp...@googlecode.com. ___ bug-lilypon

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

2011-08-08 Thread lilypond
Comment #17 on issue 1691 by percival.music.ca: Ugly bars in PDF documents http://code.google.com/p/lilypond/issues/detail?id=1691 oops, it's actually in python/ instead of scm/ or ly/. And to find the relevant part, search for LINE_WIDTH in capitals. (at least, I _think_ that's the relevant

Re: Issue 509 in lilypond: collision nested tuplet numbers

2011-08-08 Thread lilypond
Updates: Labels: -Patch-new Patch-review Comment #4 on issue 509 by pkx1...@gmail.com: collision nested tuplet numbers http://code.google.com/p/lilypond/issues/detail?id=509 Passes make and reg test diff looks ok. See attached. Attachments: Screenshot.png 86.1 KB ___

Re: Issue 509 in lilypond: collision nested tuplet numbers

2011-08-08 Thread lilypond
Updates: Labels: -Patch-review Comment #3 on issue 509 by pkx1...@gmail.com: collision nested tuplet numbers http://code.google.com/p/lilypond/issues/detail?id=509 (No comment was entered for this change.) ___ bug-lilypond mailing list bug

Re: Issue 1807 in lilypond: Adds a lyric tie glyph to feta font

2011-08-08 Thread lilypond
Updates: Labels: -Patch-new Patch-review Comment #2 on issue 1807 by pkx1...@gmail.com: Adds a lyric tie glyph to feta font http://code.google.com/p/lilypond/issues/detail?id=1807 Passes make and reg tests ___ bug-lilypond mailing list bug

Re: Issue 1604 in lilypond: MultiMeasureRest staff position 0 is taken as staff position 2

2011-08-08 Thread lilypond
Updates: Labels: -Patch-new Patch-review Comment #9 on issue 1604 by pkx1...@gmail.com: MultiMeasureRest staff position 0 is taken as staff position 2 http://code.google.com/p/lilypond/issues/detail?id=1604 Passes make and reg tests. ___ b

Re: Issue 509 in lilypond: collision nested tuplet numbers

2011-08-08 Thread lilypond
Updates: Owner: mts...@gmail.com Labels: Patch-new Patch-review Comment #2 on issue 509 by mts...@gmail.com: collision nested tuplet numbers http://code.google.com/p/lilypond/issues/detail?id=509 http://codereview.appspot.com/4808082/ ___

Re: Some make target inconsistencies

2011-08-08 Thread Phil Holmes
"Graham Percival" wrote in message news:20110808160304.GB1722@bluespark... On Mon, Aug 08, 2011 at 04:15:45PM +0100, Phil Holmes wrote: "David Kastrup" wrote in message news:87bow0nvj3@fencepost.gnu.org... >If you do > > make bin-clean bin > >this will not work since "bin-clean" cleans

Issue 1810 in lilypond: Make bin/bin-clean problem

2011-08-08 Thread lilypond
Status: Accepted Owner: Labels: Type-Build Priority-Medium New issue 1810 by philehol...@googlemail.com: Make bin/bin-clean problem http://code.google.com/p/lilypond/issues/detail?id=1810 If you do make bin-clean bin this will not work since "bin-clean" cleans out the libraries, and "

Re: Some make target inconsistencies

2011-08-08 Thread Graham Percival
On Mon, Aug 08, 2011 at 04:15:45PM +0100, Phil Holmes wrote: > "David Kastrup" wrote in message > news:87bow0nvj3@fencepost.gnu.org... > >If you do > > > > make bin-clean bin > > > >this will not work since "bin-clean" cleans out the libraries, and "bin" > >does not recreate them. > > Make

Re: Some make target inconsistencies

2011-08-08 Thread Phil Holmes
"David Kastrup" wrote in message news:87bow0nvj3@fencepost.gnu.org... If you do make bin-clean bin this will not work since "bin-clean" cleans out the libraries, and "bin" does not recreate them. Actually, not even make lib will help since it claims to be finished, when make

Re: Issue 1803 in lilypond: Build uses wrong texinfo.tex

2011-08-08 Thread lilypond
Updates: Status: Invalid Comment #1 on issue 1803 by philehol...@googlemail.com: Build uses wrong texinfo.tex http://code.google.com/p/lilypond/issues/detail?id=1803 No it doesn't. make sets an environment variable (TEXINPUTS) that texi2pdf uses to find texinfo.tex: TEXINPUTS=$(top

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

2011-08-08 Thread lilypond
Comment #16 on issue 1691 by philehol...@googlemail.com: Ugly bars in PDF documents http://code.google.com/p/lilypond/issues/detail?id=1691 Any idea how to start looking for where the line-width is set? I've grepped 'line-width' but the results didn't mean much to me. __

Re: Issue 1 in lilypond: this is a test

2011-08-08 Thread lilypond
Comment #14 on issue 1 by philehol...@googlemail.com: this is a test http://code.google.com/p/lilypond/issues/detail?id=1 Test: Looks like some emailed replies are tracked, but not all. Adding this to make a consistent check. ___ bug-lilypond mai

Re: Issue 1806 in lilypond: Wrong search for translated docs

2011-08-08 Thread Phil Holmes
- Original Message - From: "Jean-Charles Malahieude" To: "Lily Bugs" ; "Phil Holmes" Sent: Monday, August 08, 2011 1:10 PM Subject: Re: Issue 1806 in lilypond: Wrong search for translated docs Quoting Phil: Where there is no language specific search box (e.g. cs) I assume the roo

Re: Issue 1806 in lilypond: Wrong search for translated docs

2011-08-08 Thread Jean-Charles Malahieude
Quoting Phil: Where there is no language specific search box (e.g. cs) I assume the root version is used. This was updated by Graham. Some of the other search boxes were updated (e.g. es) but most were not. This would be quite quick to fix manually, but it would seem worth adding the other ch

Re: Issue 1807 in lilypond: Adds a lyric tie glyph to feta font

2011-08-08 Thread lilypond
Comment #1 on issue 1807 by bordage@gmail.com: Adds a lyric tie glyph to feta font http://code.google.com/p/lilypond/issues/detail?id=1807 PNG preview attached. Attachments: before.png 12.6 KB after.png 12.9 KB ___ bug-lilyp

Re: Issue 1809 in lilypond: make test segfaults

2011-08-08 Thread lilypond
Comment #1 on issue 1809 by d...@gnu.org: make test segfaults http://code.google.com/p/lilypond/issues/detail?id=1809 This is a somewhat frustrating state of things. I reconfigured with ./configure CXXFLAGS="-fkeep-inline-functions -fno-jump-threading" in order to get a more useful debugging e

Some make target inconsistencies

2011-08-08 Thread David Kastrup
If you do make bin-clean bin this will not work since "bin-clean" cleans out the libraries, and "bin" does not recreate them. Actually, not even make lib will help since it claims to be finished, when make bin is still complaining about the missing flower library. I have not ye