You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to implement dir@type="system" and tempo@type="system" to label dirs/tempos as "system level" text that should still be displayed if a staff has been condensed on a particular system that has dir/tempo that should still be displayed in the music.
When condensing a tempo or dir that contains a @type="system", then the staff assignments for the text would be adjusted automatically:
The basic algorithm for <dir type="system" staff="1 3"> when condensing would be to place the staff 1 text on staff 2 if staff 1 is condensed. If staff 1 and 2 are condensed, then there would be no extra text displayed on staff 3, since the system-level text is already displayed there. If only staff 3 is condensed, then staff 4 would be used for the text instead. If staff 1 and 3 are condensed, then the system-level text would be displayed on staff 2 and 4.
The text was updated successfully, but these errors were encountered:
Related to issue music-encoding/music-encoding#1450
It would be useful to implement
dir@type="system"
andtempo@type="system"
to label dirs/tempos as "system level" text that should still be displayed if a staff has been condensed on a particular system that has dir/tempo that should still be displayed in the music.Example:
Click to view MEI data for above example.
The two tempos would include
@type="system"
:When condensing a
tempo
ordir
that contains a@type="system"
, then the staff assignments for the text would be adjusted automatically:The basic algorithm for
<dir type="system" staff="1 3">
when condensing would be to place the staff 1 text on staff 2 if staff 1 is condensed. If staff 1 and 2 are condensed, then there would be no extra text displayed on staff 3, since the system-level text is already displayed there. If only staff 3 is condensed, then staff 4 would be used for the text instead. If staff 1 and 3 are condensed, then the system-level text would be displayed on staff 2 and 4.The text was updated successfully, but these errors were encountered: