Issue 2179 in lilypond: Improve warnings about spanners/lyrics etc. cannot be set from 'outside' to 'inside' << {...} \\ {...} >> constructs

2012-01-04 Thread lilypond
Status: Accepted Owner: Labels: Type-Documentation New issue 2179 by pkx1...@gmail.com: Improve warnings about spanners/lyrics etc. cannot be set from 'outside' to 'inside' << {...} \\ {...} >> constructs http://code.google.com/p/lilypond/issues/detail?id=2179 From thread http://lists

Re: Issue 2175 in lilypond: Patch: explain how to add git-cl to PATH

2012-01-04 Thread lilypond
Comment #1 on issue 2175 by janek.li...@gmail.com: Patch: explain how to add git-cl to PATH http://code.google.com/p/lilypond/issues/detail?id=2175#c1 explain how to add git-cl to PATH i know modifying PATH is basic knowledge, but i'm windows man and figuring this out took me 15 minutes... t

Re: Chord fingering placement bug?

2012-01-04 Thread Nick Payne
On 05/01/12 07:58, Nick Payne wrote: See below. If the note with the accidental appears first in the chord, then the fingering for the other note correctly avoids the accidental. If the order of the notes is reversed, the fingering collides with the accidental. I don't know if this is related t

Re: Issue 2160 in lilypond: document LILYPOND_WEB_MEDIA_GIT

2012-01-04 Thread lilypond
Updates: Status: Fixed Labels: fixed_2_13_24 Comment #2 on issue 2160 by gra...@percival-music.ca: document LILYPOND_WEB_MEDIA_GIT http://code.google.com/p/lilypond/issues/detail?id=2160 fixed in d48d50143400c703f6b8b0a874cb9015e3b6f496 _

Re: Issue 1948 in lilypond: Windows install clobbered system PATH

2012-01-04 Thread Graham Percival
On Wed, Jan 04, 2012 at 09:07:43PM +, lilyp...@googlecode.com wrote: > > Why would it be wiser to remove all installer steps that touch the > PATH on windows? How would windows know where to look for > LilyPond-related files? See bottom-left of http://lilypond.org/macos-x.html I can't re

Re: Issue 1948 in lilypond: Windows install clobbered system PATH

2012-01-04 Thread Graham Percival
On Wed, Jan 04, 2012 at 07:08:15PM +, lilyp...@googlecode.com wrote: > I think it wiser (and would be more motivated to test) if we remove > all installer steps that touch the PATH on Windows. This sounds good to me. Anybody on windows who wants to use the command-line should be able to follo

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread Trevor Daniels
From: Could you put a pretty print above this line in subprocess.py to the tune of : print c2pread, bufsize just to see what is being passed to it? Hi Mike Seems like 4 0 Here's the exact console output: lilypond-book.py (GNU LilyPond) 2.15.23 Reading C:/Users/Trevor/LilyPond-git/Docume

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread Reinhold Kainhofer
On 2012-01-04 22:48, m...@apollinemike.com wrote: Question for Reinhold: In 55aad8c485e14d29d78eddc0782a5e9901c6bf2c, you added a command to set LC_ALL. This seems like POSIX-friendly syntax - are you sure it works on Windows? No idea, I have never tried lilypond on Windows. Cheers, Reinhol

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread m...@apollinemike.com
On Jan 4, 2012, at 7:15 PM, m...@apollinemike.com wrote: > On Jan 4, 2012, at 6:53 PM, Trevor Daniels wrote: > >> Carl >> >> Thanks for looking at this. A month or so ago my laptop broke and I now >> have a new one, with nominally the same OS (Windows Vista) but at a >> different level. I ha

Re: Issue 1948 in lilypond: Windows install clobbered system PATH

2012-01-04 Thread lilypond
Comment #20 on issue 1948 by m...@apollinemike.com: Windows install clobbered system PATH http://code.google.com/p/lilypond/issues/detail?id=1948 Why would it be wiser to remove all installer steps that touch the PATH on windows? How would windows know where to look for LilyPond-related fi

Chord fingering placement bug?

2012-01-04 Thread Nick Payne
See below. If the note with the accidental appears first in the chord, then the fingering for the other note correctly avoids the accidental. If the order of the notes is reversed, the fingering collides with the accidental. I don't know if this is related to issue 1222 (http://code.google.com/

