Re: Escaping text in title and composer?

2008-10-28 Thread Myron Marston
, not the 2.10 stuff. > - Graham > > On Mon, Oct 27, 2008 at 09:20:36AM -0700, Myron Marston wrote: > > Don't worry about the web application part--my only point there was that > I > > don't just need to fix the title for this particular .ly file; I need to > >

Re: Escaping text in title and composer?

2008-10-27 Thread Myron Marston
AM, Bailey James E. < [EMAIL PROTECTED]> wrote: > title and composer accept normal text markups. I know nothing about web > applications, but in a normal lilypond file, if I wanted the composer to be, > say, "me\you", I would make it composer = \markup "me\you". &

Escaping text in title and composer?

2008-10-26 Thread Myron Marston
I have a web application (http://fractalcomposer.com) that uses lilypond to generate the notation for user's compositions. The user enters a title and their name when they submit the piece to the library at the website, and these fields are put directly in the .ly file as the title and composer of

Memory Requirements

2008-08-15 Thread Myron Marston
Hello, I'm working on a web application that uses lilypond to generate sheet music. I've signed up for VPS plan with a hosting company, providing me with 512 MB of memory. I need to figure out how much to allocate for my java app. How much memory does Lilypond require? Is there a way to limit

Very Shorter Rhythmic Durations

2008-07-09 Thread Myron Marston
I'm working on an algorithmic composition program, and I'm using Lilypond to generate the scores. There is the very real possibility of getting very short rhythmic durations (such as 128ths, 256ths, 512ths, etc). It appears that lilypond cannot handle these; I get an error saying "warning: flag `

Re: Algorithm to calculate tuplets?

2008-06-03 Thread Myron Marston
xamples where this wouldn't work? Thanks, Myron On Wed, Jun 4, 2008 at 1:08 AM, Trevor Bača <[EMAIL PROTECTED]> wrote: > On Tue, Jun 3, 2008 at 10:09 AM, Myron Marston <[EMAIL PROTECTED]> > wrote: > >> I'm working on an application that generates music. I'

Algorithm to calculate tuplets?

2008-06-03 Thread Myron Marston
I'm working on an application that generates music. I'd like to use Lilypond to generate my scores, but I'm having difficulty figuring out the best way to produce the proper lilypond notation for the durations of the notes. Internally, all of my rhythmic durations are represented as fractions (i.

Using Lilypad for my Web App

2008-06-01 Thread Myron Marston
Hello, At the moment I'm working on a web app that allows visitors to compose fractal music. My app generates MIDI files so that users can listen to the music, and I'd also like to provide sheet music in PDF format. I just discovered Lilypad today, and it looks perfect for this! However, befo