lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: need to generate mass quantities of random notes for practice


From: plasmacarwash
Subject: Re: need to generate mass quantities of random notes for practice
Date: Sat, 2 Jun 2007 20:03:32 -0700 (PDT)



Francisco Vila wrote:
> 
> El Thu, 31 de May de 2007, a las 09:33:43PM -0700, plasmacarwash dijo:
>> Did I mention I was a newbie?
> 
> Let me know if this is of any value. It's a simple python script and its
> outcome.
> 
> -- 
> Francisco Vila Doncel. Badajoz (Spain)
> http://www.paconet.org
> 
> #!/usr/bin/env python
> 
> import random
> 
> print "{"
> 
> print "c'4"
> 
> for i in range(199):
>     print random.choice(["c'", "d'", "e'", "f'", "g'", "a'", "b'", "c''",
> "d''", "e''", "f''", "g''" ]),
> 
> print " \\bar \"|.\" }"
> 
>  
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 






Francisco,

I'm using the PDF you generated until I memorize it. At which pt. I will
have to abandon it and re-generate.
Thank-you Thank-you Thank-you.

However, I'm not advanced to run Python. I only know how to save an .ly
document from jEdit.
Will jEdit help me with Python?

SIncerely,

JWPeek

-- 
View this message in context: 
http://www.nabble.com/need-to-generate-mass-quantities-of-random-notes-for-practice-tf3850288.html#a10933294
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]