Re: Issue 1948 in lilypond: Windows install clobbered system PATH

2012-01-04 Thread m...@apollinemike.com
On Jan 4, 2012, at 8:17 PM, Keith OHara wrote: > On Tue, 03 Jan 2012 10:10:55 -0800, wrote: > >> Comment #13 on issue 1948 by PhilEHolmes: Windows install clobbered system >> http://code.google.com/p/lilypond/issues/detail?id=1948 >> >> OK - it looks like there is nsis code designed to delete t

Re: Issue 1948 in lilypond: Windows install clobbered system PATH

2012-01-04 Thread Keith OHara
On Tue, 03 Jan 2012 10:10:55 -0800, wrote: Comment #13 on issue 1948 by PhilEHolmes: Windows install clobbered system http://code.google.com/p/lilypond/issues/detail?id=1948 OK - it looks like there is nsis code designed to delete the extra entry in the path statement, but it's not working AFA

Re: Issue 1948 in lilypond: Windows install clobbered system PATH

2012-01-04 Thread lilypond
Comment #19 on issue 1948 by mts...@gmail.com: Windows install clobbered system PATH http://code.google.com/p/lilypond/issues/detail?id=1948#c19 Patches NSIS http://codereview.appspot.com/5498107 ___ bug-lilypond mailing list bug-lilypond@gnu.org

Re: Issue 1948 in lilypond: Windows install clobbered system PATH

2012-01-04 Thread lilypond
Comment #18 on issue 1948 by k-ohara5...@oco.net: Windows install clobbered system PATH http://code.google.com/p/lilypond/issues/detail?id=1948 Mike's patch makes the NSIS strings 8kB long instead of 1kB long (as done in the later links at comment 1). I think it wiser (and would be more m

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread m...@apollinemike.com
On Jan 4, 2012, at 6:53 PM, Trevor Daniels wrote: > Carl > > Thanks for looking at this. A month or so ago my laptop broke and I now have > a new one, with nominally the same OS (Windows Vista) but at a different > level. I haven't tried lilypond-book since then, so I've just downloaded > 2.

Re: Issue 1948 in lilypond: Windows install clobbered system PATH

2012-01-04 Thread lilypond
Comment #17 on issue 1948 by m...@apollinemike.com: Windows install clobbered system PATH http://code.google.com/p/lilypond/issues/detail?id=1948 Note that I have no clue if the proposed patch actually does anything (at least it doesn't break anything...that's a start!), but I want a stable

Re: Issue 1948 in lilypond: Windows install clobbered system PATH

