Re: Concert Pitch (a second try)

2009-04-06 Thread Peter Chubb
adition, or for the convenience of the player) it is said to be a *transposing instrument.* Bes and A Clarinets, many brass instruments, and some saxophones are transposing instruments. -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au

Re: Lilypond Parser Grammar added to manual

2009-04-24 Thread Peter Chubb
g this added somewhere. Carl, a minor nit: the use of backslashes seems inconsistent in the grammar: \\context vs \! for instance. -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au ERTOS within National ICT Australia A univers

Re: DOCS: include a sample "Makefile"?

2009-05-15 Thread Peter Chubb
> "John" == John Mandereau writes: John> pe...@chubb.wattle.id.au a écrit : >> If you use GNU extensions, then here's the Makefile I generally >> use, to convert everything in the current directory. >> John> Your makefile is certainly useful for many pruposes, but it John> doesn't take inclu

Re: DOCS: include a sample "Makefile"?

2009-05-16 Thread Peter Chubb
pose is that dependencies are not tracked, so editing one file will either not rebuild anything, or will rebuild everything (depending on the rules). In general, it's best to name all the inputs directly. -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw

Re: DOCS: include a sample "Makefile"?

2009-05-17 Thread Peter Chubb
>>>>> "Jonathan" == Jonathan Kulp writes: Jonathan> Peter Chubb wrote: >> There are alternatives. The main objection I have to the form of >> makefile you propose is that dependencies are not tracked, so >> editing one file will either not r

Re: DOCS: include a sample "Makefile"?

2009-05-17 Thread Peter Chubb
depends on all the inputs that go to make it ... you need to tell make about that because it can't work it out on its own. So: fred.pdf: fred.ly fred_mvmt1.ily fred_mvmt2.ily or something like that. -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.e

Better MIDI

2009-06-01 Thread Peter Chubb
out what to do then to do it), and the hacked up communication between the two passes. I'd also like to do something about trills and turns with alterations, and do a better calculation for trill duration. -- Dr Peter Chubb peter DOT chubb

Re: Better MIDI

2009-06-01 Thread Peter Chubb
>>>>> "Carl" == Carl D Sorensen writes: Carl> On 6/1/09 5:29 PM, "Peter Chubb" Carl> wrote: >> >> >> Hi, >> >> I've put up a page on how to get more realistic sounding MIDI >> output from current LilyPond,

Re: Better MIDI

2009-06-02 Thread Peter Chubb
>>>>> "Peter" == Peter Chubb writes: Peter> Hi, Peter> I've put up a page on how to get more realistic sounding MIDI Peter> output from current LilyPond, along with the scripts and scheme Peter> code used, at http://www.nicta.com.au/people/chubbp/arti

Re: Better MIDI

2009-06-02 Thread Peter Chubb
>>>>> "Hans" == Hans Aberg writes: Hans> On 2 Jun 2009, at 01:29, Peter Chubb wrote: >> I've put up a page on how to get more realistic sounding MIDI >> output from current LilyPond, along with the scripts and scheme >> code used, at http://www.

Talk about LilyPond at Linux.conf.au!

2009-07-08 Thread Peter Chubb
eror Penguin Sponsor, InternetNZ. For more information see: http://www.internetnz.org.nz/ === Papers Enquiries === LCA2010 Papers Committee Email: pap...@lca2010.org.nz -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au ERTOS

Re: tabs vs. spaces in source code

2009-07-28 Thread Peter Chubb
; that converts tabs to spaces. Personally I prefer the One True Brace Style (tabs everywhere!) but it's really up to the core coders as to what they mandate. If you *do* decide to mandate no tabs, then you should provide an Emacs `C' style that

Re: Switching to Waf instead of SCons?

2009-09-09 Thread Peter Chubb
ry far), it uses so many more John> classes and class instantiations than Waf in the user scripts, John> for example. For what it's worth we've just switched a large project away from Scons because it quickly became unmaintainable on a large system with many interdependent parts.

Re: Overview of copyright issues

2009-09-09 Thread Peter Chubb
>>>>> "Joseph" == Joseph Wakeling writes: Joseph> More particularly, does anyone object to me adding a GFDL 1.1 Joseph> or later notice to the doc files I have written? Yes. It may then be undistributable by Debian --- see http://www.debian.org/vote/2006/vote

Re: Engraving essay questions and RFC

2009-10-08 Thread Peter Chubb
drew> 1.4 or 2.1.5?) I know the odds are low, but if they were easy Andrew> to find I would use them. Check out the Mutopia project. They have stuff there for lots of different Lilypond versions, source together with PDFs. -- Dr Peter Chubb

Re: anybody know apache? (dir structure of docs)

2009-11-12 Thread Peter Chubb
rewriting the serving path >> without rewriting the URL that appears in browser window? Graham> I would like this. I'd like that a lot. We could keep the Graham> simpler build structure, but still have simpler urls. Graham> Cheers, - Graham Graham>

Re: changes to Clef

2010-02-01 Thread Peter Chubb
ng music. And check the Wikipedia article on Clef. -- Dr Peter Chubbwww.nicta.com.au peter DOT chubb AT nicta.com.au http://www.ertos.nicta.com.au ERTOS within National ICT Australia From Imagination to Impact Imagining the (ICT) Future __

