Re: Enc2ly: converter from Encore to Lilypond (GPLv3+)

2012-07-29 Thread Ramana Kumar
I don't personally have much use for this program, but I am very glad you wrote it. Well done. I think Encore exports MusiXML, but of course that is useless if you only have .enc files and anyway don't want to use Encore. On Sat, Jul 28, 2012 at 11:35 PM, Felipe Castro fef...@gmail.com wrote:

Re: Graphical scores

2012-07-23 Thread Ramana Kumar
On Mon, Jul 23, 2012 at 6:11 PM, Thomas Baruchel baruc...@gmx.com wrote: On Mon, 23 Jul 2012, Francisco Vila wrote: Graphical scores already contain all the decisions, so LilyPond is not the tool. A drawing program would be. LilyPond is not a drawing tool. I perfectly understand your point;

Re: Announcement: A Lilypond 'cloud' website

2012-07-13 Thread Ramana Kumar
Why is Real Name requested? Is the software behind this system free and freely available for users of the system? Is there a privacy policy and/or terms of use? Would the AGPL license be suitable? On Fri, Jul 13, 2012 at 12:26 PM, Mike Blackstock blackstock.m...@gmail.com wrote: I'll remove

Re: Regression test rater

2012-07-10 Thread Ramana Kumar
Also if you want to give more details about your database, e.g., which SQL implementation, how the tables are organised, and the code you tried, maybe someone here can improve it. On Jul 10, 2012 4:54 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Phil Holmes wrote Tuesday, July 10, 2012 12:03

Re: transpose chords?

2012-06-24 Thread Ramana Kumar
Please send a code example so we can see exactly what you are doing. On Jun 25, 2012 1:59 AM, MING TSANG tsan...@rogers.com wrote: Hi, lily user: I use \transpose g d on a melody song. The transpose is fine, but I notice the chord is not transposed. How to do transpose of chord together

Re: -dshow-available-fonts vs. UNIX stdout?

2012-06-20 Thread Ramana Kumar
: - Original Message - From: James Harkins jamshar...@gmail.com To: lily-users lilypond-user@gnu.org Sent: Wednesday, June 20, 2012 9:36 AM Subject: Re: -dshow-available-fonts vs. UNIX stdout? On 6/20/12, Ramana Kumar ramana.ku...@gmail.com wrote: probably lilypond isn't

Re: -dshow-available-fonts vs. UNIX stdout?

2012-06-20 Thread Ramana Kumar
probably lilypond isn't writing to stdout. maybe stderr? On Jun 20, 2012 9:20 AM, James Harkins jamshar...@gmail.com wrote: I just encountered something curious while trying to get a list of fonts on my machine from lilypond. According to the documentation of font selection: lilypond

Re: forcing two pages

2012-06-20 Thread Ramana Kumar
Have you read the Manual, for example http://lilypond.org/doc/v2.14/Documentation/notation/changing-spacing? I think one option for you would be to play with the ragged-bottom paper block option, or maybe the \noPageBreak command. On Tue, Jun 19, 2012 at 7:10 PM, Fidler Aoileann

Re: help scheme TAB strings music-function

2012-06-19 Thread Ramana Kumar
On Tue, Jun 19, 2012 at 11:50 AM, David Kastrup d...@gnu.org wrote: Robby R rob...@buncombe.main.nc.us writes: Hello, I've simplified my original code a little, changed (list?) to (markup-list?) and can maybe ask some slightly more intelligent questions. My goal is a function to

Re: Appreciation / Financial support

2012-06-18 Thread Ramana Kumar
On Mon, Jun 18, 2012 at 6:46 AM, Christ van Willegen cvwille...@gmail.comwrote: On Mon, Jun 18, 2012 at 12:12 AM, Janek Warchoł janek.lilyp...@gmail.com wrote: On Sun, Jun 17, 2012 at 11:28 PM, Tim McNamara tim...@bitstream.net wrote: From experience, PayPal is very easy to use to send

Re: Appreciation / Financial support

2012-06-18 Thread Ramana Kumar
Are either Flattr or Bitcoin possible good alternatives? On Mon, Jun 18, 2012 at 8:54 AM, David Kastrup d...@gnu.org wrote: Christ van Willegen cvwille...@gmail.com writes: On Mon, Jun 18, 2012 at 12:12 AM, Janek Warchoł janek.lilyp...@gmail.com wrote: On Sun, Jun 17, 2012 at 11:28 PM,

Re: neutral direction cues

2012-06-16 Thread Ramana Kumar
of spacer rests (s1) so really only one part is being printed. On Fri, Jun 15, 2012 at 10:45 PM, -Eluze elu...@gmail.com wrote: Ramana Kumar-2 wrote: Hi LilyPond Is it possible to do something like \cueDuring without specifying a direction? I know there is a polyphonic situation

Re: Re: neutral direction cues

2012-06-16 Thread Ramana Kumar
I agree that #NEUTRAL would be a better mnemonic. However, I was under the impression that David was just reusing #CENTER which already exists... So, #CENTER should probably be renamed to #NEUTRAL everywhere. (Or both should exist as aliases for #0). By the way, David, thanks a lot for your

