Re: How to stop Lily spreading systems over 2 pages?

2009-07-30 Thread Richard Sabey
Just to update you on the problem I'd reported earlier, regarding trying to get Lilypond to lay a song out on 3 pages, I found a workaround: In the Lilypond source where this song failed to lay out on 3 pages, that song's staff size (16) was smaller than that of the other songs in the cycle.

Re: Help needed in implementing patches

2009-07-30 Thread grisu_76
Reinhold Kainhofer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 29. Juli 2009 21:08:15 schrieb grisu_76: Dear Members, could someone give me a brief introduction (or where to look it up) how to implement patches such as: page-layout-problem.cc -- space systems

Re: How to stop Lily spreading systems over 2 pages?

2009-07-30 Thread Francisco Vila
2009/7/30 Richard Sabey richardsa...@hotmail.co.uk: I tried a second method: I separated that song and the title page into a separate document. I was therefore able to set the staff size globally, using #(set-global-staff-size 16) in a \paper block at top level. Lilypond then successfully

Re: Best name for function to create cross-style noteheads

2009-07-30 Thread Trevor Daniels
Carl Sorensen wrote Friday, July 24, 2009 2:07 PM On 7/24/09 6:16 AM, Trevor Daniels t.dani...@treda.co.uk wrote: The structure of the Notation Reference is designed to accommodate documenting this. The specialist sections in NR 2 would contain an indexed description of all the uses of

Re: Best name for function to create cross-style noteheads

2009-07-30 Thread Trevor Daniels
Carl Sorensen wrote Tuesday, July 21, 2009 10:13 PM On 7/21/09 3:00 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Given the wide variation in the use of the x-shaped note head I think the only possible name to use is one that reflects the shape of the note head - crossNote, crossNoteHead

Re: Best name for function to create cross-style noteheads

2009-07-30 Thread Graham Percival
On Thu, Jul 30, 2009 at 11:18:42AM +0100, Trevor Daniels wrote: Carl Sorensen wrote Tuesday, July 21, 2009 10:13 PM On 7/21/09 3:00 PM, Trevor Daniels t.dani...@treda.co.uk wrote: So, if we follow this advice (which I think is good), I'd propose the following: \crossHeadsOn : turns on

new website, draft 7

2009-07-30 Thread Graham Percival
Hi all, http://lilypond.org/~graham/index.html We have a few experiments with the design, such as a condensed 2nd-layer TOC. This allows all the Manuals to fit onto my 800-pixel wide screen, but the text _is_ smaller. Let us know what you think. We've also moved to a gradient color scheme,

last line does not break

2009-07-30 Thread Federico Bruni
I know many people have asked about the same issue (more or less), but I could not find any solution in the archive or doc. Before getting crazy, I ask for your help :-) I have six systems with two staves (normal staff and tab staff) and I want to place three systems in the first page and

Re: last line does not break

