Lilypondfile: does not seem to work

2008-05-10 Thread stefankaegi
Hi everybody

I'm kind of lost. I'm writing a document with latex and then tried at
some point to integrate a lilypond file with:

\lilypondfile {/path/to/file/filename.ly}

It didn't work. There always came the following error:


! Undefined control sequence.
l.18 \lilypondfile
   {/path/to/file/filename.ly}
? 


Maybe I had to load a package in latex? But I wouldn't no which one.
At all there isn't a lilypond file in the output.

Thanks a lot for your help
Cheers




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Lilypondfile: does not seem to work

2008-05-10 Thread Graham Percival
You need to process your .lytex file with lilypond-book first.
Please see the docs.

Cheers,
- Graham

On Sat, 10 May 2008 10:25:20 +0200
stefankaegi <[EMAIL PROTECTED]> wrote:

> Hi everybody
> 
> I'm kind of lost. I'm writing a document with latex and then tried at
> some point to integrate a lilypond file with:
> 
> \lilypondfile {/path/to/file/filename.ly}
> 
> It didn't work. There always came the following error:
> 
> 
> ! Undefined control sequence.
> l.18 \lilypondfile
>{/path/to/file/filename.ly}
> ? 
> 
> 
> Maybe I had to load a package in latex? But I wouldn't no which one.
> At all there isn't a lilypond file in the output.
> 
> Thanks a lot for your help
> Cheers
> 
> 
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Lilypondfile: does not seem to work

2008-05-10 Thread Graham Percival
Please keep the discussion on the mailist.

lilypond-book works quite well for such things; I'm using it for
my thesis.  Please search the mailist archives from about one or
two months ago; we discussed this recently, and I posted a working
example with a makefile.

Cheers,
- Graham


On Sat, 10 May 2008 11:05:11 +0200
stefankaegi <[EMAIL PROTECTED]> wrote:

> Well.. Actually it's like the following.
> I'm writing a bigger document. So I splitted it up in several separate
> latex ones. And I assamble they in one file with \include.
> Now I tried out lilypond-book but the same error is produced and I
> can't see any lilypond output.
> 
> The file I use for lilypond-book is mainfile.tex . From the
> documentation it should work with such a file extension, not?
> 
> 
> 
> 
> > You need to process your .lytex file with lilypond-book first.
> > Please see the docs.
> > 
> > Cheers,
> > - Graham
> > 
> > On Sat, 10 May 2008 10:25:20 +0200
> > stefankaegi <[EMAIL PROTECTED]> wrote:
> > 
> > > Hi everybody
> > > 
> > > I'm kind of lost. I'm writing a document with latex and then
> > > tried at some point to integrate a lilypond file with:
> > > 
> > > \lilypondfile {/path/to/file/filename.ly}
> > > 
> > > It didn't work. There always came the following error:
> > > 
> > > 
> > > ! Undefined control sequence.
> > > l.18 \lilypondfile
> > >{/path/to/file/filename.ly}
> > > ? 
> > > 
> > > 
> > > Maybe I had to load a package in latex? But I wouldn't no which
> > > one. At all there isn't a lilypond file in the output.
> > > 
> > > Thanks a lot for your help
> > > Cheers
> > > 
> > > 
> > > 
> > > 
> > > ___
> > > lilypond-user mailing list
> > > lilypond-user@gnu.org
> > > http://lists.gnu.org/mailman/listinfo/lilypond-user
> 


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Lilypondfile: does not seem to work

2008-05-10 Thread stefankaegi

Sorry. I hope I did it correctly with the mailinglist this time.

Well... Although I found this:
http://lists.gnu.org/archive/html/lilypond-user/2008-03/msg00127.html

I don't get a clue at all. Most likely I'm too stupid. :/

Stefan

> Please keep the discussion on the mailist.
> 
> lilypond-book works quite well for such things; I'm using it for
> my thesis.  Please search the mailist archives from about one or
> two months ago; we discussed this recently, and I posted a working
> example with a makefile.
> 
> Cheers,
> - Graham




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


quicklily

