bug-lilypond
[Top][All Lists]
Advanced

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

Re: slur and tie collision


From: Tuukka Verho
Subject: Re: slur and tie collision
Date: Mon, 3 Apr 2006 14:05:49 +0300 (EEST)

Another way is setting the 'avoid-slur property for the script. I don't know if there is an easy way to override invidual script settings, this is kind of a hack:

#(define set-script-property (lambda (script property value)
   (append! (cdr (assoc script default-script-alist))
      (list (cons property value)))))

#(set-script-property "prall" 'avoid-slur 'outside)
#(set-script-property "mordent" 'avoid-slur 'outside)
#(set-script-property "downbow" 'avoid-slur 'outside)
#(set-script-property "longfermata" 'avoid-slur 'outside)

\relative c'' {
   a'4\prall~a
   a\mordent ( a )
   a\longfermata (a )
   a\downbow ( a )
   a\trill ( a )
}

It helps with slurs, but not with ties, as the output shows.


- Tuukka


On Mon, 3 Apr 2006, Mats Bengtsson wrote:

Read in "Common Tweaks" on how to change the padding property
of the Script layout object to solve the problem.

 /Mats

Martial wrote:

v2.8.1 win2k

They are collision with slur (up) or tie and musicglyph
prall, mordent, downbow etc... (not with trill)

\relative c'' {
   a'4\prall~a
   a\mordent ( a )
   a\longfermata (a )
   a\downbow ( a )
   a\trill ( a )
}

I use \markup to a tempory  solution

correctPos = ^\markup {\musicglyph #"scripts.prall" }

\relative c'' {
     a'\correctPos (  a)
}
--
Martial
http://cathemline.org



------------------------------------------------------------------------


------------------------------------------------------------------------

------------------------------------------------------------------------

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


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
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]