CoderLine / alphaTab

alphaTab is a cross platform music notation and guitar tablature rendering library.
http://www.alphatab.net
Mozilla Public License 2.0
1.23k stars 199 forks source link

Time Signatures Disappeared #15

Closed overthemoon876 closed 12 years ago

overthemoon876 commented 13 years ago

They just aren't there.

Danielku15 commented 13 years ago

Can you give a better example. If you checkout the demo site all time signatures are still there: http://demo.alphatab.net/

ben-ng commented 13 years ago

I think he means that they don't appear when you only render the tablature stave

Danielku15 commented 13 years ago

That's true and a problem I already know. Currently all staves are only responsible for their own parts. The plan is that I create some kind of "register" where all staves pull out features which they will render. I'm not sure what would be the best solution for recognizing which features to render. I will probably place some of those cross-stave rendering features into the base class .

Danielku15 commented 12 years ago

I fixed this bug: The tablature stave draws a time signature if no score stave is available.