Dissapearing ties

2006-11-14 Thread Hernan
In my first try with Lilypond (2.10.0), I seem to have met a bug that is driving me crazy. A pair of ties randomly appears and desappears from the output (png o pdf). Well, not really randomly, but small changes in the score (seemingly unrelated) makes the ties to appear and disappear. I produced

Unexpected tuplet bracket location

2006-11-14 Thread Victor Eijkhout
I'd call it a bug that the tuplet bracket jumps up and down even though the pitch doesn't change. Btw, sometimes the bracket completely disappears, but I haven't been able to make a small example with that. quartertriplet = { \set tupletSpannerDuration = #(ly:make-moment 1 4) } \relative {

Re: paper statements in score

2006-11-14 Thread Mats Bengtsson
Quoting karim haddad <[EMAIL PROTECTED]>: Hi i don't believe this to be a bug (or is it one ?) using lilypond-book in the doc it is clearly stated "Only the first \score of a LilyPond block is processed." so i believe that the \paper block won't work. Why "believe" when you can easily t

\parenthesize collides with accidental

2006-11-14 Thread Rick Hansen (aka RickH)
FYI, when doing \parenthesize of a note in a chord... If the note has an accidental then the opening paranthesis should also encompass the accidental. Currently the accidental and opening paranthesis are printing on top of each other. The closing paranthesis appears to be fine. -- View this

Re: Phrasing slur bug?

2006-11-14 Thread Han-Wen Nienhuys
Stewart Holmes escreveu: I agree that this is strange, but this is not guaranteed to work like you expect, since the ordering is not well defined. If you want to change control-points, set a callback on control-points \override #'control-points = #(lambda (grob) ..stuff.. ) Thanks for

Re: Phrasing slur bug?

2006-11-14 Thread Stewart Holmes
Han-Wen Nienhuys lilypond.org> writes: > > Stewart Holmes escreveu: > > I was on 2.8.6. I just upgraded to the latest stable, but I still get the same > > thing happening. There's definitely something up here. Try the following: > > > > > Notice that the slur on the second line is now correc

Re: PS Output appears broken

2006-11-14 Thread Han-Wen Nienhuys
George Macon escreveu: Using Mac OSX 10.4.8, Lilypond 2.10.0, Ghostscript 8.55, I receive an error when attempting to convert PS to PDF. Preview.app also fails to convert the file. can you post the --verbose output ? thanks -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~ha

PS Output appears broken

2006-11-14 Thread George Macon
Using Mac OSX 10.4.8, Lilypond 2.10.0, Ghostscript 8.55, I receive an error when attempting to convert PS to PDF. Preview.app also fails to convert the file. Test input: mini.ly \layout { ragged-right = ##t } \score { c1 } This is the output: $ lilypond mini.ly GNU LilyPond 2.10.0 Processing `m

Re: Phrasing slur bug?

2006-11-14 Thread Han-Wen Nienhuys
Stewart Holmes escreveu: I was on 2.8.6. I just upgraded to the latest stable, but I still get the same thing happening. There's definitely something up here. Try the following: Notice that the slur on the second line is now correctly reshaped. The only difference between these 2 examples i

\paper statements in score

2006-11-14 Thread karim haddad
Hi i don't believe this to be a bug (or is it one ?) using lilypond-book in the doc it is clearly stated "Only the first \score of a LilyPond block is processed." so i believe that the \paper block won't work. how to use then : \paper { systemSeparatorMarkup = \slashSeparator #(define

Re: Phrasing slur bug?

2006-11-14 Thread Stewart Holmes
I was on 2.8.6. I just upgraded to the latest stable, but I still get the same thing happening. There's definitely something up here. Try the following: \version "2.10.0" #(define (pagebreakone grob) (let* ( ; have we been split?

Re: Phrasing slur bug?

2006-11-14 Thread Han-Wen Nienhuys
Stewart Holmes escreveu: Has anyone got any ideas on this? I'm kind of stuck with engraving this piece until I can resolve this issue. Thanks, Stewart can't duplicate this on 2.10 ; please include version number in future reports. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4a

Re: Phrasing slur bug?

2006-11-14 Thread Stewart Holmes
Has anyone got any ideas on this? I'm kind of stuck with engraving this piece until I can resolve this issue. Thanks, Stewart ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: percussion & midi ?

2006-11-14 Thread Mats Bengtsson
It looks as if you have found a bug, indeed. If I try the following modified version of your example, it produces its output on channel 10 with LilyPond version 2.8 but on channel 2 with LilyPond version 2.10. The bug is in lily/performance.cc, where a test if (s->channel_ < 0) was removed, whi