Werner LEMBERG <w...@gnu.org> writes:

>>> It would be tremendously helpful if you can show possible syntax
>>> *alternatives* instead of just pretending to be a naysayer.
>>
>> I've posted actual working definitions for that purpose.
>
> It seems I've missed that, lost in the many examples you've given to
> demonstrate what doesn't work.
>
>> They would definitely simplify the kind of entry you are asking for.
>
> Please repeat.

Sigh.

at =
#(define-music-function (parser location time event music)
  (ly:duration? ly:music? ly:music?)
  "Place @var{event} at a relative duration @var{time} in relation
to @var{music}."
  #{ << { \skip $time <>$event } $music >> #})

{
  \at 4 \<
  \at 1*2/3 \!
  c'1\p
}


-- 
David Kastrup

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to