Re: GOP pre-planning: Frog bugfixing

2008-12-12 Thread Valentin Villenave
2008/12/12 Eyolf Østrem : > I don't know about the devs -- you're probably right that to them, new > features are more interesting -- but THIS user sticks with LilyPond because > the > output is superb. As it is, LP deals with 99% of the western music notation > canon, and to me, the perfectioning

Re: A naive question about permissions in buildscripts/

2008-12-12 Thread Werner LEMBERG
> OK, I buy your idea, but the involved changes are invasive and will > also require changes in GUB. I'll do my best to keep everything > working thanks to testing and greping through the sources, but I may > miss some details -- you have been warned. :-) A new build will show all the problems.

Re: GOP pre-planning: Frog bugfixing

2008-12-12 Thread Mats Bengtsson
My impression is that we have more people doing bug fixes now than a couple of years ago (at that time it was primarily Han-Wen and Jan), but that the number of fixed bugs per week and bug fixer is lower. On the other hand, the number of newly introduced bugs (not to be confused with the number

gub3 build failure

2008-12-12 Thread Graham Percival
Problem building the netpbm package. gcc doesn't seem to recognize the "-flax-vector-conversions" option, but doens't gub download gcc itself to avoid specific-version compiler problems? Log attached. Cheers, - Graham must rebuild[linux-x86]: tools::netpbm tools::curl tools::expat tools::git ge

Re: A naive question about permissions in buildscripts/

2008-12-12 Thread Graham Percival
On Fri, Dec 12, 2008 at 11:25:44AM +0100, Werner LEMBERG wrote: > > > I've started creating auxscripts/ (for scripts that needn't be built) > > and auxpython/ (for Python modules that needn't be built), and I'll > > commit as soon as I can't find remaining breakages. > > Someone this list (Graham

Re: GOP pre-planning: Frog bugfixing

2008-12-12 Thread Graham Percival
On Fri, Dec 12, 2008 at 01:09:53PM +0100, Mats Bengtsson wrote: > My impression is that we have more people doing bug fixes now > than a couple of years ago (at that time it was primarily > Han-Wen and Jan), but that the number of fixed bugs per week > and bug fixer is lower. Oh, definitely -- b

Re: gub3 build failure

2008-12-12 Thread Han-Wen Nienhuys
It uses compiled GCC for the cross compiler, but 'local' packages (like netpbm) get compiled with local GCC. As a workaround, you can installn netpbm from the distribution and disable it in gub. On Fri, Dec 12, 2008 at 12:18 PM, Graham Percival wrote: > Problem building the netpbm package. gcc

Re: gub3 build failure

2008-12-12 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 12. Dezember 2008 schrieb Han-Wen Nienhuys: > It uses compiled GCC for the cross compiler, but 'local' packages > (like netpbm) get compiled with local GCC. As a workaround, you can > installn netpbm from the distribution and disable it in

Re: PATCH: Arrowed accidentals for microtone notation

2008-12-12 Thread Maximilian Albert
Hi Werner, > Hehe, still not perfect. Sorry for being such a PITA :-) If you weren't, I'd ask you to be. ;-) Lilypond wouldn't be what it is if it weren't for people like Han-Wen, you and the other developers who aim for the highest possible quality standards. Vice versa I apologize for giving yo

set accidental style in \layout block?

2008-12-12 Thread Mark Polesky
Is there a way to set the accidental style in the layout block? If not, shouldn't there be? Something like... \layout { \context { \Score accidentalStyle = #'modern } } - Mark ___ lilypond-devel mailing list lilypond-devel@gnu.or

Re: set accidental style in \layout block?

