-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link text and dynamics together #130
Comments
Here is an example of linked text being done at the same time as the dynamic is moved to a lower staff:
|
Dependent on question music-encoding/music-encoding#540 |
Example target encoding:
Where And
The default style will be Roman, add |
Partial implementation in commit rism-digital/verovio@1769075 Limitation is that the text will only be displayed currently in italics. Example:
Text can follow the dynamic, but another current limitation is that there must be spaces around the dyanmic.
|
When dynamics and text directions are supposed to be placed together on the same line close to each other, such as:
Create a layout command to insert the text into the dynamic spine rather than a kern spine:
The layout command is
LO:TX:af:t=espr:
Where the parameter
af
means to place the text after the dynamic the layout command is associated with, andbf
would mean before the attached dynamic.The text was updated successfully, but these errors were encountered: