Re: cross-staff versions of \arpeggioArrowUp etc.

2009-07-28 Thread Patrick McCarty
On Tue, Jul 28, 2009 at 10:42:47PM -0700, Mark Polesky wrote: > > \arpeggioArrowUp etc. doesn't work with cross-staff arpeggios > because the arpeggio-direction property is overridden at the > Voice level, and not the PianoStaff level. To facilitate this > situation for users, I propose adding th

cross-staff versions of \arpeggioArrowUp etc.

2009-07-28 Thread Mark Polesky
\arpeggioArrowUp etc. doesn't work with cross-staff arpeggios because the arpeggio-direction property is overridden at the Voice level, and not the PianoStaff level. To facilitate this situation for users, I propose adding these four commands to ly/property-init.ly: connectArpeggioArrowUp = {

Re: tabs vs. spaces in source code

2009-07-28 Thread Graham Percival
On Tue, Jul 28, 2009 at 09:19:43PM -0300, Han-Wen Nienhuys wrote: > On Tue, Jul 28, 2009 at 7:08 PM, Graham > Percival wrote: > > Seriously?  I'm *amazed* at all the work that Mark has been doing. > > Despite the handicap of using windows (can't compile lilypond, > > doesn't have the handy developm

Re: generating graphic examples

2009-07-28 Thread Graham Percival
On Tue, Jul 28, 2009 at 08:28:02PM +0200, Reinhold Kainhofer wrote: > Am Dienstag, 28. Juli 2009 17:40:22 schrieb Josh Nichols: > > I want to be able to generate graphic musical examples without getting it > > formatted on a giant paper-formatted .pdf or .png. How do I accomplish > > this? > > I

Re: doc NR 1.2.1 Ties

2009-07-28 Thread Graham Percival
On Tue, Jul 28, 2009 at 11:21:10PM +0100, Trevor Daniels wrote: > > Werner wrote Tuesday, July 28, 2009 5:05 PM > >> Not only here but also elsewhere in the NR such an overview seems to be >> good. > > We have an agreed policy not to repeat information. In case Werner didn't realize: things like

Re: tabs vs. spaces in source code

2009-07-28 Thread Han-Wen Nienhuys
On Tue, Jul 28, 2009 at 7:08 PM, Graham Percival wrote: > On Tue, Jul 28, 2009 at 03:56:53PM +, Han-Wen Nienhuys wrote: >> On a larger scale, I am somewhat disappointed that a lot of the latest >> lilypond efforts seem to be centered around janitorial work.   While >> janitorial work is often u

Re: [PATCH] autochange.scm: Use averaged chord pitches to determine staff.

