lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\context Bottom


From: Urs Liska
Subject: \context Bottom
Date: Wed, 17 Aug 2016 12:30:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

What exactly is \context Bottom?

I  got it in a function originating from a suggestion by David Kastrup:

\version "2.19.45"

% Thanks to David Kastrup for the inspiration!
after =
#(define-music-function (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 }

but I can't find any documentation for a "Bottom" context.
I have an idea what it is, but would like to have a real explanation.

Best
Urs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]