Can't build today's git pull

2010-02-17 Thread Peter Chubb
^ SyntaxError: invalid syntax help2man: can't get `--help' info from out/convert-ly ... This is with python version 2.5.5 I suggest this patch, which *should* work with both 2.6 and 2.5 (but warning: I am *not* a python programmer). Signed-off-by: Peter Chubb --- scripts/conver

Re: Can't build today's git pull

2010-02-17 Thread Peter Chubb
>>>>> "Graham" == Graham Percival writes: Graham> On Thu, Feb 18, 2010 at 09:47:21AM +1100, Peter Chubb wrote: >> ... chmod 755 out/convert-ly >> /usr/src/lilypond/scripts/build/out/help2man out/convert-ly > >> out/convert-ly.1 out/convert-ly:341

Re: Can't build today's git pull

2010-02-18 Thread Peter Chubb
>>>>> "Graham" == Graham Percival writes: Graham> On Wed, Feb 17, 2010 at 11:24 PM, Peter Chubb Graham> wrote: >>>> /usr/src/lilypond/scripts/build/out/help2man out/convert-ly > >>>> out/convert-ly.1 out/convert-ly:341: Warning: '

Re: git diff by tags

2010-03-03 Thread Peter Chubb
>>>>> "Graham" == Graham Percival writes: Graham> the 2.12.0 and 2.13.13 tags, and add that to the "major git diff -u -r release/2.12.0-1 -r release/2.13.13-1 Not sure what you want from the documentation. -- Dr Peter Chubb pet

Re: state of the release: the Good, the Bad, and the Ugly

2010-06-02 Thread Peter Chubb
c forte then the next one piano. There's no decrescendo on the first C. And no way to say, stop halfway. I have to do things like this to get the visual effect I want: << { c1 } \\ { s16\f\> s16 s8 s4 \! s2} >> and that doesn't do the right thing in

Re: 100+ warnings and some cosmetics along the way (issue1724041)

2010-06-17 Thread Peter Chubb
even on most 64-bit machines The C standard just says it has to be at least as long as long. i.e, 1 == sizeof (char) < sizeof (short) <= sizeof(int) <= sizeof (long) <= sizeof (long long) and sizeof (short) >= 2 -- Dr Peter Chubb

Re: Fwd: Music Glossary - 1.64 Concert Pitch

2010-07-08 Thread Peter Chubb
. I can play in concert pitch on my B-flat clarinet, but can't with my Renaissance recorder (because it's pitched to A=460Hz), despite the clarinet music being transposed and the recorder music not transposed. -- Dr Peter Chubb peter DOT chubb AT nic

[PATCH] rall. and accel stopped working in articulate.

2012-03-13 Thread Peter Chubb
tempo changes are signalled, and also adds accel. and poco accel. to the list of accepted scripts. This patch goes on top of the one I sent earlier today to fix prall and mordents. Reported-by: Thomas Morley Signed-off-by: Peter Chubb diff --git a/ly/articulate.ly b/ly/articulate.ly index

[patch] Fix mordents and pralltriller in articulate.ly

2012-03-13 Thread Peter Chubb
x27;m following CPE Bach's `True art of Keyboard Playing' in the interpretation here. To do the job properly we'd have two articulations: \prall and \inverted_mordent and treat them separately for MIDI, but typeset the same glyph. Reported-by: Christopher Maden Signed-off-by: Peter

[patch] Fix mordents and pralltriller in articulate.ly

2012-03-14 Thread Peter Chubb
x27;m following CPE Bach's `True art of Keyboard Playing' in the interpretation here. To do the job properly we'd have two articulations: \prall and \inverted_mordent and treat them separately for MIDI, but typeset the same glyph. Reported-by: Christopher Maden Signed-off-by: Peter

Re: Fix mordents and pralltriller in articulate.ly (issue 5784084)

2012-03-15 Thread Peter Chubb
__ lilypond-devel graham> mailing list lilypond-devel@gnu.org graham> https://lists.gnu.org/mailman/listinfo/lilypond-devel -- Dr Peter Chubb peter.chubb AT nicta.com.au http://www.ssrg.nicta.com.au Software Systems Research Group/NICTA

Re: patch going unpushed

2012-03-23 Thread Peter Chubb
volved in two other open source projects (QEMU and Linux Kernel at present) that take up most of my (little) free time. --- but if you wanted to give me commit access, I could undertake to maintain articulate. Peter C -- Dr Peter Chubb peter.chubb AT nicta.com.au

Re: casual contributors (was: patch going unpushed)

