Re: testing new texinfo.tex

2012-05-16 Thread David Kastrup
James writes: > Werner > > On 15 May 2012 06:10, Werner LEMBERG wrote: >> >> Folks, >> >> >> can someone with a fast machine please test whether a recent >> texinfo.tex file works for the lilypond documentation?  Simply replace >> tex/texinfo.tex (temporarily) with this file: >> >>  http://cvs.s

Re: Allows lyrics to slide under TimeSignature when OctaveEight present. (issue 6201068)

2012-05-16 Thread mtsolo
On 2012/05/11 08:11:18, dak wrote: "m...@apollinemike.com" writes: > On 11 mai 2012, at 09:09, mailto:d...@gnu.org wrote: > >> >> http://codereview.appspot.com/6201068/diff/1/lily/pure-from-neighbor-engraver.cc >> File lily/pure-from-neighbor-engraver.cc (righ

Re: testing new texinfo.tex

2012-05-16 Thread James
Werner On 15 May 2012 06:10, Werner LEMBERG wrote: > > Folks, > > > can someone with a fast machine please test whether a recent > texinfo.tex file works for the lilypond documentation?  Simply replace > tex/texinfo.tex (temporarily) with this file: > >  http://cvs.savannah.gnu.org/viewvc/*checko

Re: Successful GUB make bootstrap and bin/gub lilypond-installer

2012-05-16 Thread James
Colin did you use a lilydev? If so was it v.2.6? -- -- James On 16 May 2012, at 19:26, Colin Hall wrote: > > Just to report that GUB is working on a VM here: > > $ git clone git://github.com/gperciva/gub.git && cd gub > $ make bootstrap > $ bin/gub lilypond-installer > $ sh uploads/lilypond

CG tweak: some extra info on make doc and doc build times. (issue 6206071)

2012-05-16 Thread joseph . wakeling
Reviewers: , Message: As per earlier discussion on devel list, this patch just adds a little bit of extra info on the make process, noting the documentation build commands and the possible length of build times. Basically it's to stop other people getting worried as I did when a single step of t

Re: Successful GUB make bootstrap and bin/gub lilypond-installer

2012-05-16 Thread Janek Warchoł
On Wed, May 16, 2012 at 8:26 PM, Colin Hall wrote: > > Just to report that GUB is working on a VM here: congratulations (if i understand correctly)! Janek ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/li

Successful GUB make bootstrap and bin/gub lilypond-installer

2012-05-16 Thread Colin Hall
Just to report that GUB is working on a VM here: $ git clone git://github.com/gperciva/gub.git && cd gub $ make bootstrap $ bin/gub lilypond-installer $ sh uploads/lilypond-2.15.39-0.linux-x86.sh $ which lilypond /home/colin/bin/lilypond $ lilypond -v | grep ^GNU GNU LilyPond 2.15.39 The only pr

Re: musicxml2ly

2012-05-16 Thread Colin Hall
On Wed, May 16, 2012 at 10:42:09AM +0200, pls wrote: > It's not a regression. It has never been officially fixed. A while > ago I posted a bug report and a minimal example: > http://old.nabble.com/musicxml2ly%3A-chordnames-placement-bug-td33309393.html. > > Here is a solution for the chord symbol

Re: GUB make bootstrap failed at download of linux headers 2.4.34

2012-05-16 Thread Colin Hall
On Wed, May 16, 2012 at 01:37:12PM +0200, Graham Percival wrote: > On Wed, May 16, 2012 at 12:30:36PM +0100, Colin Hall wrote: > > > > Running download_url > > ('http://mirror.anl.gov/pub/linux/kernel/v2.4/linux-2.4.34.tar.bz2', > > '/home/colin/gub/downloads/linux-headers') > > {} > > Can

Re: CG tweak: some extra info on make doc and doc build times. (issue 6206071)

2012-05-16 Thread joseph . wakeling
On 2012/05/16 12:05:19, Graham Percival wrote: Don't we have a different place that discusses the doc-related build stuff? You're right; it's in Section 4.6.2. It's not necessarily obvious/easy to find as Section 4.6 is simply titled 'post-compilation options'. I'll tweak as you suggest, with

Issue 2497: documentation of restrainOpenStrings (issue 6206072)

2012-05-16 Thread graham
LGTM http://codereview.appspot.com/6206072/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: CG tweak: some extra info on make doc and doc build times. (issue 6206071)

2012-05-16 Thread graham
http://codereview.appspot.com/6206071/diff/1/Documentation/included/compile.itexi File Documentation/included/compile.itexi (right): http://codereview.appspot.com/6206071/diff/1/Documentation/included/compile.itexi#newcode464 Documentation/included/compile.itexi:464: or to build only the PDF doc

Re: Adds Flag to Fingering side support list (issue 6201079)

2012-05-16 Thread graham
LGTM http://codereview.appspot.com/6201079/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Issue 1320: preliminary work - repeat bars defined as context properties (issue 6210049)

2012-05-16 Thread graham
LGTM, nice to see this type of work. http://codereview.appspot.com/6210049/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: GUB make bootstrap failed at download of linux headers 2.4.34

2012-05-16 Thread Graham Percival
On Wed, May 16, 2012 at 12:30:36PM +0100, Colin Hall wrote: > > Running download_url > ('http://mirror.anl.gov/pub/linux/kernel/v2.4/linux-2.4.34.tar.bz2', > '/home/colin/gub/downloads/linux-headers') > {} > Traceback (most recent call last): ... > Is this a surprise? I'm slightly surprised,

GUB make bootstrap failed at download of linux headers 2.4.34

2012-05-16 Thread Colin Hall
Hi, Using LilyDev on a VirtualBox VM I attempted GUB make bootstrap and found this: --- colin@colin-laptop ~$ ( rm -rf gub && git clone git://github.com/gperciva/gub.git && cd gub && make bootstrap ) (output elided) colin@colin-laptop ~$ echo; tail -25 gub/log/gub.log | head

Re: musicxml2ly

2012-05-16 Thread pls
It's not a regression. It has never been officially fixed. A while ago I posted a bug report and a minimal example: http://old.nabble.com/musicxml2ly%3A-chordnames-placement-bug-td33309393.html. Here is a solution for the chord symbol bug: http://codereview.appspot.com/5697059/. I still haven't

Re: musicxml2ly

2012-05-16 Thread Colin Hall
On Wed, May 16, 2012 at 09:33:09AM +0200, Martin Tarenskeen wrote: > >>>The good news is that in many cases only a little editing of > >>>the .ly file is required to turn a bad conversion into a good > >>>one. For example, all lead sheets from Wikifonia that I have > >>>tried have the Chords printe

Re: musicxml2ly

2012-05-16 Thread Graham Percival
On Wed, May 16, 2012 at 09:33:09AM +0200, Martin Tarenskeen wrote: > > I did not see a reaction to this question, so I try again. What > happened with this musicxml2ly bug ? First chords were printed below > the staff, then I think it was fixed, and now the chords are below > the staff again. Regr

Re: musicxml2ly

2012-05-16 Thread Martin Tarenskeen
On Sun, 8 Apr 2012, Martin Tarenskeen wrote: The good news is that in many cases only a little editing of the .ly file is required to turn a bad conversion into a good one. For example, all lead sheets from Wikifonia that I have tried have the Chords printed below instead of above the staff