lilypond-user
[Top][All Lists]
Advanced

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

Scheme question: context from grob?


From: Steven Weber
Subject: Scheme question: context from grob?
Date: Thu, 19 May 2016 14:01:13 -0700
User-agent: Microsoft-MacOutlook/f.16.0.160506

Is there any way to get the context from a grob?  Or is there another way to get the current bar number from a grob?

 

I’m writing an after-line-break function and would like to know what bar number the grob is in:

 

#(define (after-break-function grob)

(newline)(display “whatever code gets me the bar number”))

 

--Steven


reply via email to

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