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 is before the key signature, whereas
it is after the key signature for phrasing slurs.
As far as I can see, this behaviour is hard coded.
/Mats
Quoting Graham Percival <[EMAIL PROTECTED]>:
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 fix for this
anytime soon.
Cheers,
- Graham
Neil Puttock 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
g( \break a)
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond