re:cello harmonics

2003-12-13 Thread cbrey
I believe this this the code:

\flageolet



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: cello harmonics

2003-12-13 Thread Graham Percival
On Sun, 14 Dec 2003 00:19:12 +0100
Richard Lyons <[EMAIL PROTECTED]> wrote:
> My first task is a cello solo.  Has many harmonics, but I think there
> is 

Ahh, another LilyPond cellist!  There's quite a few of us.  :)

> no way to enter them in lilypond.  I've looked on the archive and only
> found reference to the diamond head notation.  Is there no way to
> enter the small circle over the note for harmonics?  

a4^\open

It's in the section of the manual that deals with articulations (and
fingerings).

> Also, can the roman numerals under the note to indicate which string
> be easily produced? 

c4_"IV"

That what I've used so far, but it doesn't look fantastic -- I think it
should be in a different font / size, but I haven't played around with
that yet.

Cheers,
- Graham


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


cello harmonics

2003-12-13 Thread Richard Lyons
I am new to lilypond (which looks really nice btw).

My first task is a cello solo.  Has many harmonics, but I think there is 
no way to enter them in lilypond.  I've looked on the archive and only 
found reference to the diamond head notation.  Is there no way to enter 
the small circle over the note for harmonics?  

Also, can the roman numerals under the note to indicate which string be 
easily produced? 

-- 
richard



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: No Parts

2003-12-13 Thread Paul Scott
Will Oram wrote:

Ah, this works.

But, if I append \score { \theInstrument } to a given .ly file, the 
resulting printed score ends up appended to the end of the orchestral 
score PS/PDF. What for separating parts into separate outputs?

Don't append anything.  You need a separate ly file with a separate 
\score for each instrument and another \score for the conductor's 
score.  \score does not mean conductor's score.  A part is a also a score.

notes.ly has *all* the music as in 'flute = \notes\relative{ ... } and 
oboe = notes\relative{ ... }, etc.
flute.ly has \score { ... \flute }
oboe.ly has \score { ... \oboe }
score.ly has \score { \context StaffGroup << ... \flute ... \oboe ..., etc }

HTH,

Paul



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: No Parts

2003-12-13 Thread Graham Percival
On Sat, 13 Dec 2003 02:36:18 -0500
Will Oram <[EMAIL PROTECTED]> wrote:

> Ah, this works.
> 
> But, if I append \score { \theInstrument } to a given .ly file, the 
> resulting printed score ends up appended to the end of the orchestral 
> score PS/PDF. What for separating parts into separate outputs?

Stick those appended \score{} sections into seperate files.  I use the
abbreviation "sc-" to denote a score file.  So for example...

sonata/
sonata/cello.ly
sonata/sc-cello.ly
sonata/piano.ly
sonata/sc-score.ly

(piano gets full score, since that's the tradition.)

I can simply do:
for x in sc-*; do lilypond $x; done;

to compile all the parts.  (not so useful in this simple example, but
very useful for a large ensemble)

Everybody has their own way of organizing these things, but the \score{}
files must be in seperate files.

HTH,
- Graham


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: No Parts

2003-12-13 Thread Will Oram
Ah, this works.

But, if I append \score { \theInstrument } to a given .ly file, the 
resulting printed score ends up appended to the end of the orchestral 
score PS/PDF. What for separating parts into separate outputs?

Thanks,
- Will
On Dec 13, 2003, at 2.07 AM, Graham Percival wrote:

On Sat, 13 Dec 2003 00:03:15 -0700
Paul Scott <[EMAIL PROTECTED]> wrote:
Will Oram wrote:
I didn't mention it explicitly in my last e-mail, but I am already
using one .ly file for each part.
Then what's not working?  Can you post one of those files that 
doesn't work?
I think he didn't include a \score{} section in the individual .ly 
files; he just
stuck the \notes{} section in there.

You need a seperate \score{} section for each part (or score) you want 
to generate.

Cheers,
- Graham

Will Oram
[EMAIL PROTECTED] // [EMAIL PROTECTED] // AIM spamguy21


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: No Parts

2003-12-13 Thread Paul Scott
Will Oram wrote:

I didn't mention it explicitly in my last e-mail, but I am already 
using one .ly file for each part.

Then what's not working?  Can you post one of those files that doesn't work?

Paul



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: No Parts

2003-12-13 Thread Graham Percival
On Sat, 13 Dec 2003 00:03:15 -0700
Paul Scott <[EMAIL PROTECTED]> wrote:
> Will Oram wrote:
> > I didn't mention it explicitly in my last e-mail, but I am already 
> > using one .ly file for each part.
> >
> Then what's not working?  Can you post one of those files that doesn't work?

I think he didn't include a \score{} section in the individual .ly files; he just
stuck the \notes{} section in there.

You need a seperate \score{} section for each part (or score) you want to generate.

Cheers,
- Graham


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user