Leo Correia de Verdier <[email protected]> writes:
> <\tweak duration-log 3 e, b, g e’>2
How about
apparent =
#(define-music-function (note) (ly:music?)
(let ((duration (ly:music-property note 'duration)))
(tweak '(Dots dot-count) (ly:duration-dot-count duration)
(tweak '(duration-log) (ly:duration-log duration) note))))
{ <\apparent e,4 b, f e'>2 }
Of course it doesn't work to change the dotcount when the chord as such
has no dots scheduled. I am also not convinced that this interface is
the best approach.
--
David Kastrup