Hi,

I have been using scheme based engravers to capture all kinds of music events. 
Until now I have dealt with bar lines by reading out the whichBar property on 
the context of an event through

(ly:context-property (ly:translator-context engraver) 'whichBar)

However, this doesn't work for the final bar sign. I have also tried to read 
out the translator object given to the finalize function, but when I read out 
the whichBar property, it is invariably empty. What would be the best way to 
figure out which type of bar is used at the end of a piece?

Thanks in advance!

cheers

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

Reply via email to