Re: musicxml2ly, midi2ly etc. broken ?

2010-10-10 Thread Valentin Villenave
On Mon, May 17, 2010 at 12:05 AM, flup2 phili...@philmassart.net wrote: Since a few versions (in the development branch, now 2.13.21), I get that kind of message while running converters included in Lilypond. This is the message shown when running midi2ly from the Terminal under Mac OS X

3 voices in piano staff - middle voice autochange: howto?

2010-10-10 Thread Frédéric Bron
I would like to have a piano staff with one voice on the upper staff, one voice on the lower staff and one voice automatically switching between the two staffs. Is it possible? I tried this but without success: \version 2.12.3 \include english.ly \score { \new PianoStaff

extra whitespace and lilypond-book

2010-10-10 Thread Christopher Meredith
When using lilypond-book to collect scores, I am noticing a sliver of whitespace to the left of every system. This is causing slight alignment irregularities with the text (the systems and text are not flush against the left margin). I'm attaching a PDF of a system as produced by lilypond book. I

job-count

2010-10-10 Thread James Bailey
I'm not so good with the advanced options, can anyone help with how I use the job-count option? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: musicxml2ly, midi2ly etc. broken ?

2010-10-10 Thread Ole Schmidt
is this the same problem? it happens with 2.12.3 as well as with 2.13.35 Last login: Sun Oct 10 17:05:44 on ttys001 ja?~$ midi2ly /Applications/SCOM\ 6.2.3/Output/Bcl\p_1.mid Traceback (most recent call last): File /Applications/LilyPond.app/Contents/Resources/bin/midi2ly, line 50, in

Re: How to pass an ApplyOutputEvent to a music function? (Vertical bracket indicating which hand should play)

2010-10-10 Thread Valentin Villenave
On Sun, Oct 10, 2010 at 8:43 PM, Valentin Villenave valen...@villenave.net wrote: New version. I'm not adding it to the LSR because I hope that http://code.google.com/p/lilypond/issues/detail?id=1318 will be addressed and make this kind of hacks irrelevant. I meant

Re: How to pass an ApplyOutputEvent to a music function? (Vertical bracket indicating which hand should play)

2010-10-10 Thread Valentin Villenave
On Mon, Sep 27, 2010 at 1:14 PM, Valentin Villenave valen...@villenave.net wrote: Basically, here's what I've been able to come up with: it's a dirty hack around the Fingering object. New version. I'm not adding it to the LSR because I hope that

Re: How to pass an ApplyOutputEvent to a music function? (Vertical bracket indicating which hand should play)

2010-10-10 Thread Nick Payne
Something along these lines would also simplify the indicating of barring with brackets in guitar music, which is much more economical of space and notation than having a TextSpanner above the stave, and at the moment usually requires a separate voice with hidden chords to which to attach the

Re: How to pass an ApplyOutputEvent to a music function? (Vertical bracket indicating which hand should play)

2010-10-10 Thread Valentin Villenave
On Sun, Oct 10, 2010 at 10:25 PM, Nick Payne nick.pa...@internode.on.net wrote:  Something along these lines would also simplify the indicating of barring with brackets in guitar music, which is much more economical of space and notation than having a TextSpanner above the stave, and at the

Howto have the number of volte printed out above an end-repeat bar?

2010-10-10 Thread pini
Hi, I have a score where a part has to be repeated more than 2 times. The repeated part has no alternative. In this cas the number of volte isn't printed out since there are no repeat brackets. How should I proceed to have the number of volte (say x4 for 4 volte) printed out above the end-repeat

RE: Howto have the number of volte printed out above an end-repeat bar?

2010-10-10 Thread James Lowe
Hello, -Original Message- From: lilypond-user-bounces+james.lowe=datacore@gnu.org on behalf of pini Sent: Sun 10/10/2010 22:56 To: lilypond-user@gnu.org Subject: Howto have the number of volte printed out above an end-repeat bar? Hi, I have a score where a part has to be repeated

Re: Howto have the number of volte printed out above an end-repeat bar?

2010-10-10 Thread Marc Mouries
you have to set countPercentRepeats to true. http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Short-repeats#Short-repeats \relative c'' { \set countPercentRepeats = ##t \repeat percent 4 { c1 } } On 10/10/2010