lilypond-user
[Top][All Lists]
Advanced

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

Re: avoid-slur for ties


From: Mats Bengtsson
Subject: Re: avoid-slur for ties
Date: Sun, 21 May 2006 23:36:51 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

Isn't it that if you specify the avoid-slur property of the Tie
object, then slurs will avoid ties (not that ties will avoid scripts
as you seem to think)? Note that the avoid-slur property
is set on a number of different objects by default, including Fingering, Accidental, DynamicText, Tie and several others. What confuses me, though, is why the property also is set on the Slur object.

  /Mats

Quoting Roland Goretzki <address@hidden>:

Hi,

using 2.8.2 avoid-slur for ties doesn't work.
In the "Program reference: Tie" there is described the same way as for
slurs.

For slurs it does work, but for ties not.

A very short example:

 \version "2.8.2"

 \layout { ragged-right = ##t }

 \relative c' {
   r2
   \override Script #'avoid-slur = #'inside
   e-> ~ e->
   \override Script #'avoid-slur = #'outside
   e-> ~ e->
   \override Script #'avoid-slur = #'around
   e-> ~ e->
 }

All results in the same, not very fine output.

Can someone help me, please?

Best Regards           Roland


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








reply via email to

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