I think I'd just adjust the tie shape:

\version "2.18.2"
\language "english"

tieAdjust = \shape #'((0.0 . 0.0) (0.0 . 0.3) (0.0 . 0.5) (0.0 . 0.2)) Slur

\relative c {
 \clef bass
 \time 6/8
 bf8 ( d' ) r8
 \tieAdjust bf,16 ( bf' ) d ( bf d bf )
}


Knute Snortum
(via Gmail)


On Thu, Jun 12, 2014 at 8:42 AM, Malte Meyn <lilyp...@maltemeyn.de> wrote:

> Another idea could be to change the position of the accidental:
>
>
> \version "2.18.2"
> \language "english"
>
> \relative c {
>  \clef bass
>  \time 6/8
>  bf8 ( d' ) r8
>  bf,16 (
>    \once \override Accidental.extra-offset = #'(-1.7 . 0)
>
>    bf' ) d ( bf d bf )
> }
>
> On 12.06.2014 17:13, James Harkins wrote:
>
>> I am at a complete loss what to do about this slur. It collides with the
>> b-flat's accidental in a way that makes it hard to see what the slur is
>> supposed to be.
>>
>> \version "2.18.2"
>> \language "english"
>>
>> \relative c {
>>   \clef bass
>>   \time 6/8
>>   bf8 ( d' ) r8
>>   bf,16 ( bf' ) d ( bf d bf )
>> }
>>
>> I tried "\override Accidental.avoid-slur = #'inside," but this did
>> nothing. I tried shifting the accidental to be closer to the notehead --
>> "\once \override Accidental.X-offset = #0.2" -- this does nothing. I
>> tried using \shape but didn't find the magic numbers yet.
>>
>> Suggestions? Thanks.
>>
>> hjh
>>
>>
>> _______________________________________________
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to