2009-07-28 Thread Mark Polesky
Neil Puttock wrote: > > \new PianoStaff \autochange \relative { > > \set autochangeMargin = #2 > > c8 d e f g f e d > > c b a g f g a b > > c d e f g f e d > > } > > Making this a context property would imply some kind of relationship > with an engraver, so I don't think it's appropriate here

Re: docs glossary

2009-07-28 Thread Trevor Daniels
Werner wrote Monday, July 27, 2009 12:09 PM 1.220 ossia add: There can also be cue notes in the same staff. See also: cue-notes 1.72 add: Also used to give alternatives (e.g. for smaller hands or instruments not able to play as low/high, as desired). See also: ossia Thanks for the sugg

Re: doc NR 1.2.1 Ties

2009-07-28 Thread Trevor Daniels
Werner wrote Tuesday, July 28, 2009 5:05 PM Commands or tweaks - I think it would be nice, to find at one place all the possible commands - explications can be given elsewhere (linked). \tieUp \tieDown \tieNeutral ~ _~ ^~ \laissezVibrer \repeatTie \tieDotted \tieDashed \tieHalfDashed \tieHalf

Re: Include path priority for documentation/snippets

2009-07-28 Thread Graham Percival
On Tue, Jul 28, 2009 at 09:55:12PM +0100, Neil Puttock wrote: > This prevents identically-named regression tests from shadowing > LSR snippets in the docs (e.g., ambitus.ly). > > diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make > index 126d2c3..72e6f9b 100644 > --- a/make/lilypond-va

Re: tabs vs. spaces in source code

2009-07-28 Thread Graham Percival
On Tue, Jul 28, 2009 at 03:56:53PM +, Han-Wen Nienhuys wrote: > On a larger scale, I am somewhat disappointed that a lot of the latest > lilypond efforts seem to be centered around janitorial work. While > janitorial work is often useful and a good way to introduce yourself > to a code base,

Re: New markup commands: \left-brace & \right-brace.

2009-07-28 Thread n . puttock
On 2009/07/17 01:40:04, Carl wrote: Code looks good to me. Thanks for taking a look. http://codereview.appspot.com/8874/diff/5202/4204#newcode2623 Line 2623: (ly:font-get-glyph font (string-append "brace" (number->string n) Do we want to keep line length to <80 chars? Definitely. I'v

Re: [PATCH] autochange.scm: Use averaged chord pitches to determinestaff.

2009-07-28 Thread Neil Puttock
2009/7/28 Mark Polesky : > I intend to define a new context-property called > "autochangeMargin" so that the user can do this sort of thing: > > \new PianoStaff \autochange \relative { >  \set autochangeMargin = #2 >  c8 d e f g f e d >  c b a g f g a b >  c d e f g f e d > } Making this a contex

Include path priority for documentation/snippets

2009-07-28 Thread Neil Puttock
Hi John, I've just done a docs compile and noticed some regression tests appearing in the snippet list. I've prepared a patch which fixes it, but I'm wary of pushing it without passing it by you first, since I know precisely nothing about makefile hacking. :) Cheers, Neil From bca83b4531abb3bc69

Re: [PATCH] IR 3 Backend: More auto-sorting.

2009-07-28 Thread Mark Polesky
- Original Message > From: Gilles THIBAULT > To: Mark Polesky ; Jan Nieuwenhuizen > > Cc: lilypond-devel > Sent: Tuesday, July 28, 2009 1:24:24 PM > Subject: Re: [PATCH] IR 3 Backend: More auto-sorting. > > > >I'm using jEdit. I'm sure my problems are solvable. My main > >gripes

Re: [PATCH] IR 3 Backend: More auto-sorting.

2009-07-28 Thread Gilles THIBAULT
I'm using jEdit. I'm sure my problems are solvable. My main gripes are [..] Each subsequent level of block nesting receives one space of indentation, not two. In jEdit it is quite easy to change the Tab and Indent Width. ( Utilities -> Global Options -> Editing ). There is also an option i

Re: Lilypond Syntax Development and 3.0

2009-07-28 Thread Frédéric Bron
> Reinhold and Frederick: as you may have guessed, I'm proposing > that your patch waits until 3.0. Anything requiring such manual > tweaks will make some people very unhappy, such as mutopia. > > I think we should make *all* manual changes at once, but reassure > people that this will (probably)

Re: generating graphic examples

2009-07-28 Thread Neil Puttock
2009/7/28 Francisco Vila : > I had this problem from my self compiled binary, but I was sure this > worked in Stable, so I did $ make uninstall and installed the released > binary instead. I can confirm it works perfectly. There's no error in 2.12.2 since delete-intermediate-files isn't set by de

Re: generating graphic examples

2009-07-28 Thread Francisco Vila
2009/7/28 Reinhold Kainhofer : >> and call lilypond this way on myfile.ly: >> >> lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts --png >> myfile.ly > > Unfortunately, the eps backend creates an error in the postprocess-output > function: > /home/reinhold/lilypond/lilypond/out/share/li

Re: generating graphic examples

2009-07-28 Thread Reinhold Kainhofer
Am Dienstag, 28. Juli 2009 17:40:22 schrieb Josh Nichols: > I want to be able to generate graphic musical examples without getting it > formatted on a giant paper-formatted .pdf or .png. How do I accomplish > this? I was about to ask the same thing... I am able to create tighly clipped pdf files

Re: Make broken on master [fixed]

2009-07-28 Thread John Mandereau
Le mardi 28 juillet 2009 à 11:42 +0200, Francisco Vila a écrit : > 2009/7/28 Graham Percival : > >> > >> rm -rf * && git reset --hard > > > Duh, I tracked down the problem; sorry for the delay, I would have solved it earlier if I wasn't an idiot or with more complete make logs, as I didn't got th

Re: [PATCH] IR 3 Backend: More auto-sorting.

2009-07-28 Thread Mark Polesky
Jan Nieuwenhuizen wrote: > May I ask what editor you are using? Most probably others can > help you configure it better, or help you to use it in a way > that it handles TABS better. TAB is a bit special but fairly > frequently used character, and it would help you if you were > able to edit sou

New French PO file for 'lilypond' (version 2.13.3)

2009-07-28 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'lilypond' has been submitted by the French team of translators. The file is available at: http://translationproject.org/latest/lilypond/fr.po (We can arrange things so that

Re: doc NR 1.2.1 Ties

2009-07-28 Thread Werner
Graham Percival percival-music.ca> writes: > > On Mon, Jul 27, 2009 at 11:09:11AM +, Werner wrote: > > 1.2.1 > > Ties > > predefined commands: > > add > > ~ _~ ^~ (with explications) > > No; these are covered by the link to Directions and placement. I would prefer to have them shown here

Re: tabs vs. spaces in source code

2009-07-28 Thread Han-Wen Nienhuys
On Tue, Jul 28, 2009 at 1:05 PM, Jan Nieuwenhuizen wrote: > Same for our Class_naming_scheme.  Now every project with classes has > their own naming scheme; while we were one of the first in GNU.  We > could(should) have made a point of standardizing that (or at least > pressing for a standard) fo

New Spanish PO file for 'lilypond' (version 2.13.3)

2009-07-28 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'lilypond' has been submitted by the Spanish team of translators. The file is available at: http://translationproject.org/latest/lilypond/es.po (We can arrange things so tha

New template for 'lilypond' made available

2009-07-28 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to .) A new POT file for textual domain 'lilypond' has been made available to the language teams for translation. It is archived as: http://translationproject.org/POT-files

Re: [PATCH] IR 3 Backend: More auto-sorting.

2009-07-28 Thread Jan Nieuwenhuizen
On vr, 2009-07-24 at 18:15 -0700, Mark Polesky wrote: Hi Mark, > Thanks, Neil. My editor does confusing things with tabs. May I ask what editor you are using? Most probably others can help you configure it better, or help you to use it in a way that it handles TABS better. TAB is a bit special

Re: [LilyPond Translations] important infrastructure changes

2009-07-28 Thread Francisco Vila
2009/7/27 John Mandereau : > I have updated the Contributors' Guide, and I expect you to read > "Translating the documentation", and especially carefully read > "Translating the Learning Manual and other Texinfo documentation" before > doing any work on the documentation, regardless of your experie

[LilyPond Translations] important infrastructure changes

2009-07-28 Thread John Mandereau
Dear translators of LilyPond documentation and web site, There has been deep changes in documentation directory structure and in the build infrastructure during the past days, including node names and section titles translation in Texinfo sources, and LilyPond will have a new web site in one or tw

Re: tabs vs. spaces in source code

2009-07-28 Thread Jan Nieuwenhuizen
On ma, 2009-07-27 at 18:50 -0300, Han-Wen Nienhuys wrote: > On Mon, Jul 27, 2009 at 4:25 PM, Jan > Nieuwenhuizen wrote: > > > Maybe we can start a repository at savannah that collects snippets > > like this for all types of editor and all projects that decide to > > add a little enhancement over t

Re: doc NR 1.2.1 Ties

2009-07-28 Thread Graham Percival
On Tue, Jul 28, 2009 at 01:19:46PM +0100, Trevor Daniels wrote: > > Graham Percival wrote Tuesday, July 28, 2009 12:13 AM > >> Those are not predefined commands -- predefined commands are for >> predefined tweaks. Those commands are basic lilypond commands. >> (I suppose we might rename @predef to

Re: Make broken on master

2009-07-28 Thread Francisco Vila
2009/7/28 Graham Percival : >> >> rm -rf * && git reset --hard > I have the same problem. I have done this radical clean on fb4c6edf438 Mon Jul 27 23:37:00 2009 -0700, master branch and identifiers.itely is still missing. Last lines of the output follow. % Co

Re: tabs vs. spaces in source code

2009-07-28 Thread Peter Chubb
> "Carl" == Carl Sorensen writes: Carl> On 7/25/09 10:58 AM, "Mark Polesky" Carl> wrote: >> >> >> ...tabs in the source code... >> >> Werner Lemberg wrote: >>> I dislike them, too, but there are many editors which handle them >>> just fine. I don't see a problem here. >> But would you b