bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slur looping around key signature after line break


From: Mats Bengtsson
Subject: Re: Slur looping around key signature after line break
Date: Tue, 19 Jun 2007 06:49:10 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

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 <address@hidden>:

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond








reply via email to

[Prev in Thread] Current Thread [Next in Thread]