2009-07-30 Thread Graham Percival
Have you tried adding barline checks | ? This really sounds like you have a messed up rhythm somewhere, which will throw the line breaking out the window. Cheers, - Graham On Thu, Jul 30, 2009 at 01:08:24PM +0200, Federico Bruni wrote: I know many people have asked about the same issue (more

RE: last line does not break

2009-07-30 Thread j.w.vandijk
I get this error when there are problems with the bars accross different voices or staffs. There might be one bar where the total duration exceeds those in the other voices. Jan van Dijk. warning: cannot find line breaking that satisfies constraints

Re: new website, draft 7

2009-07-30 Thread Dmytro O. Redchuk
2009/7/30 Graham Percival gra...@percival-music.ca: RULE: you can't modify the html at all.  You can ONLY send a new .css file.  Current css file: http://lilypond.org/~graham/lilypond-general.css Well... Please :-) - background: url(background-image.png) no-repeat 0 0; + background: white

markup and bar number

2009-07-30 Thread Alexandros Droseltis
Hello! If I use markup at the last note of a bar and the next bar has a bar number appearing, then the bar number appears above the text of markup. If I raise the text in markup, then the bar number is raised automatically too. How could I put the markup text above the bar number? Here is a

Re: markup and bar number

2009-07-30 Thread Alexander Kobel
Alexandros Droseltis wrote: Hello! If I use markup at the last note of a bar and the next bar has a bar number appearing, then the bar number appears above the text of markup. If I raise the text in markup, then the bar number is raised automatically too. How could I put the markup text above

Re: markup and bar number

2009-07-30 Thread Kieren MacMillan
Hi Alexandros, If I use markup at the last note of a bar and the next bar has a bar number appearing, then the bar number appears above the text of markup. If I raise the text in markup, then the bar number is raised automatically too. How could I put the markup text above the bar number?

Re: new website, draft 7

2009-07-30 Thread Mark Polesky
Graham Percival wrote: We've also moved to a gradient color scheme, sliding from algae green to decaying-leaves tan. (I say this because I have the greatest of respect for Patrick McCarty) When I'm on this page, http://lilypond.org/~graham/Text-input.html#Text-input It doesn't look like

Re: last line does not break

2009-07-30 Thread Federico Bruni
I've removed system-count and now it works. I don't know why I thought that system-count allowed to set the number of systems for each page.. Instead, it sets the number of systems for the entire score. Right? But I still have the error message: warning: cannot find line breaking that

Re: markup and bar number

2009-07-30 Thread Alexandros Droseltis
Hello! Thank you both for the answer! The tip for outside-staff-priority and the very nice example was a rescue! HAND! Alexandros ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: last line does not break

2009-07-30 Thread Kieren MacMillan
Hi Federico: I've removed system-count and now it works. I don't know why I thought that system-count allowed to set the number of systems for each page.. Instead, it sets the number of systems for the entire score. Right? Correct. You're probably looking for systems-per-page — see

Re: new website, draft 7

2009-07-30 Thread Joe Neeman
On Thu, 2009-07-30 at 03:42 -0700, Graham Percival wrote: Hi all, http://lilypond.org/~graham/index.html We have a few experiments with the design, such as a condensed 2nd-layer TOC. This allows all the Manuals to fit onto my 800-pixel wide screen, but the text _is_ smaller. Let us know

Re: Best name for function to create cross-style noteheads

2009-07-30 Thread Trevor Daniels
Graham Percival wrote Thursday, July 30, 2009 11:41 AM Subject: Re: Best name for function to create cross-style noteheads On Thu, Jul 30, 2009 at 11:18:42AM +0100, Trevor Daniels wrote: Carl Sorensen wrote Tuesday, July 21, 2009 10:13 PM \crossHeadsOn : turns on cross noteheads for all

Re: last line does not break

2009-07-30 Thread Federico Bruni
Kieren MacMillan wrote: Hi Federico: I've removed system-count and now it works. I don't know why I thought that system-count allowed to set the number of systems for each page.. Instead, it sets the number of systems for the entire score. Right? Correct. You're probably looking for

Re: Best name for function to create cross-style noteheads

2009-07-30 Thread Marc Hohl
Trevor Daniels schrieb: Carl Sorensen wrote Friday, July 24, 2009 2:07 PM On 7/24/09 6:16 AM, Trevor Daniels t.dani...@treda.co.uk wrote: The structure of the Notation Reference is designed to accommodate documenting this. The specialist sections in NR 2 would contain an indexed

Re: new website, draft 7

2009-07-30 Thread Patrick McCarty
On Thu, Jul 30, 2009 at 03:49:14PM +0300, Dmytro O. Redchuk wrote: 2009/7/30 Graham Percival gra...@percival-music.ca: RULE: you can't modify the html at all.  You can ONLY send a new .css file.  Current css file: http://lilypond.org/~graham/lilypond-general.css Well... Please :-) -

Re: new website, draft 7

2009-07-30 Thread Graham Percival
On Thu, Jul 30, 2009 at 09:04:00AM -0700, Joe Neeman wrote: On Thu, 2009-07-30 at 03:42 -0700, Graham Percival wrote: We have a few experiments with the design, such as a condensed 2nd-layer TOC. This allows all the Manuals to fit onto my 800-pixel wide screen, but the text _is_ smaller.

Re: new website, draft 7

2009-07-30 Thread Graham Percival
On Thu, Jul 30, 2009 at 07:52:46AM -0700, Mark Polesky wrote: When I'm on this page, http://lilypond.org/~graham/Text-input.html#Text-input It doesn't look like Text input is highlighted because the highlight-color fits right into the gradient effect. Hmm. Would you suggest a