Independent system and staff spacing #3394
-
Currently, it seems that the staff and system spacing options interact, such that a high enough Is it possible (and if not, could it be possible) to have 0 spacing between systems, but some amount of additional spacing between staves within the same system? Perhaps through some option like |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
This is the |
Beta Was this translation helpful? Give feedback.
-
FYI, I am currently fixing this issue. I will see if this brings ideas. |
Beta Was this translation helpful? Give feedback.
-
Since this is a quite specific use-case the best way to handle it is to have the layout instruction in the MEI data. That way you can fine-control it pretty precisely. For example, with the example you sent converted to MEI, you can add a specific spacing value for each staff separately. With The spacing of the staff is set on
```xml
<title />
2023-04-25
Verovio
Transcoded from MusicXML
(the page width was set to |
Beta Was this translation helpful? Give feedback.
Since this is a quite specific use-case the best way to handle it is to have the layout instruction in the MEI data. That way you can fine-control it pretty precisely. For example, with the example you sent converted to MEI, you can add a specific spacing value for each staff separately. With
--spacing-staff 0
and--spacing-system 0
and the second staff spacing set to30
you will get thisThe spacing of the staff is set on
staffDef
with@spacing="30"
Transcoded from MusicXML