2008-05-10 Thread Stefan Thomas
Hi,
I have a question about the lilypond-tool:
what are the "QuickLily Pitches Shortcuts"?
And  in the new version I found at the toolbar "Note Preview enabled". What
does it mean?
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: quicklily

2008-05-10 Thread Bertalan Fodor
These are experimental features. I think you should turn them off in plugin 
options.

Bert

> --- Original Message ---
> From: "Stefan Thomas" <[EMAIL PROTECTED]>
> To: lilypond-user 
> Sent: 08/05/10/, 13:48:53
> Subject: quicklily
> 
> Hi,
> I have a question about the lilypond-tool:
> what are the "QuickLily Pitches Shortcuts"?
> And  in the new version I found at the toolbar "Note Preview enabled". What
> does it mean?
> 


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: emacs mode test file

2008-05-10 Thread Arjan Bos

James,

AFAIK there is no such file. Maybe there should be one for regression- 
testing purposes? Perhaps the best way to go is to start with your own  
files and fix all the colouring options.


However, I don't know how familiar you are with the emacs variety of  
lisp, elisp, but as you know lilypond ships with a complete emacs  
mode. You could try to read that in order to re-create it for nano.  
Basically the file lilypond-font-lock.el defines the different levels  
of colouring. Looking at it, the colouring is split into several  
regexp's that evaluate to a face. And a face is basically a colour and  
some other markup on a font.
So you could create an index per font-lock-*-face and check what it  
does. This could give you a head start on what types of syntax get  
which colours.


Oh, and it uses a generated file for the keywords called lilypond- 
words.el. Perhaps you could build on that?


HTH,
Arjan

On 9 mei 2008, at 08:54, James E. Bailey wrote:

is there a file that shows all of the pretty color options that the  
emacs mode shows? I may attempt a nanorc that does something  
similar, and I'd just like to know what options there are. Rather,  
I'd like to know what emacs does so I can emulate it somewhat.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: All Ye People Clap Your Hands

2008-05-10 Thread Frederick Dennis
Dear All,
I collected the midi file of "All Ye People Clap Your Hands" from
westgallerymusic.com
The composer , John Broderip, died in 1770 and the lyricists, Brady and
Tate, are early Victorian, so the copyright is in
the public domain.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: quicklily

2008-05-10 Thread Stefan Thomas
Dear Bertalan,
thanks for Your tip. I will turn them off. But I'm just interested in: what
is the function of this feature?

2008/5/10 Bertalan Fodor <[EMAIL PROTECTED]>:

> These are experimental features. I think you should turn them off in plugin
> options.
>
> Bert
>
> > --- Original Message ---
> > From: "Stefan Thomas" <[EMAIL PROTECTED]>
> > To: lilypond-user 
> > Sent: 08/05/10/, 13:48:53
> > Subject: quicklily
> >
> > Hi,
> > I have a question about the lilypond-tool:
> > what are the "QuickLily Pitches Shortcuts"?
> > And  in the new version I found at the toolbar "Note Preview enabled".
> What
> > does it mean?
> >
>
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: warnings in 2.11.45

2008-05-10 Thread Stan Sanderson


On May 9, 2008, at 10:04 PM, hhpmusic wrote:


Hi,
  The file attached contains the final draft of my transcription of  
a folksong, which I just played it in the concert yesterday. It's a  
funny love song of our place. I ever worked on it when in 2.11.37,  
and no errors found. But when I compiled the final draft I modified  
just now, there are warnings about beaming and weird stem size.  
Why? How can I solve it (I added a paper block, but no use)?

Haipeng





Haipeng-

The warning is not given if the slur over the four 16th notes in  
measure 49 is removed. The beam is correctly drawn, as are the stems.


This isn't a solution, just an observation.

Regards,

Stan




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


invoke-editor

2008-05-10 Thread Stefan Thomas
Hi,
I have q auestion concerning the invoke-editor.
If I run
 lilypond-invoke-editor
I get
ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "ice-9/boot-9.scm" in load path
What does it mean?
I'm trying to get XPDF working for point and click. I added
urlCommand"lilypond-invoke-editor %s"
in the xpdfrc-file.
Is there soething, that I can do now?
The text editors I use are jedit and gvim (sometimes).
Thanks for help!
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Purcell and de Brossard scores ?

