Re: midi.c: always false check

2011-05-16 Thread Keith OHara
Nicolas Kaiser nikai.net> writes: > > I noticed an always false check in midi.c. > 'track_size' is unsigned and can't be negative. > Thanks, Nicolas. Yes it looks like track_size holds the length of a string so it should be unsigned. The test for negatives is harmless (the compiler probably r

Re: LilyPond 2.13.61: MIDI names broken

2011-05-16 Thread Keith OHara
Hans Aberg telia.com> writes: > > I did not see if already reported, but \set Staff.midiInstrument is broken > in LilyPond 2.13.61: affect only first note. It works in LilyPond 2.13.52. > Thanks, Hans. This sounds like which is fixed in

LilyPond 2.13.61: MIDI names broken

2011-05-16 Thread Hans Aberg
I did not see if already reported, but \set Staff.midiInstrument is broken in LilyPond 2.13.61: affect only first note. It works in LilyPond 2.13.52. Hans ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-l

Balloon fails with cross staff arpeggio

2011-05-16 Thread Colin Campbell
Bertrand wrote: Example : \version "2.15" \new PianoStaff \with { \consists "Balloon_engraver" } << \set PianoStaff.connectArpeggios = ##t { \balloonGrobText #'Arpeggio #'(-0.1 . 0) \markup "G.O." \repeat unfold 5 a''\arpeggio } { \repeat unfold 5 a\arpeggio } >> Regards, Bertrand ###

midi.c: always false check

2011-05-16 Thread Nicolas Kaiser
> I'm not top posting. Hi there! I noticed an always false check in midi.c. 'track_size' is unsigned and can't be negative. Should the check look different, or is it redundant? Best regards, Nicolas Kaiser Signed-off-by: Nicolas Kaiser --- python/midi.c |3 --- 1 files changed, 0 insertio

Re: Issue 1654 in lilypond: Collision between lyrics and raised rehearsal mark

2011-05-16 Thread lilypond
Comment #3 on issue 1654 by philehol...@googlemail.com: Collision between lyrics and raised rehearsal mark http://code.google.com/p/lilypond/issues/detail?id=1654 @Carl (comment 1). I understand that what you're saying is that we now have a spacing engine that works differently, and if it

Balloon fails with cross-staff arpeggios

2011-05-16 Thread Bertrand Bordage
Example : \version "2.15" \new PianoStaff \with { \consists "Balloon_engraver" } << \set PianoStaff.connectArpeggios = ##t { \balloonGrobText #'Arpeggio #'(-0.1 . 0) \markup "G.O." \repeat unfold 5 a''\arpeggio } { \repeat unfold 5 a\arpeggio } >> Regards, Bertrand ___

Re: Issue 877 in lilypond: Ottava clefs may not look good

2011-05-16 Thread lilypond
Updates: Status: Fixed Labels: -Patch-review fixed_2_15_0 backport Comment #2 on issue 877 by tdaniels...@googlemail.com: Ottava clefs may not look good http://code.google.com/p/lilypond/issues/detail?id=877 Fix pushed 16 May 2011 e2a41749e09a68d2c8e453bff3c65404d6e50e34 ___