Leo Correia de Verdier <leo.correia.de.verd...@gmail.com> 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

  • chord Alexander Weidner
    • Re: chord Leo Correia de Verdier
      • Re: chord David Kastrup

Reply via email to