Re: centering text

2012-06-16 Thread Ramana Kumar
One way would be to align the text to a note that's in the center of the bar. (That note could be invisible.) E.g. {r8 r8 r8 r8 c8 r8 c8 c8} {s2 s2-\markup{\center-align bar3}} On Sat, Jun 16, 2012 at 10:01 AM, simon blackmore l...@simonblackmore.netwrote: Hi there, This is my first

Re: Scheme syntax vs. other languages [was: Re: Appreciation / Financial support]

2012-06-11 Thread Ramana Kumar
Can anyone recommend a book or website for learning Scheme as it currently exists in Lilypond? So that I won’t start using deprecated features or whatever. I’m fluent in Lua (which I like a lot). I found Kent Dybvig's book to be useful and readable: http://scheme.com/tspl4/. Scheme as it

neutral direction cues

2012-06-09 Thread Ramana Kumar
Hi LilyPond Is it possible to do something like \cueDuring without specifying a direction? I know there is a polyphonic situation, but sometimes the thing happening during the cue is entirely spacer rests. In that case it would be nice to format the cue with a neutral direction. I tried giving

Re: faster lilypond rendering

2006-02-14 Thread Ramana Kumar
for quick checking of new bars at the end of a score without the overhead of regenerating the entire score. thanks for that. On 2/14/06, Cameron Horsburgh [EMAIL PROTECTED] wrote: Ramana Kumar wrote: what about caching the lilypond output in such a way that small changes to the ly code don't result

Re: Multiple Midi Files

2006-02-13 Thread Ramana Kumar
I believe you should be able to write the piece out all in one score block... did you try to do this and how did it fail? I'm thinking of something like \score { {piano} \\ {melody} \\ {lyrics} {SATB} \\ {piano} \midi } what's wrong with the pdf that comes out of that? as for getting a single

Re: faster lilypond rendering

2006-02-13 Thread Ramana Kumar
what about caching the lilypond output in such a way that small changes to the ly code don't result in redoing all the parsing again... i mean say if someone only adds a bar to the end maybe some of the work wouldn't need to be redone? i understand lilypond does some work on the whole score which

Re: Key Signatures

2006-02-11 Thread Ramana Kumar
show us your .ly code On 2/11/06, Michael Phillips [EMAIL PROTECTED] wrote: I don't seem to be able to get the Key Signatures to show on the bar line after I enter the command - just the Clef, time signature (a default, I belive),and the notes and accidentals as I've netered them. This even

Re: Key Signatures

2006-02-11 Thread Ramana Kumar
Ramana, Thanks for your reply. I was trying my hand at something I thought would be simple - scales! My version is lilypond 6.2.5.1. and my .ly files are enclosed. Thanks, Michael. - Original Message - From: Ramana Kumar [EMAIL PROTECTED] To: Michael Phillips [EMAIL PROTECTED] Cc

Re: setting the number of pages for a score

2006-02-09 Thread Ramana Kumar
i don't think this exists in lilypond at the moment, but i think it's a very good idea too. anyone know how easy it would be to implement it? On 2/9/06, Jose-Luc Hopital [EMAIL PROTECTED] wrote: My english is very poor... So I ask my question in 2 languages: J'ai l'habitude de travailler

Re: Lilypond error for 3 eighth notes

2006-02-09 Thread Ramana Kumar
would c'4. c'8 d'[ e'] be what you expect? or what? On 2/10/06, Ben Fisher [EMAIL PROTECTED] wrote: It looks like Lilypond is giving the wrong output here: { \time 3/4 c'4. c'8 d' e' } The three eighth notes are grouped together. I have no idea why this should happen, because they

Re: Windows GUI

2006-02-07 Thread Ramana Kumar
In my opinion there currently don't exist any particularly good GUIs for lilypond (unless you count your text editor!), simply because text editing is a lot more powerful... ...but I understand that having a GUI is sometimes very desireable. Apart from Lilycomp, the only other program I know

Re: partial error

2006-02-01 Thread Ramana Kumar
using latest stable 2.6.5 and I get a bar check failed error. It's not been a problem, I'm just wondering if I should be worried. Am 31.01.2006 um 00:49 schrieb Ramana Kumar: On 1/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: so I have this file, I'll attach it. My question

Re: partial error

2006-01-31 Thread Ramana Kumar
On 1/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: so I have this file, I'll attach it. My question is the error I get. I have two partial measures set up, exactly identical to each other. I get an error on the first one, not the second. The output pdf is fine, I'm just curious as to

Parenthesized Notes and PianoStaff.connectArpeggios

2006-01-25 Thread Ramana Kumar
I have attached a .ly file which has three bars of piano music. In bar one you can see that the final c' in the right hand has parentheses around it. (There are a number of reasons this could be desirable: for example, in this case it's because the note is doubled in the left hand.) I had to use

Re: noteheads in parentheses

2005-04-25 Thread Ramana Kumar
a question, otherwise you might get an answer that's irrelevant to you, I have assumed version 2.4 above). /Mats Ramana Kumar wrote: hello there i've looked through the archives for mail on parantheses and found some messages about dynamics in parentheses from last year - did