Print last page of score problem.

2005-11-25 Thread alanvw
Dell 2400 + 512 RAM Windows XP Home HP3550 Printer Version 2.6.4-3   I cant get the last page of the score to print at the correct spacing and as a result the print overshoots the page at the bottom however the other pages print correctly. Does anyone have a suggestion?   Alan Albury-War

Re: D.C. al Coda?

2005-11-25 Thread David Raleigh Arnold
On Thursday 24 November 2005 01:07 pm, Bernard Hurley wrote: > On Thu, 2005-11-24 at 00:48 -0600, S L Raymond wrote: > > I'm running Ubuntu Breezy and for some reason, even after apt-get > > update, 2.2 is the latest version it will fetch. > > You probably have apt set up so that it only knows abo

Re: is there a possibillity to use lilypond with a smartphone...

2005-11-25 Thread Eduardo Vieira
One thing you could do, Chris, is to try the ABC music notation language. There are two software that display and/or play tunes written in ABC: Abc Viewer and Tune Pal, both run in Pocket PC. For Palm there would be a few others yet. ABC notation is easier to learn and type, and you can later expor

Output format

2005-11-25 Thread Ken Kupisz
I would like to transpose a score and dump it back out in the text format for fine tuning before I send it back for engraving. Is there a way to get an output in the text format of an input file? Thanks. Ken ___ lilypond-user mailing list

lilypond emacs-mode

2005-11-25 Thread Daniel Oehry
lilypond emacs-mode does not work with CVS version of emacs (22.0.50.1). File mode specification error: (wrong-type-argument arrayp 0) Setting debug-on-error yields: Debugger entered--Lisp error: (wrong-type-argument arrayp 0) substring(0 0 -12) (string-to-number (substring (count-midi-words

Re: MusicXML import: looking for co-sponsors

2005-11-25 Thread Darius Blasband
I can put 200 Euros on the - so far, virtual - table. However, I think it might be wiser to have a more detailed roadmap, with more or less detailed steps (Basic conversion, slurs, hairpins, glissandi, lyrics, etc...) each with a price tag so that we know what we can be expecting. This Music

Re: is there a possibillity to use lilypond with a smartphone...

2005-11-25 Thread Mats Bengtsson
I don't know what kind of software could fit on a pocket-pc, but since the input format to LilyPond is pure text files, you could at least spend some time inputing the music, even though you might not be able to view the typeset output until you get home to your ordinary computer. If you have any

Re: MusicXML import: looking for co-sponsors

2005-11-25 Thread Eduardo Vieira
I support the idea. I wish I could come up with a good sum, but unfortunately, right now, I can share in with 20 euros only. It would be nice if Lilypond could export to XML format as well. But I guess most of the users would think that once you are settled with Lilypond, you wouldn't need any othe

is there a possibillity to use lilypond with a smartphone...

2005-11-25 Thread chris
I'm a music student from germany and I just found lilypond in the www. It wasn't realy what I was looking for, cause what I was searching for, was a possibillity to use a notation-software on my smartphone or a pocket-pc, cause I have to go by train every day and there I have time to compose but n

Re: Trying to do a template

2005-11-25 Thread Mats Bengtsson
You cannot define a macro (or identifier or whatever you want to call it) that does not contain a complete expression. Since the syntax for \new is something like \new \with it means that you have to include also the music itself in the \blankchords in order to get a correct syntax. I recommen