Re: Segfault on cyclic references in markup

2007-06-18 Thread Graham Percival
Thanks, http://code.google.com/p/lilypond/issues/detail?id=380 Cheers, - Graham Rune Zedeler wrote: This clearly should go wrong, but I report it anyway because it segfaults, and segfaults are baaad :-) \version "2.10.1" \header { title = \markup \fromproperty #'header:title } \score { {

Re: Slur looping around key signature after line break

2007-06-18 Thread Mats Bengtsson
An almost workaround is to set \override Staff.KeySignature #'avoid-slur =#'outside but as you see, it results in a partial collision between the slur and the key signature. What really differs between phrasing slurs and slurs is that the horizontal starting point of the slur after the line break

Issue 380 in lilypond: cycling markup reference segfaults

2007-06-18 Thread codesite-noreply
Issue 380: cycling markup reference segfaults http://code.google.com/p/lilypond/issues/detail?id=380 New issue report by gpermus: \version "2.10.1" \header { title = \markup \fromproperty #'header:title } \score { { c' d' e' f' } } Issue attributes: Status: Accepted Owner:

Re: Slur looping around key signature after line break

2007-06-18 Thread Graham Percival
Entered as http://code.google.com/p/lilypond/issues/detail?id=379 This is a tricky case. Clearly we don't want slurs to go through key signatures, but deciding on the exact shape a slur should have is a very difficult task for a computer. I don't want to discourage you, but I wouldn't expect a

Segfault on cyclic references in markup

2007-06-18 Thread Rune Zedeler
This clearly should go wrong, but I report it anyway because it segfaults, and segfaults are baaad :-) \version "2.10.1" \header { title = \markup \fromproperty #'header:title } \score { { c' d' e' f' } } -Rune ___ bug-lilypond mailing list bug-

Issue 379 in lilypond: ugly slur with key signature and linebreak

2007-06-18 Thread codesite-noreply
Issue 379: ugly slur with key signature and linebreak http://code.google.com/p/lilypond/issues/detail?id=379 New issue report by gpermus: \version "2.11.25" \paper{ ragged-right=##t } \relative c'' { \key g \major \partial 4 \voiceOne g( \break a) } Attachments: foo.png 8.3 KB

Issue 378 in lilypond: lyrics misplaced with Completion_heads_engraver

2007-06-18 Thread codesite-noreply
Issue 378: lyrics misplaced with Completion_heads_engraver http://code.google.com/p/lilypond/issues/detail?id=378 New issue report by gpermus: % Setting lilypond to automatically split notes over barlines sometimes % causes lyrics to be misplaced. This happens when the note being split is % dotte

Re: Slur looping around key signature after line break

2007-06-18 Thread Neil Puttock
On 6/4/07, Neil Puttock <[EMAIL PROTECTED]> wrote: In the following example, the slur is a strange shape since it arcs over the key signature. This behaviour is not shown by phrasing slurs. \version "2.11.25" \paper{ ragged-right=##t } \relative c'' { \key g \major \partial 4 \voiceOne

Re: Bug in Lilypond 2.8.5

2007-06-18 Thread Mats Bengtsson
Several bugs related to tremolo repeats have been reported and fixed since version 2.8, so please first upgrade to the latest 2.10.x version available for download at www.lilypond.org. /Mats Quoting Charles Wilkins <[EMAIL PROTECTED]>: Dear Sirs: I have found a bug in lilypond 2.8.5, runn