2008-05-10 Thread David Séverin
Hi everyone,

this is of topic, sorry for the noise, if someone can
recommand another mailing list for these kind of questions,
I'll use it in the future.

I am looking for

'Ode  for St  Cecilia's Day' 
'Welcome to All The Pleasures'

score and/or parts [from H. Purcell]

and 'Cantiques Sacrez from Sébastien de Brossard:

' Salve Rex Christe'
'Psallite Superi'
'O Domine'
'Festis Laeta Sonent'

before to purchase these, I was looking and searching internet,
couldn't find any free score of these, anybody aware of a source
university library or ... ?

if not, is there a site where people exchange [sell] scores that they
don't use anymore ?

Thanks,
David


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


how to move a text spanner

2008-05-10 Thread Stefan Thomas
Dear Lilypond-users,
how can I move a text-spanner downwards or upwards?
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Lilypondfile: does not seem to work

2008-05-10 Thread Graham Percival
The fundamental thing to remember is this:
  To use \lilypond or \begin{lilypond}, you need to write
  a .lytex file.  This *CANNOT* be done inside a .latex or .tex
  file.

  Use lilypond-book to translate from .lytex to .tex.

The makefile is just an automated way to do this.  If you prefer,
you could use a shell script, or even do it manually by hand.

Cheers,
- Graham


On Sat, 10 May 2008 11:33:16 +0200
stefankaegi <[EMAIL PROTECTED]> wrote:

> 
> Sorry. I hope I did it correctly with the mailinglist this time.
> 
> Well... Although I found this:
> http://lists.gnu.org/archive/html/lilypond-user/2008-03/msg00127.html
> 
> I don't get a clue at all. Most likely I'm too stupid. :/
> 
> Stefan
> 
> > Please keep the discussion on the mailist.
> > 
> > lilypond-book works quite well for such things; I'm using it for
> > my thesis.  Please search the mailist archives from about one or
> > two months ago; we discussed this recently, and I posted a working
> > example with a makefile.
> > 
> > Cheers,
> > - Graham
> 
> 


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


cygwin category of lilypond now Interpreters

2008-05-10 Thread Ralph Lundvall
The lilypond website's instructions about finding lilypond in cygwin are no 
longer correct.

Lilypond is now found under Interpreters. No longer under Presentation.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: cygwin category of lilypond now Interpreters

2008-05-10 Thread Graham Percival
On Sat, 10 May 2008 21:27:01 + (UTC)
Ralph Lundvall <[EMAIL PROTECTED]> wrote:

> The lilypond website's instructions about finding lilypond in cygwin
> are no longer correct.
> 
> Lilypond is now found under Interpreters. No longer under
> Presentation.

Where is this info?  I thought we directed people to GUB instead
of cygwin.

Cheers,
- Graham


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


GDP status, May 2008

2008-05-10 Thread Graham Percival
As you probably know, we're nearing the end of the Grand
Documentation Project of LilyPond.  It ends in Aug, so there's
only three and a half months left.

For more general background about GDP, see:
http://web.uvic.ca/~gperciva/


Unfortunately, after eight and a half months, we only have 2
sections of the NR finished.  4 sections are nearing completion,
and 2 more are being worked on.  At the current rate of progress,
we probably won't even finish NR 1.

We could really use more people getting involved.  The following
sections are open:

* Rhythms
* Vocal
Unfretted strings
Fretted strings
Percussion
Wind
Chords
Ancient

The first two starred sections are much longer than the others; I
would like to reserve those sections for people who have already
finished a smaller section.  That said, some of the later sections
are very small -- say, 5 hours of doc work -- so they could be
finished quite quickly and then you could move on to one of the
two longer sections.


If you don't want to take on an entire section but are still
willing to help, let me know.  I guarantee that I can find
something useful for you to do.


If you're concerned about your lack of lilypond knowledge, don't
be.  Every single doc helper has been forced to learn material
while working on the docs.  The question is not "am I better than
anybody else to work on Percussion?", the question is "am I better
than *nobody*?".  If you have a personal interest in percussion,
and are willing to spend some time learning how to do it and then
documenting how you did it, then you're the best person.

