Mknetrel

2004-10-11 Thread J L
Hi, What's another link I could try to get Mknetrel with? Aligorith _ There’s never been a better time to get Xtra JetStream @ http://xtra.co.nz/jetstream ___ lilypond-user mailing list [

Re: Suggestions for macro tools to generate .ly files

2004-10-11 Thread Pedro Kroger
"Jack O'Quin" <[EMAIL PROTECTED]> writes: > Since I've already created dozens of these little files and will be > creating hundreds or even thousands more, I want some tools to ease > the chore. that's really a good idea. I did something like that in the past using Finale (there was no lilypond

Re: two questions

2004-10-11 Thread Benjamin Esham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 11, 2004, at 8:10 PM, Michiel Lange wrote: when I create a part like this [...] The music shifts up one octave (quite logically) I "fixed" it so far with \octave c'' wherever it would go wrong... Is there a way to prevent this (as \octave c'' w

Purchase steroids online

2004-10-11 Thread Louise Graham
Hi! The steroid dianobol a.k.a. Anabol has a very strong androgenic and anabolic effect which manifests itself in an enormous build up of strength and muscle mass. Dianabol is simply a mass building steroid that works quickly and reliably. A weight gain of 2 -4 pounds per week in the first six we

Suggestions for macro tools to generate .ly files

2004-10-11 Thread Jack O'Quin
I'm helping a friend write an electric bass method book. In an effort to reach as many players as possible, we decided to print each exercise in both bass clef and tablature. Lilypond and lilypond-book work great for this. After experimenting, we came up with dozens of snippets like the example

two questions

2004-10-11 Thread Michiel Lange
Hello everybody, I hope this question is not very hard, but I have it with a few songs now: when I create a part like this foo = \notes { c4 d e f g a b c r4 } bar = \notes { e4 b c d a g } and then reuse those parts like this \relative c'' { \foo \bar \foo \bar \foo \bar }

Lilypond did it for me

2004-10-11 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > This is the kind of comment one enjoys writing. > > I've been an enthousiast user of Lilypond for over two years now, > and the last piece I worked on is a cimbalom (Typical hungarian > instrument) concerto I write for an excellent friend of mine, > named Ernest Bango

Re: lilypond-book

2004-10-11 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Citerar Mats Bengtsson <[EMAIL PROTECTED]>: > > > Of course, I should have cross-posted already the previous email to > > bug-lilypond. > > > > I just came to think of yet another possible solution, namely to > > mimic the \verb command in LaTeX and let the user himsel

Re: lilypond-book

2004-10-11 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > If you change it to > \lilypond[fragment,relative]{c4 d e f} > it seems to work (apart from the bugs I've already reported). > > However, it seems that you have found yet another bug, namely that > lilypond-book strips of all right braces from within the > \lilypond{.

Lilypond did it for me

2004-10-11 Thread darius
This is the kind of comment one enjoys writing. I've been an enthousiast user of Lilypond for over two years now, and the last piece I worked on is a cimbalom (Typical hungarian instrument) concerto I write for an excellent friend of mine, named Ernest Bango, and who is a world class cimbalom pl

Re: lilypond-book

2004-10-11 Thread Erik Sandberg
Citerar Mats Bengtsson <[EMAIL PROTECTED]>: > Of course, I should have cross-posted already the previous email to > bug-lilypond. > > I just came to think of yet another possible solution, namely to > mimic the \verb command in LaTeX and let the user himself find a > character to use as start and

Re: lilypond-book

2004-10-11 Thread Mats Bengtsson
Of course, I should have cross-posted already the previous email to bug-lilypond. I just came to think of yet another possible solution, namely to mimic the \verb command in LaTeX and let the user himself find a character to use as start and end of the example that's not included in the LilyPond sn

Re: lilypond-book

2004-10-11 Thread Mats Bengtsson
If you change it to \lilypond[fragment,relative]{c4 d e f} it seems to work (apart from the bugs I've already reported). However, it seems that you have found yet another bug, namely that lilypond-book strips of all right braces from within the \lilypond{...} in the generated lily-*.ly files. Of c

lilypond-book

2004-10-11 Thread Erik Sandberg
Hi, Using 2.3.22, how do I use \lilypond in a .lytex file? I tried the following file, it gives me errors. If I replace \lilypond{...} with \begin{lilypond}...\end{lilypond}, it all works fine. Is this a bug? \documentclass[letterpaper]{article} \begin{document} \lilypond{\relative c' {c4 d e f

Re: some questions (stem length)

2004-10-11 Thread Mats Bengtsson
If you want to change the stem length of beamed notes, you should take a look at the properties beamed-lengths, beamed-minimum-free-lengths and beamed-extreme-minimum-free-lengths of the Stem layout object, see http://lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond-internals/Stem.html How

Re: HaraKiri and staff-consisted marks

2004-10-11 Thread Mats Bengtsson
The problem is that you first redefine the Staff context to contain the Mark_engraver, then on the next lines you tell LilyPond to use the RemoveEmptyStaffContext definition for Staff contexts instead of the ordinary (now redefined) definition. Try: \paper { raggedright = ##t \context {

Re: Staff Changes

2004-10-11 Thread Mats Bengtsson
I don't understand what you tried, the following example is equivalent to your example and uses variables. rh= \context Staff = RH \notes { g \change Staff=LH f } \score { \notes \transpose c c' { \context PianoStaff = PS << \context Staff = RH {}