Mathieu Demange <[email protected]> writes: > Yes! Thanks for the help! I'll check that as soon as possible. This > could greatly reduce the amount of work which is actually done by the > python script. > > Is there a way to know the current tempo for any given grob ?
I don't think so. The context property tempoWholesPerMinute records the current tempo so you'd need to fetch this information at grob acknowledge time (going via ly:translator-context and ly:context-property) and store it somewhere until the grob is being typeset. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