It all comes down to your time and knowledge.  If you have little
technical or lilypond knowledge, it will take more time.  If you
have lots of technical and lilypond knowledge, it will take less
time.  (although in that case I'll ask you to do more tasks, since
we have far too many tasks to deal with)


Finally, remember that documentation is much more useful than
answering questions on this list.  Nobody wants to say it, but
since I'm leaving anyway I'll play the bad guy.  Answering
questions on -user helps one person.  Working on the docs,
although it takes more time, helps everybody in the future who
reads the docs.

Nobody reads the mailist archives[1].  It's the classic short-term
vs. long-term dilemma, and I come down heavily on the idea of
long-term help.

[1]  At least, nobody who *should* read them; some developers read
them often.

Cheers,
- Graham, Documentation Editor.


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


ancient docs still in google (was: cygwin category of lilypond now Interpreters)

2008-05-10 Thread Graham Percival
This is documentation from version 1.6, which is probably about 8 years
old.

John, Valentin: could you add a robots.txt to the website so that
google doesn't look at docs before 2.10 ?  It might be useful to have
these ancient docs available for archive, but we don't want google
indexing them.

Cheers,
- Graham


On Sat, 10 May 2008 15:31:22 -0700
"Ralph W Lundvall" <[EMAIL PROTECTED]> wrote:

> http://lilypond.org/doc/v1.6/Documentation/windows/out-www/installing.html
> 
> I did a google search for cygwin lilypond.
> 
> On Sat, May 10, 2008 at 3:28 PM, Graham Percival <[EMAIL PROTECTED]>
> wrote:
> 
> > On Sat, 10 May 2008 21:27:01 + (UTC)
> > Ralph Lundvall <[EMAIL PROTECTED]> wrote:
> >
> > > The lilypond website's instructions about finding lilypond in
> > > cygwin are no longer correct.
> > >
> > > Lilypond is now found under Interpreters. No longer under
> > > Presentation.
> >
> > Where is this info?  I thought we directed people to GUB instead
> > of cygwin.
> >
> > Cheers,
> > - Graham
> >
> 
> 
> 
> -- 
> ---
> Ralph and Mary Jo Lundvall
> 
> "My moments with you are like coins placed in a treasure box, Often I
> open it up and recount them. I am so rich!"
> 


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: GDP status, May 2008

2008-05-10 Thread Hugo Ribeiro
I think that we could enhance the section "A.7 lilypond-book templates", 
like expanding the example with how to use a 'makefile' and how to input 
chapters and figures. A minimal example like the one I just posted to 
the list.

Hugo

Graham Percival escreveu:

As you probably know, we're nearing the end of the Grand
Documentation Project of LilyPond.  It ends in Aug, so there's
only three and a half months left.

For more general background about GDP, see:
http://web.uvic.ca/~gperciva/


Unfortunately, after eight and a half months, we only have 2
sections of the NR finished.  4 sections are nearing completion,
and 2 more are being worked on.  At the current rate of progress,
we probably won't even finish NR 1.

We could really use more people getting involved.  The following
sections are open:

* Rhythms
* Vocal
Unfretted strings
Fretted strings
Percussion
Wind
Chords
Ancient

The first two starred sections are much longer than the others; I
would like to reserve those sections for people who have already
finished a smaller section.  That said, some of the later sections
are very small -- say, 5 hours of doc work -- so they could be
finished quite quickly and then you could move on to one of the
two longer sections.


If you don't want to take on an entire section but are still
willing to help, let me know.  I guarantee that I can find
something useful for you to do.


If you're concerned about your lack of lilypond knowledge, don't
be.  Every single doc helper has been forced to learn material
while working on the docs.  The question is not "am I better than
anybody else to work on Percussion?", the question is "am I better
than *nobody*?".  If you have a personal interest in percussion,
and are willing to spend some time learning how to do it and then
documenting how you did it, then you're the best person.

It all comes down to your time and knowledge.  If you have little
technical or lilypond knowledge, it will take more time.  If you
have lots of technical and lilypond knowledge, it will take less
time.  (although in that case I'll ask you to do more tasks, since
we have far too many tasks to deal with)


