s...
instead, I simply experimented with Frescobaldi and "stole" its output.
;-)
I hope that this information is useful for some people. OooLilyPond is
a
great tool and has literally saved my life so many times.
How did OOoLP accomplish this? - by distracting an axe murderer who
lov
omplain to him about the background colour of that page while I am
it . .).
Regards,
Phil.
--
Philip Rhoades
PO Box 896
Cowra NSW 2794
Australia
E-mail: p...@pricom.com.au
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
evin Tough
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
--
Philip Rhoades
GPO Box 3411
Sydney NSW 2001
Australia
Web: http://philiprhoades.org
E-mail: p...@philipr
-user
--
Philip Rhoades
GPO Box 3411
Sydney NSW 2001
Australia
Web: http://philiprhoades.org
E-mail: p...@philiprhoades.org\include "gnote2_2.ily"
\new StaffGNoteTwo {
% \new Voice {
$@(let
((notes
(ly:music-property
#{
#}
'elements)))
(map
(lambda
-user
--
Philip Rhoades
GPO Box 3411
Sydney NSW 2001
Australia
E-mail: p...@pricom.com.au\include "gnote2_2.ily"
\new StaffGNoteTwo {
% \new Voice {
$@(let
((notes
(ly:music-property
#{
#}
'elements)))
(map
(lambda (x)
(list-ref notes
(
age in context:
http://lilypond.1069038.n5.nabble.com/Frescobaldi-and-Colors-with-LilyPond-tp159111.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilyp
People,
David took this discussion off-list and then accused me of not having
the guts to respond on-list . . so here the reply I sent him:
On 2014-01-17 16:00, Philip Rhoades wrote:
David,
On 2014-01-17 15:20, David Kastrup wrote:
Philip Rhoades writes:
David,
Here is what you
David,
On 2014-01-17 03:12, David Kastrup wrote:
Philip Rhoades writes:
People,
After being bitten (unnecessarily) by old code in the LSR and having a
continuing argument with David about how it came about - I have to ask
-
is there any reason why all the snippets in the LSR can'
Phil,
On 2014-01-17 03:05, Phil Holmes wrote:
- Original Message - From: "Philip Rhoades"
To: "Lilypond User"
Sent: Thursday, January 16, 2014 3:47 PM
Subject: Updating Snippets in the LSR when versions are updated
People,
After being bitten (unnecessarily
Paul,
On 2014-01-17 03:44, Paul Morris wrote:
Philip Rhoades wrote
maybe we (and by "we" I mean "you" - at least initially) could enhance
this little bit of code to do what my Ruby script was doing?
Hi Phil, Unfortunately I can't afford to take this on. Sounds
David,
On 2014-01-17 01:28, David Kastrup wrote:
Philip Rhoades writes:
David,
On 2014-01-17 00:22, David Kastrup wrote:
Philip Rhoades writes:
David,
So your first statement:
I get a GUILE error on line 5
$(let
was wrong, and my guess
I don't. Copy and paste
is an argument for keeping a snippet in it's original form
because of historical significance or something - an archive could be
kept of it.
Just my 2c . .
Regards,
Phil.
--
Philip Rhoades
GPO Box 3411
Sydney NSW 2001
Australia
E-mail: p...@pri
David,
On 2014-01-17 00:22, David Kastrup wrote:
Philip Rhoades writes:
David,
So your first statement:
I get a GUILE error on line 5
$(let
was wrong, and my guess
I don't. Copy and paste error?
concerning your use of Paul's converted code was correct. Like
David,
On 2014-01-16 23:24, David Kastrup wrote:
Philip Rhoades writes:
David,
On 2014-01-16 22:42, David Kastrup wrote:
Philip Rhoades writes:
David,
I get a GUILE error on line 5
$(let
I don't. Copy and paste error?
$@(let
but that didn't work either (obvious
David,
On 2014-01-16 22:42, David Kastrup wrote:
Philip Rhoades writes:
David,
I get a GUILE error on line 5
$(let
I don't. Copy and paste error?
$@(let
but that didn't work either (obviously I don't know what I'm doing
. .)
Obviously. $ splices a single
David,
On 2014-01-16 18:08, David Kastrup wrote:
Philip Rhoades writes:
\version "2.18.0"
\score {
{
$(let ((random-state (seed->random-state (current-time
(make-sequential-music
(map (lambda (x)
(let ((idx (random 12
c and efficient than the iota I
employed.
I get a GUILE error on line 5
$(let
anyway . . I tried changing it to:
$@(let
but that didn't work either (obviously I don't know what I'm doing . .)
Regards,
Phil.
--
Philip Rhoades
People,
On 2014-01-16 17:39, Philip Rhoades wrote:
People,
On 2014-01-15 23:32, Philip Rhoades wrote:
People,
David Kastrup kindly wrote a little Scheme script for me to generate
random notes within a range and I have started using that to practise
learning Classical Guitar and I think it
People,
On 2014-01-15 23:32, Philip Rhoades wrote:
People,
David Kastrup kindly wrote a little Scheme script for me to generate
random notes within a range and I have started using that to practise
learning Classical Guitar and I think it is quite useful for learning
to jump around the
note (in the same key) within [+/-]1 of the value of the
current note
- on some occasions (20% of the time?), selected a note within [+/-]2 of
the value of the current note
- more rarely (5% of the time?) jump to another completely random note
What do you think?
Regards,
Phil.
--
Philip Rh
Paul,
On 2014-01-16 01:58, Paul Morris wrote:
Philip Rhoades wrote
It occurred to me that the next step would be to generate something
that
is a little more melodic or musical
One simple thing you can do is to only work with the notes from one key
at a
time. And I think this makes sense
Urs,
On 2014-01-16 00:01, Urs Liska wrote:
Am 15.01.2014 13:58, schrieb Philip Rhoades:
Urs,
On 2014-01-15 23:38, Urs Liska wrote:
Am 15.01.2014 13:32, schrieb Philip Rhoades:
Is there any simple or otherwise stuff I could look at?
http://lilypondblog.org/category/using-lilypond
Urs,
On 2014-01-15 23:38, Urs Liska wrote:
Am 15.01.2014 13:32, schrieb Philip Rhoades:
Is there any simple or otherwise stuff I could look at?
http://lilypondblog.org/category/using-lilypond/advanced/
The only thing there that I could see was:
"Programmatically Generating Lil
anything in this
area? Is there any simple or otherwise stuff I could look at?
Thanks,
Phil.
--
Philip Rhoades
GPO Box 3411
Sydney NSW 2001
Australia
E-mail: p...@pricom.com.au
___
lilypond-user mailing list
lilypond-user@gnu.org
https
Paul,
On 2014-01-14 07:18, Paul Morris wrote:
Philip Rhoades wrote
OK, got that working - the actual music .ly "data" file is slimming
down
now - but I still need to investigate why some notes needed manual
editing so they were in the right place when I converted a Mutopia
file.
David,
On 2014-01-13 22:06, David Kastrup wrote:
Philip Rhoades writes:
People,
I am doing my own Alternative Notation for Classical Guitar and with a
lot of help from Paul Morris am making good progress. I was about to
write a little Ruby script to generate random notes (400 == 100 bars
occurred to me that I might be able to do this in Scheme - which would
help further the cause of learning for Lilypond. Is this a sensible
thing to do or should I just do it with ruby and plug the results into a
.ly file?
Thanks,
Phil.
--
Philip Rhoades
GPO Box 3411
Sydney NSW 2001
David,
On 2014-01-13 20:07, David Kastrup wrote:
Philip Rhoades writes:
Yes, in the great tradition of include files - now to get to grips
more with Scheme itself . .
It's a more rewarding enterprise these days than it has been a few
years
ago: while the limits of what you can ac
one
place,
instead of having to make the same change in all of your sheet music
files.
Yes, in the great tradition of include files - now to get to grips more
with Scheme itself . .
Thanks yet again!
Regards,
Phil.
--
Philip Rhoades
GPO Box 3411
Sydney NSW
People,
On 2014-01-12 13:10, Urs Liska wrote:
Am Sonntag, den 12.01.2014, 12:59 +1100 schrieb Philip Rhoades:
Alex,
They are still showing:
LilyPond 2.18.0-1
Regards,
Phil.
That's because when you go to the "Download" page you're getting the
latest stable releas
Alex,
They are still showing:
LilyPond 2.18.0-1
Regards,
Phil.
On 2014-01-12 12:55, Alex Loomis wrote:
The repository packages are updated rarely, the lilypond website's
packages are updated pretty much day of.
On Sat, Jan 11, 2014 at 8:41 PM, Philip Rhoades
wrote:
People,
On
relatively new here but installed the version from the website
because the standard Fedora package was too old - how long does it
usually take to update the packages here:
http://www.lilypond.org/unix.html
Thanks for some really great software! I love it!
Regards,
Phil.
--
Philip Rhoades
-user
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
--
Philip Rhoades
GPO Box 3411
Sydney NSW 2001
Australia
E-mail: p...@pricom.com.au
___
lilypond-user mailing list
lilypond-user@gnu.org
t Lilypond changes the line spacing when I use the
second line spacing above ie in this example the distance between the
short dashed lines that Lilypond puts on the low E and F are are
narrower than the long line spacing. I am new to Lilypond so I guess
there is something obvious I need to do?
Tha
34 matches
Mail list logo