between-system spacing issue

2010-05-08 Thread Tom Cloyd
Lilypond code: http://pastie.org/951290 This is four pages. I cannot cut it without losing the problem. Three solutions to the problem of getting enough space between systems that it's clear which staff the stuff above and below a staff belongs to - none of which work right. 1. When I contro

Re: changes in lilypond-mode.el to process lytex?

2010-05-08 Thread josé henrique padovani
Em 07/05/10 18:16, Xavier Scheuer escreveu:Hi, But I suppose sending a PATCH on lilypond-de...@gnu.org would be just fine to help to add these commands to the sources. + Cc: to Chris, Heikki and David ; appreciated. Cheers, Xavier -- Xavier Scheuer Just did it.. thank you Xavier! josé

Re: between-system spacing issue

2010-05-08 Thread Kieren MacMillan
Hi Tom, > This is four pages. I cannot cut it without losing the problem. Here's one possible solution: use the following \paper { #(set-default-paper-size "letter" 'portrait) ragged-bottom = ##f ragged-last-bottom = ##f system-count = 18 max-systems-per-page = 6 left-margin = 0.6\in

Text spanner with multiple voices

2010-05-08 Thread Misarenkov Timofey
Hi. I just trying to draw a barre, but seems its not always working. Below i wrote test case having two text spanners. The first barre (over single voice melody) is shown great. The second one draws only line but no text. How to make text visible in the second case? Thank you. \version "2.13.17"

Re: Text spanner with multiple voices

2010-05-08 Thread Kieren MacMillan
Hi Misarenkov: Search the v2.13 docs for "explicitly instantiating voices" -- that will show you how to solve this problem. Hope this helps! Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-us

Re: Text spanner with multiple voices

2010-05-08 Thread Xavier Scheuer
2010/5/8 Kieren MacMillan : > Hi Misarenkov: > > Search the v2.13 docs for "explicitly instantiating voices" -- that > will show you how to solve this problem. Yes, voices inside a << { ... } \\ { ... } >> structure are called respectively "1" and "2" and ar different to the voice outside this st

Re: Trojan Krap.AZ in windows installer

2010-05-08 Thread Han-Wen Nienhuys
On Thu, May 6, 2010 at 5:10 AM, Lukasz Szydlowski wrote: > Hello, > > Just want to report that according to Panda Antivirus, > the windows installer: > >    lilypond-2.12.3-1.mingw.exe > > is infected with trojan Krap.AZ Your antivirus program is confused. The windows binaries are created from

Re: between-system spacing issue

2010-05-08 Thread Xavier Scheuer
Here's another possible solution. ;-) 2010/5/8 Tom Cloyd : > Lilypond code: http://pastie.org/951290 > > This is four pages. I cannot cut it without losing the problem. > > Three solutions to the problem of getting enough space between > systems that it's clear which staff the stuff above and b