Re: support of `to-barline' property in \Dynamics

2009-10-26 Thread Werner LEMBERG
Ping! Werner == From: Werner LEMBERG Subject: support of `to-barline' property in \Dynamics Date: Fri, 25 Sep 2009 21:06:18 +0200 (CEST) > I think something like the following patch should be applied so that > the \Dyn

Re: line breaks and broken beams

2009-10-26 Thread Werner LEMBERG
Ping! Werner == From: Werner LEMBERG Subject: Re: line breaks and broken beams Date: Sun, 27 Sep 2009 16:08:31 +0200 (CEST) > >>> What's the reason that line breaks are by default forbidden if >>> there is a broken be

NEWS/changes entry for font switching

2009-10-26 Thread Graham Percival
Could we get an entry in Documentation/changes.tely about the font switching? I guess we can't show an actual example of it working (unless we make the new font required for compiling lilypond), but it would be nice to have a bullet point about this, at least. Cheers, - Graham

tracking patches

2009-10-26 Thread Graham Percival
Could we get a volunteer to keep track of patches? The idea is that whenever somebody sends a patch, if nobody does anything to it within, say, 3 days, you add it to the google issue tracker. If you already read the mailists, I estimate it will take 1 hour each month. That's not much time to vol

Re: tracking patches

2009-10-26 Thread Marek Klein
Hi, I will do it. -- Marek Klein http://gregoriana.sk 2009/10/26 Graham Percival > Could we get a volunteer to keep track of patches? The idea is that > whenever somebody sends a patch, if nobody does anything to it within, > say, 3 days, you add it to the google issue tracker. If you already

Re: Issue 872 in lilypond: Changes split-page has broken images

2009-10-26 Thread John Mandereau
Le samedi 24 octobre 2009 à 17:13 +, codesite-nore...@google.com a écrit : > We don't *have* to discuss it as a tracker issue, Especially when it's not necessary, as Google Code sends text emails with horrible indentation, or rather I'm not able to fill Google Code tracker form in a way to avo

[PATCH] Fix typo in build script

2009-10-26 Thread Francisco Vila
Hello, this patch fixes a potential bug in scripts/build/grand-replace.py -- Francisco Vila. Badajoz (Spain) www.paconet.org www.csmbadajoz.com From f253378959983a4777c8169f0011eda5413c5c4e Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Mon, 26 Oct 2009 13:05:50 +0100 Subject: [PATCH] Fix

Re: documentation: unreadable html tables

2009-10-26 Thread -Eluze
Graham Percival-3 wrote: > > The languages involved are perl, texinfo, and html. In > particular, the documentation is written in texinfo; a perl script > (called texi2html) interprets the texinfo files, and outputs html. > i have some experience with html; texinfo and perl are fully new to me

Re: [frogs] [PATCH]: Tracker 836 - Allow output filename and output-suffix to be specified for a \book block

2009-10-26 Thread Carl Sorensen
On 10/23/09 5:52 PM, "Ian Hulin" wrote: > init.ly - Add new parser variables book-output-suffix and book-filename > initialized as #f and empty queue/stack structure. > > music-functions-init.ly adds three new functions > * \bookOutputSuffix - to set the output suffix for the \book block > *

Re: [frogs] [PATCH] : Supply missing documentation strings in music-function-init.ly

2009-10-26 Thread Ian Hulin
Neil Puttock wrote: 2009/10/25 Ian Hulin : Thanks for the feedback, Neil. Is this OK to push now? Sure is. Thanks, Neil Woo-hoo, green light! Could someone with the relevant privileges push this to the main git repository, please? Cheers, Ian >From 48d7cf640be9b78b398bc61d00aedbaa795cf5

Need interface/data structure design advice

2009-10-26 Thread David Kastrup
Hi, I am working on accordion register symbol typesetting right now. Up to now, there are some font elements in the font, and some basic hackish stuff in the snippets. Right now I am stuck in the interfaces. The focus right now is discant registers, other registers have similar concerns. Now

Re: [frogs] [PATCH]: Tracker 836 - Allow output filename and output-suffix to be specified for a \book block

