lilypond-user
[Top][All Lists]
Advanced

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

Re: collision between slurs and and accidentals


From: Stefan Thomas
Subject: Re: collision between slurs and and accidentals
Date: Wed, 27 May 2009 14:13:24 +0200

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


reply via email to

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