Re: programming error: stopped tuplet bracket has left nor right bound

2010-07-10 Thread Xavier Scheuer
2010/7/10 Nick Payne nick.pa...@internode.on.net: I'm getting this error in the console output - no indication is given of where in the source is causing the error. The PDF output is fine. I did a google search for the error message but didn't find anything that seemed relevant. There are

Only one title prints if I try to \include 1 tune on a sheet

2010-07-10 Thread hsweet
I am trying to print several short pieces on one sheet by using \include. It works fine, except only the title of the 2nd tune prints. I am trying to get FIRST TUNE TITLE notes... NEXT TUNE TITLE notes This is all the code I've used. \version 2.12.2 \include first_tune.ly \include

Re: Only one title prints if I try to \include 1 tune on a sheet

2010-07-10 Thread Phil Holmes
Yes, This is documented in the Notation Reference, section 3.2.1 called Creating Titles, so it's quite easy to find. Using the information there, you can see that this works: \paper{ print-all-headers = ##t } \score { {c'4 } \header { title = first title } } \score { {c'4 }

Re: Bug? a minimal example to show going back in midi time

2010-07-10 Thread Carl Sorensen
On 7/9/10 5:03 PM, 胡海鹏 - Hu Haipeng hhpmu...@163.com wrote: Dear All, After reading the messages about going back in midi time, I realized that the main problem of my overture's midi output is not totally because of articulate. Here's the small intro containing just 8 bars, and the

Re: line break in unequal bars

2010-07-10 Thread Andrea La Rose
Dear Hans, I've got the same issue! I'll post if I find a solution... My current plan is to try to find a good spot in each part to force a common line break and then put in the \break command. cheers, Andrea -- ™™ http://reloadsanear.com http://antisocialmusic.org

Re: Bug? a minimal example to show going back in midi time

2010-07-10 Thread Carl Sorensen
On 7/9/10 5:03 PM, 胡海鹏 - Hu Haipeng hhpmu...@163.com wrote: Dear All, After reading the messages about going back in midi time, I realized that the main problem of my overture's midi output is not totally because of articulate. Here's the small intro containing just 8 bars, and the problem

Re: line break in unequal bars

2010-07-10 Thread Neil Thornock
See modifications to your code below. It seems like something with Forbid_line_break_engraver should work instead of the *0, but I can't figure it out. This does work, though. On 6/22/10, Hans Roels hans.ro...@base.be wrote: Hello, Does anyone know how to force a line break in the attached

Re: Only one title prints if I try to \include 1 tune on a sheet

2010-07-10 Thread hsweet
Thanks.. that works when the titles are in one file, but the title information I need is already in the \header block of the \included files. Then it still seems to print only the second title, but 2x. + throws unexpected header errors. \paper{ print-all-headers = ##t } \score { \include

Re: Only one title prints if I try to \include 1 tune on a sheet

2010-07-10 Thread Phil Holmes
If you attach the files you're actually having a problem with, we can see how to help. As a general rule, using a \include simply means the file can be pasted into the code in place of the included file. So if you \include a file with the \score and \header information, I don't see why it

Re:Re: Bug? a minimal example to show going back in midi time

2010-07-10 Thread 胡海鹏 - Hu Haipeng
Thanks Carl, I have solved the problem last night by adding midi tags to all the problematic instruments (bassoons, trumpet I, cello and bass). I don't know how Lilypond calculates music values, but I've never heard such issue in other musical notation softwares. Regards Haipeng

Re: Only one title prints if I try to \include 1 tune on a sheet

2010-07-10 Thread hsweet
This is the file with the \includes \version 2.12.2 \include Cocek.ly \include Bb_scale.ly These are 2 files to include. http://old.nabble.com/file/p29128416/Bb_scale.ly Bb_scale.ly http://old.nabble.com/file/p29128416/Cocek.ly Cocek.ly If you attach the files you're actually having

Re: programming error: stopped tuplet bracket has left nor right bound

2010-07-10 Thread Nick Payne
On 10/07/10 18:42, Xavier Scheuer wrote: 2010/7/10 Nick Paynenick.pa...@internode.on.net: I'm getting this error in the console output - no indication is given of where in the source is causing the error. The PDF output is fine. I did a google search for the error message but didn't find

Re: Bug? a minimal example to show going back in midi time

2010-07-10 Thread Carl Sorensen
On 7/10/10 2:44 PM, 胡海鹏 - Hu Haipeng hhpmu...@163.com wrote: Thanks Carl, I have solved the problem last night by adding midi tags to all the problematic instruments (bassoons, trumpet I, cello and bass). I don't know how Lilypond calculates music values, but I've never heard such issue in

repeats in parallel mode?

2010-07-10 Thread William Bajzek
I just read about the \parallelMusic function and was trying it out. First of all, I'd like to say that I think it's great because it is a very convenient way to lay out multi-voice music. The problem I've run into can be seen in the following; I expect it to emit two measures but it emits four

Barres and enclose-bounds

2010-07-10 Thread Paul
Hello, Sorry to be any trouble, but a long time ago I'd used the following to define barres for a guitar piece: barre = #(define-music-function (parser location str)(string?) #{ \once \override Voice . TextSpanner #'direction = #1 \once \override Voice . TextSpanner