On 05.11.2016 05:01, Paul Scott wrote:
On Fri, Nov 04, 2016 at 07:21:05PM -0700, Christopher Heckman wrote:
On Fri, Nov 4, 2016 at 9:36 AM, Simon Albrecht <simon.albre...@mail.de> wrote:
On 04.11.2016 09:11, Christopher Heckman wrote:
On Tue, Nov 1, 2016 at 3:08 PM, Simon Albrecht <simon.albre...@mail.de>
wrote:
Hi Chris,
[...]
In that case, another opportunity to step forward with the now much-used
\after function, here to be applied as
Now much-used \after function?  It's not in the index of the notation manual.

What does it do?  Where is it documented?

It’s not in LilyPond proper (yet), although the request to include it has been uttered before. That is partly because I’m not quite sure the name is appropriate for an official function, and partly because nobody has included and documented it yet. I sent it to the list multiple times, including in this thread (before it broke) – but it doesn’t cost anything to attach it with a small example once more.

Best, Simon
\version "2.18.2"

% Thanks to David Kastrup for the inspiration!
after =
#(define-music-function (parser location t e m) (ly:duration? ly:music? ly:music?)
   #{
     \context Bottom <<
       #m
       { \skip $t <> -\tweak extra-spacing-width #empty-interval $e }
     >>
   #})

{ \after 4 \< \after 2 \> \after 2. \! c'1 }
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to