Finally, remember that documentation is much more useful than
answering questions on this list.  Nobody wants to say it, but
since I'm leaving anyway I'll play the bad guy.  Answering
questions on -user helps one person.  Working on the docs,
although it takes more time, helps everybody in the future who
reads the docs.

Nobody reads the mailist archives[1].  It's the classic short-term
vs. long-term dilemma, and I come down heavily on the idea of
long-term help.

[1]  At least, nobody who *should* read them; some developers read
them often.

Cheers,
- Graham, Documentation Editor.


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Linux and lilypond

2008-05-10 Thread Rafael González
I turned alaptop I have into Linux ( Fedora). I am a neophyte at this. I
downloaded lilypon and the automatic reader cannot deal with it.* *iI
presume there must be a set of commands or script which will install
lilypon? it is a .sh file.

Thank you


γγγ
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Linux and lilypond

2008-05-10 Thread Graham Percival
Try reading the instructions on the download page.
http://lilypond.org/web/install/

Cheers,
- Graham

On Sat, 10 May 2008 16:30:50 -0700
"Rafael Gonz__lez" <[EMAIL PROTECTED]> wrote:

> I turned alaptop I have into Linux ( Fedora). I am a neophyte at
> this. I downloaded lilypon and the automatic reader cannot deal with
> it.* *iI presume there must be a set of commands or script which will
> install lilypon? it is a .sh file.
> 
> Thank you
> 
> 
> __


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: GDP status, May 2008

2008-05-10 Thread Graham Percival
Nothing personal, Hugo, but I don't want this discussion to get
derailed.

The problem is that we don't have enough people working on the
basic documentation -- how to change staffs in piano music, how to
change beaming, how to write an F-double-sharp -- such that we can
finish the basic stuff within a year (3.5 months remaining).
Extra documentation projects ideas are not particularly
interesting to me.

I know that this basic stuff is not at all interesting, trendy, or
sexy, but it needs to be done.


In this specific case, I've been planning to rework the
lilypond-book docs once NR 1 is under control.  This still hasn't
happened, and perhaps won't happen before Aug.  If you want to
volunteer to take over that section of the docs, we could work
something out.

Alternately, you could add your template to LSR.  That can be done
by yourself with no effort from the doc team, and when somebody
works on the lilypond-book docs, they'll hopefully notice it.

Cheers,
- Graham


On Sat, 10 May 2008 19:57:45 -0300
Hugo Ribeiro <[EMAIL PROTECTED]> wrote:

> I think that we could enhance the section "A.7 lilypond-book
> templates", like expanding the example with how to use a 'makefile'
> and how to input chapters and figures. A minimal example like the one
> I just posted to the list.
> Hugo
> 



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


LSR

2008-05-10 Thread Hugo Ribeiro

Lsr links are not functioning. Anyone know what's the problem?
http://lsr.dsi.unimi.it/

Hugo


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Linux and lilypond

2008-05-10 Thread Quentin Spencer

Rafael González wrote:
I turned alaptop I have into Linux ( Fedora). I am a neophyte at this. 
I downloaded lilypon and the automatic reader cannot deal with 
it./ /iI presume there must be a set of commands or script which will 
install lilypon? it is a .sh file.


There is a Lilypond 2.10.33 RPM package available from Fedora, which can 
be downloaded and installed with "yum install lilypond". The installer 
from the lilypond website should also work, using the instructions in 
the other response.


Quentin



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Fwd: LilyPond & TeXShop

2008-05-10 Thread Han-Wen Nienhuys
-- Forwarded message --
From: Fr. Michael <[EMAIL PROTECTED]>
Date: 2008/5/10
Subject: LilyPond & TeXShop
To: [EMAIL PROTECTED]


Dear Hanwen:

Here I am at our monastery, enjoying the benefits of nature and grace
combined with OpenSource gifts like LilyPond ... and I've discovered
the LilyPond engines for TeXShop---a great idea, no doubt. I would
like to incorporate very simple music scores into a liturgical book
(which is composed using XeLaTeX for the sake of Syriac fonts
employed). I'm guessing that the music can be compiled as a
pre-process, then compile the rest of the file with XeLaTeX. I'm
trying to avoid using the LilyPond interface and merely dropping in
the PDFs if possible. Of course, if it's the only way 

