Comment #18 on issue 3795 by [email protected]: Patch: python/convertrules.ly:
Use bare rhythms after ties for simple cases
http://code.google.com/p/lilypond/issues/detail?id=3795
Ugh, that one's tricky. It has
\repeat tremolo 8 { c32 ~ c' ~ } <c c,>1
as it original which makes rather little sense in either absolute or
relative mode _until_ you notice the
\set tieWaitForNote = ##t
somewhere above. Since this is supposed to be a one-shot convert-ly action
followed by a revert of the rule, it probably does not make sense investing
the effort for fixing this, though probably this particular instance can be
done with a negative lookahead assertion for octave markers. Either way,
I'll grep for tieWaitForNote in all converted files and corroborate that
they look inconspicuous, reverting where necessary.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings