2.13.16 crashes while processing old good file (2.8.8 and 2.12.3 do not)

2010-03-23 Thread Dmytro O. Redchuk
Hi. My problem (again, yes, my own,) now is that 2.13.16 crashes on a file, which can happily be compiled with 2.12.3 and 2.8.8 (2.13.0 segfaults, did not try others yet). Having no idea how to debug, i would like to ask what can i do to narrow down this problem. (Stripping the code to

Re: Lyrics and spacing inside a system

2010-03-23 Thread Dmytro O. Redchuk
У пн, 2010-03-22 у 22:36 +, Neil Puttock пише: On 18 March 2010 13:46, Dmytro O. Redchuk brownian@gmail.com wrote: Hi! I still have some troubles with four voices at two stave (SA-TB), and their lyrics (lilypond 2.13) --- you can remember, i've asked this already:

Re: Lyrics and spacing inside a system

2010-03-23 Thread Dmytro O. Redchuk
У чт, 2010-03-18 у 15:46 +0200, Dmytro O. Redchuk пише: The very first case (see the snippet or image) can be happily adjusted with spacing tuning, but i've failed to manage the last case, there is still some quite visible vertical space between two lyrics contexts' baselines. Btw, the last

Re: Names of multiple midi files in lilypond-book

2010-03-23 Thread Federico Bruni
Il giorno Mon, 22 Mar 2010 23:18:37 -0400 Keith Weintraub kw1...@gmail.com ha scritto: I would like to be able to put hyperlinks in the text that point to the midi files. Is there a way to know what the names of the midi files will be or better yet to force the names in the \midi{} block?

Re: 2.13.16 crashes while processing old good file (2.8.8 and 2.12.3 do not)

2010-03-23 Thread Jonathan Kulp
Sorry, this didn't copy to the list first time. Not used to the gmail web interface...See response at bottom. Jon On Tue, Mar 23, 2010 at 5:07 AM, Jonathan Kulp jonlancek...@gmail.comwrote: 2010/3/23 Dmytro O. Redchuk brownian@gmail.com Hi. My problem (again, yes, my own,) now is that

Re: 2.13.16 crashes while processing old good file (2.8.8 and 2.12.3 do not)

2010-03-23 Thread Dmytro O. Redchuk
Thank You for Your response :-) У вт, 2010-03-23 у 05:07 -0600, Jonathan Kulp пише: I got it to compile by running convert-ly to update syntax (had to add a version statement first) and then changing the paper block like this: \paper { %system-count = #9 % page-count = #3

Re: 2.13.16 crashes while processing old good file (2.8.8 and 2.12.3 do not)

2010-03-23 Thread Carl Sorensen
On 3/23/10 2:26 AM, Dmytro O. Redchuk brownian@gmail.com wrote: Hi. My problem (again, yes, my own,) now is that 2.13.16 crashes on a file, which can happily be compiled with 2.12.3 and 2.8.8 (2.13.0 segfaults, did not try others yet). Having no idea how to debug, i would like to

Re: 2.13.16 crashes while processing old good file (2.8.8 and 2.12.3 do not)

2010-03-23 Thread Dmytro O. Redchuk
У вт, 2010-03-23 у 08:25 -0600, Carl Sorensen пише: The clue here is that there is some kind of break in the middle of the score that you've put in manually that confuses the layout engine. My fault! Just remove the /pageBreak in the middle of your score and it works perfectly. Yes, almost .)

Re: Shapenote Repeats and Breaks

2010-03-23 Thread Tim Slattery
Robin Bannister r...@dataway.ch wrote: Leland Kusmer wrote: Is there a way to do this? Lilypond does this according to bar-glyph-alist, by calling calc-glyph-name from within the barline print routine. But when you override the BarLine stencil like this, you are bypassing the barline print

Re: Shapenote Repeats and Breaks

2010-03-23 Thread Leland Kusmer
Tim, All you need to do is include that code somewhere in your file, and then use \override in your \global section to activate the code that Robin wrote. I've attached a file including all the code that I currently have for Sacred Harp-style repeats. I'm still working on other details of Sacred

RE: Shapenote Repeats and Breaks

2010-03-23 Thread Slattery, Tim - BLS
Tim, All you need to do is include that code somewhere in your file, and then use \override in your \global section to activate the code that Robin wrote. I've attached a file including all the code that I currently have for Sacred Harp-style repeats. I can't figure it out. I get

Re: Shapenote Repeats and Breaks

2010-03-23 Thread Leland Kusmer
I'm sorry, I seem to have left off the closing parenthesis! Try again with the code I have attached this time... -Leland On Tue, Mar 23, 2010 at 1:11 PM, Slattery, Tim - BLS slattery@bls.gov wrote: Tim, All you need to do is include that code somewhere in your file, and then use

RE: Shapenote Repeats and Breaks

2010-03-23 Thread Slattery, Tim - BLS
I'm sorry, I seem to have left off the closing parenthesis! Try again with the code I have attached this time... I'm trying to use your code as an include file, that should work, shouldn't it? I still get zillions of errors. GNU LilyPond 2.12.1 Processing `alexander3.ly' Parsing...

Re: Shapenote Repeats and Breaks

2010-03-23 Thread Leland Kusmer
I'm sorry, once last try: The file I've attached this time works as an \include for me; it should work for you. -Leland On Tue, Mar 23, 2010 at 1:40 PM, Slattery, Tim - BLS slattery@bls.gov wrote: I'm sorry, I seem to have left off the closing parenthesis! Try again with the code I have

RE: Shapenote Repeats and Breaks

2010-03-23 Thread Slattery, Tim - BLS
I'm sorry, once last try: The file I've attached this time works as an \include for me; it should work for you. Thanks, that did the trick. -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org

Using Lilypond in LaTeX

2010-03-23 Thread Keith Weintraub
Folks, I am creating multiple piano staves with text between them for analysis on a page. I would like to make sure that all staves on one page be the same width. Is there a way to force the line-width to be a certain size AND (sorry for shouting) force the staves (across separate

Re: Using Lilypond in LaTeX

2010-03-23 Thread Jonathan Kulp
On Tue, Mar 23, 2010 at 1:58 PM, Keith Weintraub kw1...@gmail.com wrote: Folks,    I am creating multiple piano staves with text between them for analysis on a page. I would like to make sure that all staves on one page be the same width. Is there a way to force the line-width to be a certain

Re: Using Lilypond in LaTeX

2010-03-23 Thread Keith Weintraub
Jon, That worked like a charm. I used 20 for my staff size but that is obviously not the game changer! I thought I had tried the ragged-right fix but I must have done it wrong. Thanks again, KW -- On Mar 23, 2010, at 4:27 PM, Jonathan Kulp wrote: On Tue, Mar 23, 2010 at 1:58 PM, Keith

Re: Using Lilypond in LaTeX

2010-03-23 Thread David Stocker
The difference is that ragged-right has to go in a \paper block and not a \layout block. On 03/23/2010 05:36 PM, Keith Weintraub wrote: Jon, That worked like a charm. I used 20 for my staff size but that is obviously not the game changer! I thought I had tried the ragged-right fix but I

Re: Using Lilypond in LaTeX

2010-03-23 Thread Mats Bengtsson
Quoting Keith Weintraub kw1...@gmail.com: Jon, That worked like a charm. I used 20 for my staff size but that is obviously not the game changer! Note also that if you don't specify any line width in your LilyPond code, then lilypond-book will automatically use the line width from the text

Re: Using Lilypond in LaTeX

2010-03-23 Thread Francisco Vila
2010/3/23 Keith Weintraub kw1...@gmail.com: Folks,    I am creating multiple piano staves with text between them for analysis on a page. I would like to make sure that all staves on one page be the same width. Is there a way to force the line-width to be a certain size AND (sorry for

Tuplets, one-line staves etc. in lilypond-book

2010-03-23 Thread Siska Ádám
Hello Members, I am writing a score with LaTeX Lilypond-book where I need a lot of inline excerpts in the text. As I noticed, using the Lilypond environment doesn't let me inline citations of score fragments as it always creates a new paragraph for the music, therefore I can only live with

Spanish Lyrics Error

2010-03-23 Thread Gus
Hello, I am trying to add lyrics in Spanish to a song but I can't use the Spanish specific characters like the ñ and the á because I get an error: user:$ lilypond 1a_arriba-los-corazones.ly GNU LilyPond 2.12.2 Processing `1a_arriba-los-corazones.ly' Parsing... Interpreting music...

Re: Spanish Lyrics Error

2010-03-23 Thread Jonathan Kulp
On Tue, Mar 23, 2010 at 7:42 PM, Gus gus@gmail.com wrote: Hello, I am trying to add lyrics in Spanish to a song but I can't use the Spanish specific characters like the ñ and the á because I get an error: user:$ lilypond 1a_arriba-los-corazones.ly GNU LilyPond 2.12.2 Processing

Re: Spanish Lyrics Error

2010-03-23 Thread Jonathan Kulp
On Tue, Mar 23, 2010 at 8:32 PM, Gustavo Caicedo gus@gmail.com wrote: Not sure what you mean. I use vim. user:$ file /mnt/sda1/opus/1a_arriba-los-corazones.ly /mnt/sda1/opus/1a_arriba-los-corazones.ly: ASCII text I guess it's set to ASCII. Is this the problem you're talking about? Yes.

Re: Spanish Lyrics Error

2010-03-23 Thread Patrick McCarty
On 2010-03-23, Jonathan Kulp wrote: On Tue, Mar 23, 2010 at 8:32 PM, Gustavo Caicedo gus@gmail.com wrote: Not sure what you mean. I use vim. user:$ file /mnt/sda1/opus/1a_arriba-los-corazones.ly /mnt/sda1/opus/1a_arriba-los-corazones.ly: ASCII text I guess it's set to ASCII. Is