Re: Is pagination quadratic?

2011-04-12 Thread Henning Hraban Ramm
Am 2011-04-12 um 11:47 schrieb Mark Austin: Is it possible to switch of pagination completely, and rely on manual breaks? To put this in context, I'm compling a book of folk tunes. These tend to be 2-4 (very rarely more) lines long. I'd like them in alphabetical order, but with individual tunes n

Re: Is pagination quadratic?

2011-04-12 Thread Phil Holmes
- Original Message - From: "Mark Austin" To: Sent: Tuesday, April 12, 2011 10:47 AM Subject: Re: Is pagination quadratic? On 11 April 2011 18:13, Valentin Villenave wrote: On Sat, Apr 9, 2011 at 7:49 PM, Victor Eijkhout wrote: So now I have this exercise study that

Re: Is pagination quadratic?

2011-04-12 Thread Mark Austin
On 11 April 2011 18:13, Valentin Villenave wrote: > On Sat, Apr 9, 2011 at 7:49 PM, Victor Eijkhout wrote: >> So now I have this exercise study that generates close to 2000 scales like >> "\relative c { a b c d e f g a g f e d c b a}". And "finding the ideal >> number of pages" takes an ungodly

Re: Is pagination quadratic?

2011-04-11 Thread Valentin Villenave
On Sat, Apr 9, 2011 at 7:49 PM, Victor Eijkhout wrote: > So now I have this exercise study that generates close to 2000 scales like > "\relative c { a b c d e f g a g f e d c b a}". And "finding the ideal number > of pages" takes an ungodly amount of time. Minutes. Probably over 10. That's to b

Re: Is pagination quadratic?

2011-04-11 Thread Francisco Vila
2011/4/9 Victor Eijkhout : > The other day I had the brilliant idea of writing some python code to > generate the lilypond input for exercises. After all, generating the lilypond > code for all triads, all scales, whatnot, is pretty simple. > > So now I have this exercise study that generates clo

Is pagination quadratic?

2011-04-09 Thread Victor Eijkhout
The other day I had the brilliant idea of writing some python code to generate the lilypond input for exercises. After all, generating the lilypond code for all triads, all scales, whatnot, is pretty simple. So now I have this exercise study that generates close to 2000 scales like "\relative c