Re: how to read out final "whichBar"

2017-11-04 Thread Maurits Lamers
That works like a dream, thanks a lot! I will be using only stop-translation-timestep as it contains every barline that needs to be used, and as I am using the finalize listener for my output, the acknowledges are too late. Just one thing: I noticed that the output from the code in the acknowle

Re: how to read out final "whichBar"

2017-11-03 Thread Thomas Morley
2017-11-03 9:42 GMT+01:00 Maurits Lamers : > 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 eng

how to read out final "whichBar"

2017-11-03 Thread Maurits Lamers
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 f