Skip to content
Discussion options

You must be logged in to vote

Is it intended that dynamics like “f” are displayed in every score where a note is placed?

Yes, it is the intended behavior to show dynamics by default. It is an opt-in to hide them.

Instead of adding \hideDynamics everywhere you can force them hidden by doing something like:

api.scoreLoaded.on( score => { score.stylesheet.hideDynamics = true; });

For the future there is a plan for two changes:

Default Stylesheet

One plan is to have a "defaultStylesheet" on settings level which gets first applied, and then overrides can happen during import of files.

Guitar Pro 8 has "hideDynamics" enabled in their default stylesheet, that's why in various examples where we used GP files as input, they…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tbreuss
Comment options

Answer selected by tbreuss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants