Time signature and bar engraver workarounds

2009-06-17 Thread Kalen Mercer
I am working on a piece with no time signature or bar engraver. However, I do want to have a few bars here and there, and a bar to end the piece. I am using the SATB vocal score on this page: http://lilypond.org/doc/v2.12/Documentation/user/lilypond- learning/Vocal-ensembles#Vocal-ensembles Is the

Re: change clef automatically?

2009-06-18 Thread Kalen Mercer
This might help somewhat: I remember a page somewhere talking about how a piano can automatically switch staves when middle c is reached. I have tried to look for it but never found it again. I can't recall if it was only for piano or not. I know this isn't different clefs on the same staff

Re: ANN: LilyPondTool 2.12.848 BETA

2009-07-07 Thread Kalen Mercer
Two important questions: 1. If it is still in Beta, will the file type be changed from .jedit to a java file? I'm supposing most users don't have .jedit... 2. Will this be updated in correspondence with the Lilypond updates? Thanks ___ lilypond-user mail

Re: ANN: LilyPondTool 2.12.848 BETA

2009-07-08 Thread Kalen Mercer
> > Kalen, > .jedit is not a file type, it's the settings folder of the jEdit > editor. LilyPondTool is a plugin for this editor, which is written in > java. > -- > Francisco Vila. Badajoz (Spain) > www.paconet.org > Yes, I wrote the email before I downloaded jEdit. I had trouble, though, finding

Re: ANN: LilyPondTool 2.12.848 BETA

2009-07-08 Thread Kalen Mercer
Hello again, I figure this is just a bug for me for not installing something but I checked off everything you have listed. jEdit gives me an error telling me that I don't have the correct encoding ( I believe cp1252 ). After producing a file, and saving it, I tried to run Lilypond, make PDFs, and p

Re: ANN: LilyPondTool 2.12.848 BETA

2009-07-08 Thread Kalen Mercer
After an hour of rereading the documentation and clicking around LilypondTool I changed the plugin settings to have a shell prefix of bash-c. I do occasionally get a Bean Shell error but then it continues my process without hesitation. Whenever I start up jEdit I still get the warning about not hav

Re: ANN: LilyPondTool 2.12.848 BETA

2009-07-09 Thread Kalen Mercer
Windows XP Professional, my bad ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Score staff order

2009-07-16 Thread Kalen Mercer
I am working on typesetting Pavane pour une infante Defunte by Ravel but am having trouble with the score layout. It is as follows: \score { \new StaffGroup << \new Staff { \global \flutes } \new Staff { \global \hautbois } \new Staff { \global \clarinettes } \new Staff { \global \cors } >> \new P

Re: Score staff order

2009-07-17 Thread Kalen Mercer
Ah, okay, I think I was staring too intently at my PianoStaff and wind instruments I didn't bother to look at the strings. I shall resume typesetting! Kalen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo

Re: Score staff order

2009-07-17 Thread Kalen Mercer
> > Your structure is: > > A StaffGroup (winds) in parallel with a PianoStaff (harps), and another > StaffGroup (strings) consisting of a GrandStaff in parallel with a Staff > and > a Second GrandStaff > But you don't have the SimultaneousMusic indicators << before the first > StaffGroup, so Lil