2012-01-04 Thread lilypond
Updates: Labels: Patch-new Comment #16 on issue 1948 by mts...@gmail.com: Windows install clobbered system PATH http://code.google.com/p/lilypond/issues/detail?id=1948#c16 Patches NSIS http://codereview.appspot.com/5498107 ___ bug-lilypon

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread Trevor Daniels
Carl Thanks for looking at this. A month or so ago my laptop broke and I now have a new one, with nominally the same OS (Windows Vista) but at a different level. I haven't tried lilypond-book since then, so I've just downloaded 2.15.23 to try again. I now get: lilypond-book.py (GNU LilyPo

Re: Issue 2152 in lilypond: Patch: Removes ugly side bars from learning

2012-01-04 Thread lilypond
Updates: Status: Fixed Labels: -Patch-push Comment #5 on issue 2152 by philehol...@gmail.com: Patch: Removes ugly side bars from learning http://code.google.com/p/lilypond/issues/detail?id=2152 Pushed as d6b6b53d09a0fb8e137e7cfcec39fe22dc7b6872 __

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Comment #12 on issue 1933 by m...@apollinemike.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Curious... This may be a different issue. Could someone please confirm that the current fix works for the problem importing msvcrt? If so, the iss

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Comment #11 on issue 1933 by philehol...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I've downloaded and tested Mike's patched version, and get a different error from the one I reported that Trevor reported above. FWIW I also got

Re: Issue 1948 in lilypond: Windows install clobbered system PATH

2012-01-04 Thread lilypond
Comment #15 on issue 1948 by m...@apollinemike.com: Windows install clobbered system PATH http://code.google.com/p/lilypond/issues/detail?id=1948 I just had a look. This zip contains a .exe file - I don't know how to tell GUB to not build anything and copy & paste the .exe file wherever it

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Updates: Labels: Patch-new Comment #10 on issue 1933 by mts...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933#c10 Fixes mingw woes for Python http://codereview.appspot.com/5511046 __

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Comment #9 on issue 1933 by m...@apollinemike.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Some GUB headway (maybe)... It seems that, when Python is compiled for Windows, it needs to be linked against the dynamic library msvcrt.dll (note

Re: Doc: Accidental style clarification

2012-01-04 Thread David Kastrup
Ole Vedel Villumsen writes: > In order further to clarify the subsection "Automatic accidentals" of > section 1.1.3 Displaying pitches of NR: Please extend the initial > description of scope; after the input \accidentalStyle #'StaffGroup > "voice" (all references are to the v2.15 docs), please i

Re: Issue 2178 in lilypond: NR: clarify the subsection "Automatic accidentals" of section 1.1.3

2012-01-04 Thread lilypond
Comment #1 on issue 2178 by pkx1...@gmail.com: NR: clarify the subsection "Automatic accidentals" of section 1.1.3 http://code.google.com/p/lilypond/issues/detail?id=2178 http://lists.gnu.org/archive/html/bug-lilypond/2011-07/msg00113.html Start of original thread.

Issue 2178 in lilypond: NR: clarify the subsection "Automatic accidentals" of section 1.1.3

2012-01-04 Thread lilypond
Status: Accepted Owner: CC: o...@villumsen.name Labels: Type-Documentation New issue 2178 by pkx1...@gmail.com: NR: clarify the subsection "Automatic accidentals" of section 1.1.3 http://code.google.com/p/lilypond/issues/detail?id=2178 In order further to clarify the subsection "Automati

Re: Doc: Accidental style clarification

2012-01-04 Thread James
hello, On 3 January 2012 16:57, Ole Vedel Villumsen wrote: > In order further to clarify the subsection "Automatic accidentals" of section > 1.1.3 Displaying pitches of NR: Please extend the initial description of > scope; after the input \accidentalStyle #'StaffGroup "voice" (all references >

Doc: Accidental style clarification

2012-01-04 Thread Ole Vedel Villumsen
In order further to clarify the subsection "Automatic accidentals" of section 1.1.3 Displaying pitches of NR: Please extend the initial description of scope; after the input \accidentalStyle #'StaffGroup "voice" (all references are to the v2.15 docs), please insert: Before setting accidental st

Re: How to measure the code coverage of scheme part in Lilypond?

2012-01-04 Thread Kai Yu
Thank you. The problem is i do not know how to call 'with-code-coverage' in Lilypond when executing the command "lilypond filename.ly". 2012/1/4 Ludovic Courtès > Hi Kai, > > Can you please reply to guile-u...@gnu.org and perhaps the Lilypond user > list too? This will allow others to contribut

Issue 2177 in lilypond: Patch: Reverts public interface for simple spacer.

2012-01-04 Thread lilypond
Status: New Owner: Labels: Type-Enhancement Patch-new New issue 2177 by mts...@gmail.com: Patch: Reverts public interface for simple spacer. http://code.google.com/p/lilypond/issues/detail?id=2177 Reverts public interface for simple spacer. http://codereview.appspot.com/5511044 __

Re: Issue 2166 in lilypond: Copy pdf docs to new website folder

2012-01-04 Thread lilypond
Updates: Status: Fixed Labels: -Patch-push Comment #6 on issue 2166 by pkx1...@gmail.com: Copy pdf docs to new website folder http://code.google.com/p/lilypond/issues/detail?id=2166 Pushed Wed, 4 Jan 2012 12:34:05 + (12:34 +) commit d48d50143400c703f6b8b0a874cb9015e

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Comment #8 on issue 1933 by d...@gnu.org: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I don't see that using py2exe will magically make some module _not_ require msvcrt, while buying us a load of new problems. And Python is _definitely_ opt

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Comment #7 on issue 1933 by m...@apollinemike.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 One idea that may spare us this sorta problem in the future is simply scrapping the python dependency. I don't think LilyPond needs to distribute

Re: Issue 2166 in lilypond: Copy pdf docs to new website folder

2012-01-04 Thread lilypond
Comment #5 on issue 2166 by hashas...@gmail.com: Copy pdf docs to new website folder http://code.google.com/p/lilypond/issues/detail?id=2166 The patch in attach (hopefully) Attachments: 0001-Copy-pdf-docs-to-new-website-folder.patch 14.9 KB

Re: Issue 2149 in lilypond: Patch: Creates non-negative-integer? predicate.

2012-01-04 Thread lilypond
Comment #19 on issue 2149 by mts...@gmail.com: Patch: Creates non-negative-integer? predicate. http://code.google.com/p/lilypond/issues/detail?id=2149 I am going to call it kittens? Kittens cannot be partial (they're too cute), and can be 0 (I currently have 0 kittens in my apartment). E

Re: Issue 2176 in lilypond: Move auto-beaming before the engraving stage.

2012-01-04 Thread lilypond
Comment #2 on issue 2176 by mts...@gmail.com: Move auto-beaming before the engraving stage. http://code.google.com/p/lilypond/issues/detail?id=2176 I have a series of functions I use for algorithmic composition that calculate timing info for a music stream. The only thing that would screw

Re: Issue 2176 in lilypond: Move auto-beaming before the engraving stage.

2012-01-04 Thread lilypond
Comment #1 on issue 2176 by d...@gnu.org: Move auto-beaming before the engraving stage. http://code.google.com/p/lilypond/issues/detail?id=2176 I don't see that this is possible since beaming is timing-dependent, and the timing is reliably established only at engraving time.

Re: Issue 2149 in lilypond: Patch: Creates non-negative-integer? predicate.

2012-01-04 Thread lilypond
Comment #18 on issue 2149 by d...@gnu.org: Patch: Creates non-negative-integer? predicate. http://code.google.com/p/lilypond/issues/detail?id=2149 Actually, the discussion seems to have ended. It is just that no consensus has been reached. That more or less means that the original submitt

Re: Issue 1935 in lilypond: Doc: internal ledger lines need to be documented in NR

2012-01-04 Thread lilypond
Updates: Status: Fixed Labels: -Patch-push Comment #15 on issue 1935 by pkx1...@gmail.com: Doc: internal ledger lines need to be documented in NR http://code.google.com/p/lilypond/issues/detail?id=1935 Wed, 4 Jan 2012 08:10:09 + (08:10 +) commit 03ad62f748d4acd73dfdd4

Re: Issue 2148 in lilypond: object outlines shouldn't be rectangular

2012-01-04 Thread lilypond
Comment #8 on issue 2148 by lemzw...@gmail.com: object outlines shouldn't be rectangular http://code.google.com/p/lilypond/issues/detail?id=2148 Relying on the outline alone is definitely *not* correct, at least for feta glyphs: Some objects need more whitespace around certain features due

Re: Issue 2164 in lilypond: Learning Manual: Better explanation with updated example for \once tweak

2012-01-04 Thread lilypond
Updates: Status: Fixed Labels: -Patch-push Comment #6 on issue 2164 by pkx1...@gmail.com: Learning Manual: Better explanation with updated example for \once tweak http://code.google.com/p/lilypond/issues/detail?id=2164 Wed, 4 Jan 2012 08:00:45 + (08:00 +) comm

Re: Issue 2162 in lilypond: Patch: Doc: NR added @knownissue for beam properties

2012-01-04 Thread lilypond
Updates: Labels: -Type-Enhancement Type-Documentation Comment #6 on issue 2162 by pkx1...@gmail.com: Patch: Doc: NR added @knownissue for beam properties http://code.google.com/p/lilypond/issues/detail?id=2162 (No comment was entered for this change.) ___

Re: Issue 2162 in lilypond: Patch: Doc: NR added @knownissue for beam properties

2012-01-04 Thread lilypond
Updates: Status: Started Labels: -Patch-push Patch-needs_work Comment #5 on issue 2162 by pkx1...@gmail.com: Patch: Doc: NR added @knownissue for beam properties http://code.google.com/p/lilypond/issues/detail?id=2162 Yes but I haven't yet done an example. :) or made the minor