2008-12-12 Thread Valentin Villenave
2008/12/12 Mark Polesky : > Is there a way to set the accidental style in the layout block? Yes : \layout { \context { \Score % or Staff, or Voice autoAccidentals = #yourstyle autoCautionaries = #yourotherstyle } } yourstyle may be one of the predefined styles (have a look at music-functio

Re: set accidental style in \layout block?

2008-12-12 Thread Mark Polesky
My goodness, Valentin, I would never have figured that out. Is this described in the docs somewhere? It should be. - Mark ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: set accidental style in \layout block?

2008-12-12 Thread Mark Polesky
Does anyone think it would be worth adding the syntactic sugar to allow this? \layout { \context { \Score accidentalStyle = #'modern } } or this? \layout { #(layout-set-accidental-style 'modern) } as opposed to the current method (as I understand it): modern = #`(Staff ,(make-ac

[PATCH] Short tick as a bar line

2008-12-12 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here's a patch that adds ticked barlines (i.e. a tick of the length of a staff space through the top-most staffline): http://codereview.appspot.com/10645 Please review. Unfortunately, I'm running into one problem: It seems that for each barl

Re: Lilypond problems

2008-12-12 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 12. Dezember 2008 19:41:44 schrieb Galen Toews: > I cannot find how to produce a thick bar. As far as I can seen in the code in bar-line.cc, there is currently no way to create a single thick bar line. In compound barlines, a thick line i

Re: A naive question about permissions in buildscripts/

2008-12-12 Thread John Mandereau
Le vendredi 12 décembre 2008 à 06:21 -0800, Graham Percival a écrit : > On Fri, Dec 12, 2008 at 11:25:44AM +0100, Werner LEMBERG wrote: > > Someone this list (Graham?) made the suggestion to move all script > > subdirs into the `script' directory to avoid cluttering of > > lilypond's top-level dire

Re: [PATCH] Short tick as a bar line

2008-12-12 Thread Neil Puttock
2008/12/12 Reinhold Kainhofer : > Unfortunately, I'm running into one problem: It seems that for each barline in > a staff group the function is called multiple times and the resulting stencil > also shifted differently. In particular, for all staves except the last in a > staff group a tick is cr

Re: [PATCH] Fix for bug #218 (center staccato over stem instead of notehead)

2008-12-12 Thread Maximilian Albert
2008/12/10 Han-Wen Nienhuys : > Some random comments: Thanks for these suggestions! They are implemented in the attached patches. Please let me know if you'd like some further corrections. > - have a look at scm/script.scm to set defaults just for staccato. Following Neil's suggestions, I set t

Re: [PATCH] Fix for bug #218 (center staccato over stem instead of notehead)

2008-12-12 Thread Han-Wen Nienhuys
On Fri, Dec 12, 2008 at 10:20 PM, Maximilian Albert wrote: u >> - add a regtest. Should be short, with a short doc string explaining >> the functionality. > > Done (patch #2). I hope it meets the requirements for a regtest. > Please let me know if anything is missing or wrong. No need to test 3 v

[PATCHES] Re: Short tick as a bar line

2008-12-12 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 13. Dezember 2008 00:55:11 schrieb Neil Puttock: > 2008/12/12 Reinhold Kainhofer : > > Unfortunately, I'm running into one problem: It seems that for each > > barline in a staff group the function is called multiple times and the > > result

Building LilyPond with GUB on a 64bit machine with 32bit OS

2008-12-12 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a server with a 64-bit processor, on which I have installed a 32-bit Linux distribution (so I can reuse all my 32-bit self-created packages, among other reasons). Now, Graham is trying to use that server also as a build machine for lilypond r

Re: Lilypond problems

2008-12-12 Thread demery
On Fri, Dec 12, 2008, Reinhold Kainhofer said: > Should we change \bar "." to create a single > thick barline for reasons of consistency and instead add a new > bar line style \bar "dot" to create a single dot as a bar line? newbies dumb Q - will the switch impact extant user files? is there

Re: Lilypond problems

2008-12-12 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 13. Dezember 2008 02:48:14 schrieb dem...@suffolk.lib.ny.us: > On Fri, Dec 12, 2008, Reinhold Kainhofer said: > > Should we change \bar "." to create a single > > thick barline for reasons of consistency and instead add a new > > bar line

Re: set accidental style in \layout block?

2008-12-12 Thread Graham Percival
On Fri, Dec 12, 2008 at 03:09:12PM -0800, Mark Polesky wrote: > My goodness, Valentin, I would never have figured that out. > Is this described in the docs somewhere? It should be. Add it to LSR with the tag "docs" and whatever else you think it needs. Cheers, - Graham _

Re: Lilypond problems

2008-12-12 Thread Werner LEMBERG
> Question to the other developers: Should we change \bar "." to > create a single thick barline for reasons of consistency and instead > add a new bar line style \bar "dot" to create a single dot as a bar > line? I don't object, but I've never seen a single thick barline in the wild... Wer

Re: PATCH: Arrowed accidentals for microtone notation

2008-12-12 Thread Werner LEMBERG
> Please let further suggestions be coming. :-) No further suggestions. I've applied it to the git. Thanks! Please provide proper entries for NEWS.tely and other documentation files, together with a regression test (or extending an existing one). Werner