bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 881 in lilypond: Arpeggios may collide with laissezVibrer ties


From: lilypond
Subject: Re: Issue 881 in lilypond: Arpeggios may collide with laissezVibrer ties
Date: Wed, 10 Mar 2010 00:18:22 +0000


Comment #5 on issue 881 by n.puttock: Arpeggios may collide with laissezVibrer ties
http://code.google.com/p/lilypond/issues/detail?id=881

Cheers, Trevor.  That should help narrow it down somewhat.

I can't explain why, but making the print function pure by redefining ly:tie::print just for LaissezVibrerTie seems to fix this (I haven't done a regtest check, so it
might end up breaking something else):

(define-public (laissez-vibrer::print grob)
  (ly:tie::print grob))

(then add laissez-vibrer::print to pure-print-callbacks)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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