Dear Jonathan,
thanks for Your tip.
I've read the recommanded pages, and in one case it worked better, but in
the other, it didn't.
Isn't there another possibilitie?

\version "2.13.0"
{
  % \override Staff.Accidental #'avoid-slur = #'around
  \time 7/8
    \once \override Slur #'positions = #'(5 . 5 )
  dis''8 ([cis''' ) f''] ais''4 ais''  %looks better
  cis'' 8 ( [ b'') dis''] gis''4 gis''
  \time 6/8
  \once \override Slur #'positions = #'(8 . 6 )
  f''8 [ ( es''' ) g'' ] d'''([ b'') a'' ]  %no collision to the tie, but
still not convincing
  \time 2/4
  c'''4 c''' }

2009/5/27 Jonathan Kulp <[email protected]>

> Stefan Thomas wrote:
>
>> Dear Community,
>> in the below quoted snippet, there are tow collisions between slurs and
>> accidentals.
>> Is there any way, to solve this problem, either automatically or by hand?
>>
>
> Have you tried the suggestions in the Learning Manual section "Tweaking
> Output"?  Take a look here and see if it helps, especially the section on
> collision of objects:
>
>
> http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Collisions-of-objects#Collisions-of-objects
>
> Jon
>
>
>  \version "2.13.0"
>> {
>>  % \override Staff.Accidental #'avoid-slur = #'around
>>  \time 7/8
>>  dis''8 ([cis''' ) f''] ais''4 ais''  %slur doesn't look nice
>>  cis'' 8 ( [ b'') dis''] gis''4 gis'' % slur is o.k.
>>  \time 6/8
>>  f''8 [( es''') g'' ] d'''([ b'') a'' ] %slur doesn't look nice
>>  \time 2/4
>>  c'''4 c''' }
>>
>>
>>
>
> --
> Jonathan Kulp
> http://www.jonathankulp.com
>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to