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 {
{
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: 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:
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
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: 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: 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
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
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