2012-04-04 Thread Peter Chubb
a new contributor, Graham> much less a known+experienced contributor like Peter! One issue is that the `How to participate' webpage at http://lilypond.org/web/devel/participating/ doesn't point people at Rietveld -- it just tells them (slightly incorrectly: there's a typo i

Re: rall. and accel stopped working in articulate. (issue 5927044)

2012-04-04 Thread Peter Chubb
push access you can email me a git-formatted patch pkx166h> and I can push it for you. >> >> OK here it is. >> James> Thanks, pushed as James> author Peter Chubb Wed, 14 Mar 2012 James> 22:48:52 + (09:48 +1100) committer James Lowe James> Wed, 4 Apr 2012

Re: Include and document the Articulate script by Peter Chubb. (issue4277067)

2011-04-04 Thread Peter Chubb
wdown #(define ac:pocoRallFactor (ly:make-moment 90 100)) % 10% slowdown % The absolute time for a twiddle in a trill, in minutes. % Start with 1/4 seconds == 1/240 minutes % This is adjusted according to the tempo of the music, and the lenght % of the note trilled. #(define ac:maxTwiddl

Re: Include and document the Articulate script by Peter Chubb. (issue4277067)

2011-04-04 Thread Peter Chubb
with lots of repeats, up to 30% less time by my measurements. -- Dr Peter Chubb peter DOT chubb AT nicta.com.au http://www.ertos.nicta.com.au ERTOS within National ICT Australia All things shall perish from under the sky/Music alone shall live, ne

Re: Include and document the Articulate script by Peter Chubb. (issue4277067)

2011-04-04 Thread Peter Chubb
>>>>> "Francisco" == Francisco Vila writes: Francisco> 2011/4/5 Peter Chubb : >> >> Hi Francisco,   If this is (finally!) going to get in, it'd be >> worth having   somewhat better documentation than it has.  You've >> done a pret

Lilypond 2.15.0 release candidate dumps core

2011-06-05 Thread Peter Chubb
or corruption (out): 0x00c2b550 *** === Backtrace: = /lib/libc.so.6(+0x725d6)[0x7f4f25f805d6] /lib/libc.so.6(cfree+0x6c)[0x7f4f25f8530c] lilypond[0x42a174] lilypond[0x635372] ... -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.co

Re: Lilypond 2.15.0 release candidate dumps core

2011-06-05 Thread Peter Chubb
>>>>> "Graham" == Graham Percival writes: Graham> On Mon, Jun 06, 2011 at 10:06:31AM +1000, Peter Chubb wrote: >> Grabbed from git this morning, very simple file: Graham> ick. I've fixed it. The problem was that the VERSION file in the toplevel does

Re: missing contributors/developers

2011-06-06 Thread Peter Chubb
be in there somewhere. I did the first otttava-clef implementation (10 years ago?), and currently attempt to maintain articulate. Peter C -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au

Re: No more releases: savannah sometimes does not like git fetch --depth

2011-06-09 Thread Peter Chubb
Graham> Cheers, - Graham Graham> ___ lilypond-devel Graham> mailing list lilypond-devel@gnu.org Graham> https://lists.gnu.org/mailman/listinfo/lilypond-devel -- Dr Peter Chubb http://www.gelato.unsw.edu.

Re: No more releases: savannah sometimes does not like git fetch --depth

2011-06-09 Thread Peter Chubb
Graham> Cheers, - Graham Graham> ___ lilypond-devel Graham> mailing list lilypond-devel@gnu.org Graham> https://lists.gnu.org/mailman/listinfo/lilypond-devel -- Dr Peter Chubb http://www.gelato.unsw.edu.

Re: how to create baroque ornaments

2011-06-28 Thread Peter Chubb
Such things can be distributed with LilyPond, but not be part of it, under whatever licences their authors choose (thus avoiding the licensing issues we almost had with Articulate). It'd be nice to have a general way to include `packages' in a lilypond installation, but I suspect th

Re: Fix trill timing in articulate.ly (issue 173750043 by tristanjela...@gmail.com)

2014-11-09 Thread Peter Chubb
e the existing regression tests thorough enough to fail if you > have oversimplified something? Do you need to write a new > regression test so that your case which was handled badly in the > past does not break again the next time someone modifies this code?

Re: Fix trill timing in articulate.ly (issue 173750043 by tristanjela...@gmail.com)

2014-11-10 Thread Peter Chubb
rticulate could be ripped out, leaving only ornaments. Peter C -- Dr Peter Chubb peter.chubb AT nicta.com.au http://www.ssrg.nicta.com.au Software Systems Research Group/NICTA ___ lilypond-devel mailing list l

Re: \articulate problem

2015-01-04 Thread Peter Chubb
>>>>> "Patrick" == Patrick or Cynthia Karl writes: Patrick> [1 ] >> On Dec 28, 2014, at 1:15 AM, Peter Chubb >> wrote: >> >>>>>>> "Patrick" == Patrick or Cynthia Karl writes: >> >> Interesting. >

doc addition: glossary, `stringendo'

2008-08-06 Thread Peter Chubb
In the glossary, please add `stringendo'. It means, Urging or hastening the time, as to a climax. (webster). It should probably cross-reference accelerando. As I understand it, accelerando means a gradual speeding up; stringendo a more rapid one. -- Dr Peter Chubb

Doc addition: glossary, meter

2008-08-06 Thread Peter Chubb
86 Example: `Forest Green' arranged by R. Vaughn Williams (O Little town of Bethlehem) is DCM. -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au ERTOS within National ICT Australia _