However, I get error messages from the console when running the
minimum file below:





\header{
 title = "Test Run"
}

\relative {
 g a b c d( e f) g8( a b c d) e4 f g a b c
}


\version "2.6.5"  % necessary for upgrading to future LilyPond versions.




If I run the LilyPond-LaTeX engine, I get the following:

Sat May 10 15:41:39 EDT 2008
tcsh: cp: No match.
Traceback (most recent call last):
 File
"/Applications/LilyPond.app/Contents/Resources/bin//lilypond-book",
line 60, in ?
  import lilylib as ly
ImportError: No module named lilylib





If I run the LilyPond engine, the error message is:

Sat May 10 15:41:39 EDT 2008
tcsh: cp: No match.
Traceback (most recent call last):
 File
"/Applications/LilyPond.app/Contents/Resources/bin//lilypond-book",
line 60, in ?
  import lilylib as ly
ImportError: No module named lilylib




If I search for "lilylib*" under /Applications/LilyPond.app, then it
turns up 3 different python files.

.//Contents/Resources/share/lilypond/2.6.5/python/lilylib.py
.//Contents/Resources/share/lilypond/2.6.5/python/lilylib.pyc
.//Contents/Resources/share/lilypond/2.6.5/python/lilylib.py~


And last but not least, I don't know anything about programming ---
can't even write a script! So far, however, I can get along in the
LaTeX world of things.

Any help is greatly appreciated. And we'll pray for you, too!

fr. michael gilmary




-- 
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Problem with followVoice line

2008-05-10 Thread Kim Bastin
In the attached extract, I want a 'followVoice' line connecting beats 3 
and 4, and no others. Depending on where I place "\set followVoice = 
##t" I get either additional unwanted lines between other beats (bars 2 
and 3), or no line at all (bar 4). What's going on? Is this intended 
behaviour?
%charset=utf-8
\version "2.11.45"
\include "english.ly"

UpperStaff = \relative c' { 
  \time 2/2 
  \clef treble 
  s1*4
}

LowerStaff = \relative c {
  \time 2/2 \clef bass 
  r1 | 
	\change Staff = up r4 \set followVoice = ##t \stemDown cs' c'! \change Staff = down \stemNeutral d,,, \set followVoice = ##f | 
	\change Staff = up r \stemDown cs'' \set followVoice = ##t c'! \change Staff = down \stemNeutral d,,, \set followVoice = ##f | 
	\change Staff = up r \stemDown cs'' c'! \set followVoice = ##t \change Staff = down \stemNeutral d,,, \set followVoice = ##f | 
}

\new PianoStaff {
  <<
  \new Staff = "up"   { \UpperStaff }
  \new Staff = "down" { \LowerStaff }
  >>
}

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: LilyPond & TeXShop

2008-05-10 Thread Kieren MacMillan

Hi Father Michael,


I've discovered the LilyPond engines for TeXShop [...]
I get error messages from the console when running the minimum file  
below:


I also got errors with your exact code... but when I moved the  
"header" into the LaTeX code instead, it came out fine.

[Don't ask me why...]

Included, below, is the code I compiled in TeXShop to successfully  
generate the output.


Hope this helps!
Kieren.
_

%%!TEX TS-program = Lilypond-LaTeX
\documentclass [11pt] {report}
\usepackage [dvips] {graphicx}
\begin {document}
\textbf{Test Run}\\
\begin {lilypond}
{
\relative { g a b c d( e f) g8( a b c d) e4 f g a b c }
}
\end{lilypond}
\end {document}


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


re: Subject: GDP status, May 2008

2008-05-10 Thread Stefan Thomas
Dear Graham,
if someone is needed:
I could write about the notation of percussion or vocal music.
But I have one problem:
I can only write in BSE (bad simple english).
I could write  it in geman, and someone else, meybee, could translateit. Or
I can try writing in english (maybee a good exercise for me), but I need
persons helping me with making corrections.
And one last question:
In which format do I have to write?
I can do it with LaTex, but I'm not experienced with HTML-files.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user