2009-10-26 Thread Ian Hulin
Carl Sorensen wrote: On 10/23/09 5:52 PM, "Ian Hulin" wrote: init.ly - Add new parser variables book-output-suffix and book-filename initialized as #f and empty queue/stack structure. music-functions-init.ly adds three new functions * \bookOutputSuffix - to set the output suffix for the \bo

Re: [PATCH] Fix typo in build script

2009-10-26 Thread Graham Percival
Thanks, applied. Cheers, - Graham On Mon, Oct 26, 2009 at 01:13:17PM +0100, Francisco Vila wrote: > Hello, > > this patch fixes a potential bug in scripts/build/grand-replace.py > > -- > Francisco Vila. Badajoz (Spain) > www.paconet.org > www.csmbadajoz.com > From f253378959983a4777c8169f0011

Re: documentation: unreadable html tables

2009-10-26 Thread Graham Percival
On Mon, Oct 26, 2009 at 07:18:54AM -0700, -Eluze wrote: > > Graham Percival-3 wrote: > > The languages involved are perl, texinfo, and html. In > > particular, the documentation is written in texinfo; a perl script > > (called texi2html) interprets the texinfo files, and outputs html. > > > i ha

Re: [frogs] [PATCH]: Tracker 836 - Allow output filename and output-suffix to be specified for a \book block

2009-10-26 Thread Graham Percival
On Mon, Oct 26, 2009 at 12:11:55PM -0600, Carl Sorensen wrote: > > On 10/23/09 5:52 PM, "Ian Hulin" wrote: > > > music-functions-init.ly adds three new functions > > * \bookOutputSuffix - to set the output suffix for the \book block > > * \bookOutputName - to set output filename for the current

Re: Need interface/data structure design advice

2009-10-26 Thread Carl Sorensen
On 10/26/09 1:41 PM, "David Kastrup" wrote: > > > Hi, > > I am working on accordion register symbol typesetting right now. Up to > now, there are some font elements in the font, and some basic hackish > stuff in the snippets. > > Right now I am stuck in the interfaces. The focus right no

Re: [frogs] [PATCH]: Tracker 836 - Allow output filename and output-suffix to be specified for a \book block

2009-10-26 Thread Carl Sorensen
On 10/26/09 3:09 PM, "Graham Percival" wrote: > On Mon, Oct 26, 2009 at 12:11:55PM -0600, Carl Sorensen wrote: >> >> On 10/23/09 5:52 PM, "Ian Hulin" wrote: >> >>> music-functions-init.ly adds three new functions >>> * \bookOutputSuffix - to set the output suffix for the \book block >>> * \

Re: [frogs] [PATCH]: Tracker 836 - Allow output filename and output-suffix to be specified for a \book block

2009-10-26 Thread Graham Percival
On Mon, Oct 26, 2009 at 03:53:55PM -0600, Carl Sorensen wrote: > > On 10/26/09 3:09 PM, "Graham Percival" wrote: > > > No! Having \set vs. \setBlahBlah is a nightmare for newbies. > > Sorry, my brain is fried at the moment, so I have no alternative > > suggestions. > > The problem is that

Re: [frogs] [PATCH]: Tracker 836 - Allow output filename and output-suffix to be specified for a \book block

2009-10-26 Thread Carl Sorensen
On 10/26/09 1:47 PM, "Ian Hulin" wrote: > Carl Sorensen wrote: >> >> >> On 10/23/09 5:52 PM, "Ian Hulin" wrote: >> >> >>> \bookOutputName and \bookOuptutNameRevert use the book-filename as a stack >>> structure. I have used this so we can we could eventually allow users to do >>> stuff

Re: [frogs] [PATCH] : Supply missing documentation strings in music-function-init.ly

2009-10-26 Thread Carl Sorensen
Neil already pushed it yesterday. Thanks, Carl On 10/26/09 12:47 PM, "Ian Hulin" wrote: > Neil Puttock wrote: >> 2009/10/25 Ian Hulin : >>> Thanks for the feedback, Neil. Is this OK to push now? >> >> Sure is. >> >> Thanks, >> Neil > Woo-hoo, green light! Could someone with the relevant p